/Linux-v4.19/include/trace/events/ |
D | huge_memory.h | 87 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/ |
D | bridge_port_isolation.sh | 47 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/ |
D | list_lru.h | 210 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()
|
D | page-flags.h | 709 __PAGEFLAG(Isolated, isolated, PF_ANY);
|
/Linux-v4.19/mm/ |
D | compaction.c | 450 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 …]
|
D | list_lru.c | 219 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()
|
D | migrate.c | 1914 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()
|
D | zsmalloc.c | 277 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()
|
D | khugepaged.c | 944 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()
|
D | memcontrol.c | 2330 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()
|
D | vmscan.c | 1797 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/ |
D | cpu.c | 276 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/ |
D | page_migration.rst | 177 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
|
D | unevictable-lru.rst | 93 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/ |
D | hisilicon,hip07-sec.txt | 11 Regions 2-18 have registers for the 16 individual queues which are isolated
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-class-net-mesh | 76 is used to classify clients as "isolated" by the
|
/Linux-v4.19/Documentation/hwmon/ |
D | ucd9200 | 26 designed for non-isolated DC/DC power applications. The devices integrate
|
/Linux-v4.19/Documentation/PCI/ |
D | pci-error-recovery.txt | 116 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/ |
D | TODO | 66 risk of becoming isolated if and when hardware FP emulation comes out
|
/Linux-v4.19/net/bridge/ |
D | br_sysfs_if.c | 236 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);
|
/Linux-v4.19/fs/xfs/ |
D | Kconfig | 63 separated. Regular file I/Os are isolated to a separate device
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | idle_page_tracking.rst | 118 ignored. That means it will ignore a user memory page if it is isolated, but
|
/Linux-v4.19/Documentation/misc-devices/mei/ |
D | mei.txt | 7 The Intel Management Engine (Intel ME) is an isolated and protected computing
|
/Linux-v4.19/Documentation/media/v4l-drivers/ |
D | pvrusb2.rst | 51 implementation and interface isolated from each other. Thus while
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-design-CFS.txt | 105 than the previous vanilla scheduler: both types of workloads are isolated much
|