Home
last modified time | relevance | path

Searched refs:isolated (Results 1 – 25 of 55) sorted by relevance

123

/linux/include/trace/events/
A Dhuge_memory.h90 TP_PROTO(struct mm_struct *mm, int isolated, int status),
92 TP_ARGS(mm, isolated, status),
96 __field(int, isolated)
102 __entry->isolated = isolated;
108 __entry->isolated,
/linux/tools/testing/selftests/net/forwarding/
A Dbridge_port_isolation.sh47 ip link set dev $swp1 type bridge_slave isolated on
49 ip link set dev $swp2 type bridge_slave isolated on
51 ip link set dev $swp3 type bridge_slave isolated off
/linux/mm/
A Dlist_lru.c216 unsigned long isolated = 0; in __list_lru_walk_one() local
237 isolated++; in __list_lru_walk_one()
263 return isolated; in __list_lru_walk_one()
301 long isolated = 0; in list_lru_walk_node() local
304 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
311 isolated += __list_lru_walk_one(nlru, memcg_idx, in list_lru_walk_node()
320 return isolated; in list_lru_walk_node()
A Dcompaction.c572 int isolated; in isolate_freepages_block() local
624 isolated = __isolate_free_page(page, order); in isolate_freepages_block()
625 if (!isolated) in isolate_freepages_block()
629 total_isolated += isolated; in isolate_freepages_block()
630 cc->nr_freepages += isolated; in isolate_freepages_block()
634 blockpfn += isolated; in isolate_freepages_block()
638 blockpfn += isolated - 1; in isolate_freepages_block()
639 cursor += isolated - 1; in isolate_freepages_block()
707 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range()
738 if (!isolated) in isolate_freepages_range()
[all …]
A Dmemory-failure.c2046 bool isolated = false; in isolate_page() local
2050 isolated = isolate_huge_page(page, pagelist); in isolate_page()
2053 isolated = !isolate_lru_page(page); in isolate_page()
2055 isolated = !isolate_movable_page(page, ISOLATE_UNEVICTABLE); in isolate_page()
2057 if (isolated) in isolate_page()
2061 if (isolated && lru) in isolate_page()
2073 return isolated; in isolate_page()
A Dpercpu-internal.h51 bool isolated; /* isolated from active chunk member
A Dzsmalloc.c283 unsigned int isolated:ISOLATED_BITS; member
462 return zspage->isolated; in is_zspage_isolated()
1498 bool isolated; in zs_free() local
1521 isolated = is_zspage_isolated(zspage); in zs_free()
1524 if (likely(!isolated)) in zs_free()
1808 zspage->isolated++; in inc_zspage_isolation()
1813 zspage->isolated--; in dec_zspage_isolation()
A Dpercpu.c564 if (chunk->isolated) in pcpu_chunk_relocate()
575 if (!chunk->isolated) { in pcpu_isolate_chunk()
576 chunk->isolated = true; in pcpu_isolate_chunk()
586 if (chunk->isolated) { in pcpu_reintegrate_chunk()
587 chunk->isolated = false; in pcpu_reintegrate_chunk()
605 if (chunk != pcpu_reserved_chunk && !chunk->isolated) in pcpu_update_empty_pages()
2293 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
A Dpercpu-vm.c406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
A Dmigrate.c2142 int isolated; in migrate_misplaced_page() local
2176 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page()
2177 if (!isolated) in migrate_misplaced_page()
2190 isolated = 0; in migrate_misplaced_page()
2194 return isolated; in migrate_misplaced_page()
A Dkhugepaged.c1070 int isolated = 0, result = 0; in collapse_huge_page() local
1159 isolated = __collapse_huge_page_isolate(vma, address, pte, in collapse_huge_page()
1163 if (unlikely(!isolated)) { in collapse_huge_page()
1218 trace_mm_collapse_huge_page(mm, isolated, result); in collapse_huge_page()
/linux/include/linux/
A Dlist_lru.h211 long isolated = 0; in list_lru_walk() local
215 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
220 return isolated; in list_lru_walk()
/linux/drivers/base/
A Dcpu.c272 cpumask_var_t isolated; in print_cpus_isolated() local
274 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated()
277 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated()
279 len = sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated()
281 free_cpumask_var(isolated); in print_cpus_isolated()
285 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
/linux/Documentation/vm/
A Dpage_migration.rst181 Once page is successfully isolated, VM uses page.lru fields so driver
187 After isolation, VM calls migratepage() of driver with the isolated page.
203 If migration fails on the isolated page, VM should return the isolated page
204 to the driver so VM calls the driver's putback_page() with the isolated page.
205 In this function, the driver should put the isolated page back into its own data
236 page is LRU or non-LRU movable once the page has been isolated because LRU
251 To prevent concurrent isolation among several CPUs, VM marks isolated page
255 driver sees a PG_isolated page, it means the page has been isolated by the
/linux/Documentation/devicetree/bindings/crypto/
A Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/linux/drivers/net/can/sja1000/
A DKconfig86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
/linux/Documentation/hwmon/
A Ducd9200.rst31 designed for non-isolated DC/DC power applications. The devices integrate
/linux/Documentation/s390/
A Dpci.rst105 The more the segments are different, the more the functions are isolated.
/linux/Documentation/arm/nwfpe/
A Dtodo.rst70 risk of becoming isolated if and when hardware FP emulation comes out
/linux/net/bridge/
A Dbr_sysfs_if.c242 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);
/linux/Documentation/devicetree/bindings/net/
A Dqcom,ipa.yaml20 The GSI is an integral part of the IPA, but it is logically isolated
/linux/Documentation/security/keys/
A Dtrusted-encrypted.rst42 Fixed set of operations running in isolated execution environment.
46 Customizable set of operations running in isolated execution
/linux/Documentation/driver-api/mei/
A Dmei.rst6 The Intel Management Engine (Intel ME) is an isolated and protected computing
/linux/Documentation/PCI/
A Dpci-error-recovery.rst121 is isolated, in that all I/O is blocked: all reads return 0xffffffff,
131 the platform (the slot will be isolated on powerpc). The driver may
380 device is dead or has been isolated, there is a problem :)
/linux/Documentation/virt/
A Dne_overview.rst11 that allows customers to carve out isolated compute environments within EC2

Completed in 53 milliseconds

123