/Linux-v5.10/include/trace/events/ |
D | huge_memory.h | 90 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.10/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-v5.10/include/linux/ |
D | list_lru.h | 211 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.10/mm/ |
D | list_lru.c | 207 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()
|
D | compaction.c | 575 int isolated; in isolate_freepages_block() local 629 isolated = __isolate_free_page(page, order); in isolate_freepages_block() 630 if (!isolated) in isolate_freepages_block() 634 total_isolated += isolated; in isolate_freepages_block() 635 cc->nr_freepages += isolated; in isolate_freepages_block() 639 blockpfn += isolated; in isolate_freepages_block() 643 blockpfn += isolated - 1; in isolate_freepages_block() 644 cursor += isolated - 1; in isolate_freepages_block() 703 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local 712 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range() [all …]
|
D | memory-failure.c | 1745 bool isolated = false; in isolate_page() local 1749 isolated = isolate_huge_page(page, pagelist); in isolate_page() 1752 isolated = !isolate_lru_page(page); in isolate_page() 1754 isolated = !isolate_movable_page(page, ISOLATE_UNEVICTABLE); in isolate_page() 1756 if (isolated) in isolate_page() 1760 if (isolated && lru) in isolate_page() 1772 return isolated; in isolate_page()
|
D | migrate.c | 2077 int isolated; in migrate_misplaced_page() local 2096 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page() 2097 if (!isolated) in migrate_misplaced_page() 2111 isolated = 0; in migrate_misplaced_page() 2115 return isolated; in migrate_misplaced_page() 2136 int isolated = 0; in migrate_misplaced_transhuge_page() local 2148 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_transhuge_page() 2149 if (!isolated) { in migrate_misplaced_transhuge_page() 2238 return isolated; in migrate_misplaced_transhuge_page()
|
D | zsmalloc.c | 283 unsigned int isolated:ISOLATED_BITS; member 462 return zspage->isolated; in is_zspage_isolated() 1503 bool isolated; in zs_free() local 1526 isolated = is_zspage_isolated(zspage); in zs_free() 1529 if (likely(!isolated)) in zs_free() 1813 zspage->isolated++; in inc_zspage_isolation() 1818 zspage->isolated--; in dec_zspage_isolation()
|
D | khugepaged.c | 1057 int isolated = 0, result = 0; in collapse_huge_page() local 1146 isolated = __collapse_huge_page_isolate(vma, address, pte, in collapse_huge_page() 1150 if (unlikely(!isolated)) { in collapse_huge_page() 1206 trace_mm_collapse_huge_page(mm, isolated, result); in collapse_huge_page()
|
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-v5.10/drivers/base/ |
D | cpu.c | 272 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.10/Documentation/vm/ |
D | page_migration.rst | 181 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.10/Documentation/devicetree/bindings/crypto/ |
D | hisilicon,hip07-sec.txt | 11 Regions 2-18 have registers for the 16 individual queues which are isolated
|
/Linux-v5.10/Documentation/s390/ |
D | pci.rst | 97 The more the segments are different, the more the functions are isolated.
|
/Linux-v5.10/Documentation/ABI/obsolete/ |
D | sysfs-class-net-mesh | 78 is used to classify clients as "isolated" by the
|
/Linux-v5.10/Documentation/hwmon/ |
D | ucd9200.rst | 31 designed for non-isolated DC/DC power applications. The devices integrate
|
/Linux-v5.10/drivers/net/can/sja1000/ |
D | Kconfig | 86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
|
/Linux-v5.10/Documentation/arm/nwfpe/ |
D | todo.rst | 70 risk of becoming isolated if and when hardware FP emulation comes out
|
/Linux-v5.10/net/bridge/ |
D | br_sysfs_if.c | 232 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);
|
/Linux-v5.10/Documentation/driver-api/mei/ |
D | mei.rst | 6 The Intel Management Engine (Intel ME) is an isolated and protected computing
|
/Linux-v5.10/Documentation/virt/ |
D | ne_overview.rst | 11 that allows customers to carve out isolated compute environments within EC2
|
/Linux-v5.10/Documentation/PCI/ |
D | pci-error-recovery.rst | 121 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.10/Documentation/bpf/ |
D | map_cgroup_storage.rst | 40 be isolated and see different storages.
|
/Linux-v5.10/Documentation/devicetree/bindings/net/dsa/ |
D | mt7530.txt | 52 1. Port 5 is disabled and isolated: An external phy can interface to the 2nd
|
/Linux-v5.10/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
|