/linux-6.3-rc2/include/trace/events/ |
A D | huge_memory.h | 92 TP_PROTO(struct mm_struct *mm, int isolated, int status), 94 TP_ARGS(mm, isolated, status), 98 __field(int, isolated) 104 __entry->isolated = isolated; 110 __entry->isolated,
|
/linux-6.3-rc2/tools/testing/selftests/net/forwarding/ |
A 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-6.3-rc2/include/linux/ |
A 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()
|
/linux-6.3-rc2/mm/ |
A D | list_lru.c | 213 unsigned long isolated = 0; in __list_lru_walk_one() local 237 isolated++; in __list_lru_walk_one() 264 return isolated; in __list_lru_walk_one() 302 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() 316 isolated += __list_lru_walk_one(lru, nid, index, in list_lru_walk_node() 327 return isolated; in list_lru_walk_node()
|
A D | compaction.c | 562 int isolated; in isolate_freepages_block() local 609 if (!isolated) in isolate_freepages_block() 613 nr_scanned += isolated - 1; in isolate_freepages_block() 614 total_isolated += isolated; in isolate_freepages_block() 615 cc->nr_freepages += isolated; in isolate_freepages_block() 619 blockpfn += isolated; in isolate_freepages_block() 623 blockpfn += isolated - 1; in isolate_freepages_block() 624 cursor += isolated - 1; in isolate_freepages_block() 692 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range() 723 if (!isolated) in isolate_freepages_range() [all …]
|
A D | mlock.c | 125 bool isolated = false; in __munlock_folio() local 130 isolated = true; in __munlock_folio() 145 if (isolated || !folio_test_unevictable(folio)) in __munlock_folio() 152 if (isolated && folio_test_unevictable(folio) && folio_evictable(folio)) { in __munlock_folio() 159 if (isolated) in __munlock_folio()
|
A D | migrate.c | 2106 bool isolated; in add_page_for_migration() local 2138 isolated = isolate_hugetlb(page_folio(page), pagelist); in add_page_for_migration() 2139 err = isolated ? 1 : -EBUSY; in add_page_for_migration() 2145 isolated = isolate_lru_page(head); in add_page_for_migration() 2146 if (!isolated) { in add_page_for_migration() 2578 int isolated; in migrate_misplaced_page() local 2599 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page() 2600 if (!isolated) in migrate_misplaced_page() 2614 isolated = 0; in migrate_misplaced_page() 2623 return isolated; in migrate_misplaced_page()
|
A D | percpu-internal.h | 52 bool isolated; /* isolated from active chunk member
|
A D | memory-failure.c | 2508 bool isolated = false; in isolate_page() local 2511 isolated = isolate_hugetlb(page_folio(page), pagelist); in isolate_page() 2516 isolated = isolate_lru_page(page); in isolate_page() 2518 isolated = isolate_movable_page(page, in isolate_page() 2521 if (isolated) { in isolate_page() 2537 return isolated; in isolate_page()
|
A D | percpu.c | 560 if (chunk->isolated) in pcpu_chunk_relocate() 571 if (!chunk->isolated) { in pcpu_isolate_chunk() 572 chunk->isolated = true; in pcpu_isolate_chunk() 582 if (chunk->isolated) { in pcpu_reintegrate_chunk() 583 chunk->isolated = false; in pcpu_reintegrate_chunk() 601 if (chunk != pcpu_reserved_chunk && !chunk->isolated) in pcpu_update_empty_pages() 2283 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
|
A D | percpu-vm.c | 406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
|
A D | memory_hotplug.c | 1633 bool isolated; in do_migrate_range() local 1670 isolated = isolate_lru_page(page); in do_migrate_range() 1672 isolated = isolate_movable_page(page, ISOLATE_UNEVICTABLE); in do_migrate_range() 1673 if (isolated) { in do_migrate_range()
|
A D | vmscan.c | 2372 unsigned long inactive, isolated; in too_many_isolated() local 2383 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated() 2386 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated() 2397 too_many = isolated > inactive; in too_many_isolated() 4934 int isolated = 0; in scan_folios() local 4966 isolated += delta; in scan_folios() 4981 if (!remaining || isolated >= MIN_LRU_BATCH) in scan_folios() 4987 __count_vm_events(item, isolated); in scan_folios() 4990 __count_memcg_events(memcg, item, isolated); in scan_folios() 4992 __count_vm_events(PGSCAN_ANON + type, isolated); in scan_folios() [all …]
|
/linux-6.3-rc2/drivers/base/ |
A D | cpu.c | 261 cpumask_var_t isolated; in print_cpus_isolated() local 263 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated() 266 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated() 268 len = sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated() 270 free_cpumask_var(isolated); in print_cpus_isolated() 274 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
|
/linux-6.3-rc2/tools/testing/selftests/cgroup/ |
A D | test_cpuset_prs.sh | 144 test_partition isolated 150 test_partition isolated 378 2) VAL=isolated 506 isolated)
|
/linux-6.3-rc2/Documentation/hwmon/ |
A D | pli1209bc.rst | 22 The Vicor PLI1209BC is an isolated digital power system supervisor that provides 25 interface over an isolated UART interface. Through the PLI, the host processor
|
A D | tps546d24.rst | 22 The TPS546D24A is a highly integrated, non-isolated DC/DC converter capable
|
A D | ucd9200.rst | 31 designed for non-isolated DC/DC power applications. The devices integrate
|
/linux-6.3-rc2/Documentation/devicetree/bindings/crypto/ |
A D | hisilicon,hip07-sec.txt | 11 Regions 2-18 have registers for the 16 individual queues which are isolated
|
/linux-6.3-rc2/Documentation/driver-api/ |
A D | vfio-pci-device-specific-driver-acceptance.rst | 10 handling to provide isolated device access to userspace. While the
|
/linux-6.3-rc2/Documentation/ABI/testing/ |
A D | sysfs-driver-uacce | 36 Description: (R) A sysfs node that read the device isolated state. The value 1
|
/linux-6.3-rc2/Documentation/security/keys/ |
A D | trusted-encrypted.rst | 49 Fixed set of operations running in isolated execution environment. 53 Customizable set of operations running in isolated execution 58 Fixed set of operations running in isolated execution environment.
|
/linux-6.3-rc2/drivers/net/can/sja1000/ |
A D | Kconfig | 86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
|
/linux-6.3-rc2/Documentation/s390/ |
A D | pci.rst | 105 The more the segments are different, the more the functions are isolated.
|
/linux-6.3-rc2/Documentation/arm/nwfpe/ |
A D | todo.rst | 70 risk of becoming isolated if and when hardware FP emulation comes out
|