Home
last modified time | relevance | path

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

123

/Linux-v5.15/include/trace/events/
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-v5.15/tools/testing/selftests/net/forwarding/
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-v5.15/include/linux/
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-v5.15/mm/
Dlist_lru.c207 unsigned long isolated = 0; in __list_lru_walk_one() local
228 isolated++; in __list_lru_walk_one()
254 return isolated; in __list_lru_walk_one()
292 long isolated = 0; in list_lru_walk_node() local
295 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
302 isolated += __list_lru_walk_one(nlru, memcg_idx, in list_lru_walk_node()
311 return isolated; in list_lru_walk_node()
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()
698 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local
707 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range()
[all …]
Dmemory-failure.c2018 bool isolated = false; in isolate_page() local
2022 isolated = isolate_huge_page(page, pagelist); in isolate_page()
2025 isolated = !isolate_lru_page(page); in isolate_page()
2027 isolated = !isolate_movable_page(page, ISOLATE_UNEVICTABLE); in isolate_page()
2029 if (isolated) in isolate_page()
2033 if (isolated && lru) in isolate_page()
2045 return isolated; in isolate_page()
Dpercpu-internal.h51 bool isolated; /* isolated from active chunk member
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()
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()
Dpercpu-vm.c406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
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()
Dmigrate.c2149 int isolated; in migrate_misplaced_page() local
2183 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page()
2184 if (!isolated) in migrate_misplaced_page()
2197 isolated = 0; in migrate_misplaced_page()
2201 return isolated; in migrate_misplaced_page()
/Linux-v5.15/drivers/base/
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-v5.15/Documentation/vm/
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-v5.15/Documentation/devicetree/bindings/crypto/
Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/Linux-v5.15/drivers/net/can/sja1000/
DKconfig86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
/Linux-v5.15/Documentation/s390/
Dpci.rst105 The more the segments are different, the more the functions are isolated.
/Linux-v5.15/Documentation/hwmon/
Ducd9200.rst31 designed for non-isolated DC/DC power applications. The devices integrate
/Linux-v5.15/Documentation/arm/nwfpe/
Dtodo.rst70 risk of becoming isolated if and when hardware FP emulation comes out
/Linux-v5.15/net/bridge/
Dbr_sysfs_if.c242 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);
/Linux-v5.15/Documentation/driver-api/mei/
Dmei.rst6 The Intel Management Engine (Intel ME) is an isolated and protected computing
/Linux-v5.15/Documentation/security/keys/
Dtrusted-encrypted.rst42 Fixed set of operations running in isolated execution environment.
46 Customizable set of operations running in isolated execution
/Linux-v5.15/Documentation/virt/
Dne_overview.rst11 that allows customers to carve out isolated compute environments within EC2
/Linux-v5.15/Documentation/PCI/
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-v5.15/Documentation/bpf/
Dmap_cgroup_storage.rst40 be isolated and see different storages.

123