Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/trace/events/
Dhuge_memory.h87 TP_PROTO(struct mm_struct *mm, int isolated, int status),
89 TP_ARGS(mm, isolated, status),
93 __field(int, isolated)
99 __entry->isolated = isolated;
105 __entry->isolated,
/Linux-v4.19/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-v4.19/include/linux/
Dlist_lru.h210 long isolated = 0; in list_lru_walk() local
214 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
219 return isolated; in list_lru_walk()
Dpage-flags.h709 __PAGEFLAG(Isolated, isolated, PF_ANY);
/Linux-v4.19/mm/
Dcompaction.c450 int isolated; in isolate_freepages_block() local
517 isolated = __isolate_free_page(page, order); in isolate_freepages_block()
518 if (!isolated) in isolate_freepages_block()
522 total_isolated += isolated; in isolate_freepages_block()
523 cc->nr_freepages += isolated; in isolate_freepages_block()
527 blockpfn += isolated; in isolate_freepages_block()
531 blockpfn += isolated - 1; in isolate_freepages_block()
532 cursor += isolated - 1; in isolate_freepages_block()
595 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local
604 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range()
[all …]
Dlist_lru.c219 unsigned long isolated = 0; in __list_lru_walk_one() local
240 isolated++; in __list_lru_walk_one()
266 return isolated; in __list_lru_walk_one()
304 long isolated = 0; in list_lru_walk_node() local
307 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
314 isolated += __list_lru_walk_one(nlru, memcg_idx, in list_lru_walk_node()
323 return isolated; in list_lru_walk_node()
Dmigrate.c1914 int isolated; in migrate_misplaced_page() local
1933 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page()
1934 if (!isolated) in migrate_misplaced_page()
1948 isolated = 0; in migrate_misplaced_page()
1952 return isolated; in migrate_misplaced_page()
1973 int isolated = 0; in migrate_misplaced_transhuge_page() local
1986 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_transhuge_page()
1987 if (!isolated) { in migrate_misplaced_transhuge_page()
2071 return isolated; in migrate_misplaced_transhuge_page()
Dzsmalloc.c277 unsigned int isolated:ISOLATED_BITS; member
459 return zspage->isolated; in is_zspage_isolated()
1562 bool isolated; in zs_free() local
1585 isolated = is_zspage_isolated(zspage); in zs_free()
1588 if (likely(!isolated)) in zs_free()
1877 zspage->isolated++; in inc_zspage_isolation()
1882 zspage->isolated--; in dec_zspage_isolation()
Dkhugepaged.c944 int isolated = 0, result = 0; in collapse_huge_page() local
1035 isolated = __collapse_huge_page_isolate(vma, address, pte); in collapse_huge_page()
1038 if (unlikely(!isolated)) { in collapse_huge_page()
1092 trace_mm_collapse_huge_page(mm, isolated, result); in collapse_huge_page()
Dmemcontrol.c2330 static void lock_page_lru(struct page *page, int *isolated) in lock_page_lru() argument
2341 *isolated = 1; in lock_page_lru()
2343 *isolated = 0; in lock_page_lru()
2346 static void unlock_page_lru(struct page *page, int isolated) in unlock_page_lru() argument
2350 if (isolated) { in unlock_page_lru()
2364 int isolated; in commit_charge() local
2373 lock_page_lru(page, &isolated); in commit_charge()
2392 unlock_page_lru(page, isolated); in commit_charge()
Dvmscan.c1797 unsigned long inactive, isolated; in too_many_isolated() local
1807 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated()
1810 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated()
1821 return isolated > inactive; in too_many_isolated()
/Linux-v4.19/drivers/base/
Dcpu.c276 cpumask_var_t isolated; in print_cpus_isolated() local
278 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated()
281 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated()
283 n = scnprintf(buf, len, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated()
285 free_cpumask_var(isolated); in print_cpus_isolated()
289 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
/Linux-v4.19/Documentation/vm/
Dpage_migration.rst177 Once page is successfully isolated, VM uses page.lru fields so driver
183 After isolation, VM calls migratepage of driver with isolated page.
198 If migration fails on isolated page, VM should return the isolated page
200 In this function, driver should put the isolated page back to the own data
232 page is LRU or non-lru movable once the page has been isolated. Because
247 To prevent concurrent isolation among several CPUs, VM marks isolated page
251 sees PG_isolated page, it means the page have been isolated by VM so it
Dunevictable-lru.rst93 the unevictable list when one task has the page isolated from the LRU and other
411 A page that is being migrated has been isolated from the LRU lists and is held
533 migration, with the argument page locked and isolated from the LRU. Separate
598 (3) mlocked pages that could not be isolated from the LRU and moved to the
/Linux-v4.19/Documentation/devicetree/bindings/crypto/
Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-net-mesh76 is used to classify clients as "isolated" by the
/Linux-v4.19/Documentation/hwmon/
Ducd920026 designed for non-isolated DC/DC power applications. The devices integrate
/Linux-v4.19/Documentation/PCI/
Dpci-error-recovery.txt116 is isolated, in that all I/O is blocked: all reads return 0xffffffff,
126 the platform (the slot will be isolated on powerpc). The driver may
355 isolated, in that all I/O is blocked: all reads return 0xffffffff, all
383 device is dead or has been isolated, there is a problem :)
/Linux-v4.19/Documentation/arm/nwfpe/
DTODO66 risk of becoming isolated if and when hardware FP emulation comes out
/Linux-v4.19/net/bridge/
Dbr_sysfs_if.c236 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);
/Linux-v4.19/fs/xfs/
DKconfig63 separated. Regular file I/Os are isolated to a separate device
/Linux-v4.19/Documentation/admin-guide/mm/
Didle_page_tracking.rst118 ignored. That means it will ignore a user memory page if it is isolated, but
/Linux-v4.19/Documentation/misc-devices/mei/
Dmei.txt7 The Intel Management Engine (Intel ME) is an isolated and protected computing
/Linux-v4.19/Documentation/media/v4l-drivers/
Dpvrusb2.rst51 implementation and interface isolated from each other. Thus while
/Linux-v4.19/Documentation/scheduler/
Dsched-design-CFS.txt105 than the previous vanilla scheduler: both types of workloads are isolated much

12