| /Linux-v6.6/include/trace/events/ |
| D | huge_memory.h | 95 TP_PROTO(struct mm_struct *mm, int isolated, int status), 97 TP_ARGS(mm, isolated, status), 101 __field(int, isolated) 107 __entry->isolated = isolated; 113 __entry->isolated,
|
| /Linux-v6.6/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-v6.6/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()
|
| /Linux-v6.6/mm/ |
| 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()
|
| D | compaction.c | 606 int isolated; in isolate_freepages_block() local 652 isolated = __isolate_free_page(page, order); in isolate_freepages_block() 653 if (!isolated) in isolate_freepages_block() 657 nr_scanned += isolated - 1; in isolate_freepages_block() 658 total_isolated += isolated; in isolate_freepages_block() 659 cc->nr_freepages += isolated; in isolate_freepages_block() 663 blockpfn += isolated; in isolate_freepages_block() 667 blockpfn += isolated - 1; in isolate_freepages_block() 668 page += isolated - 1; in isolate_freepages_block() 725 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local [all …]
|
| 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()
|
| D | migrate.c | 2064 bool isolated; in add_page_for_migration() local 2098 isolated = isolate_hugetlb(page_folio(page), pagelist); in add_page_for_migration() 2099 err = isolated ? 1 : -EBUSY; in add_page_for_migration() 2105 isolated = isolate_lru_page(head); in add_page_for_migration() 2106 if (!isolated) { in add_page_for_migration() 2543 int isolated; in migrate_misplaced_page() local 2564 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page() 2565 if (!isolated) in migrate_misplaced_page() 2579 isolated = 0; in migrate_misplaced_page() 2588 return isolated; in migrate_misplaced_page()
|
| D | percpu-internal.h | 59 bool isolated; /* isolated from active chunk member
|
| D | memory-failure.c | 2604 bool isolated = false; in isolate_page() local 2607 isolated = isolate_hugetlb(page_folio(page), pagelist); in isolate_page() 2612 isolated = isolate_lru_page(page); in isolate_page() 2614 isolated = isolate_movable_page(page, in isolate_page() 2617 if (isolated) { in isolate_page() 2633 return isolated; in isolate_page()
|
| 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() 2285 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
|
| D | percpu-vm.c | 406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
|
| D | memory_hotplug.c | 1711 bool isolated; in do_migrate_range() local 1748 isolated = isolate_lru_page(page); in do_migrate_range() 1750 isolated = isolate_movable_page(page, ISOLATE_UNEVICTABLE); in do_migrate_range() 1751 if (isolated) { in do_migrate_range()
|
| D | zsmalloc.c | 249 unsigned int isolated:ISOLATED_BITS; member 1744 zspage->isolated++; in inc_zspage_isolation() 1749 VM_BUG_ON(zspage->isolated == 0); in dec_zspage_isolation() 1750 zspage->isolated--; in dec_zspage_isolation()
|
| /Linux-v6.6/drivers/base/ |
| D | cpu.c | 280 cpumask_var_t isolated; in print_cpus_isolated() local 282 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated() 285 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated() 287 len = sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated() 289 free_cpumask_var(isolated); in print_cpus_isolated() 293 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
|
| /Linux-v6.6/tools/testing/selftests/cgroup/ |
| D | test_cpuset_prs.sh | 150 test_partition isolated 156 test_partition isolated 384 2) VAL=isolated 512 isolated)
|
| /Linux-v6.6/Documentation/hwmon/ |
| 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
|
| D | tps546d24.rst | 22 The TPS546D24A is a highly integrated, non-isolated DC/DC converter capable
|
| D | ucd9200.rst | 31 designed for non-isolated DC/DC power applications. The devices integrate
|
| /Linux-v6.6/Documentation/devicetree/bindings/crypto/ |
| D | hisilicon,hip07-sec.txt | 11 Regions 2-18 have registers for the 16 individual queues which are isolated
|
| /Linux-v6.6/Documentation/driver-api/ |
| D | vfio-pci-device-specific-driver-acceptance.rst | 10 handling to provide isolated device access to userspace. While the
|
| /Linux-v6.6/Documentation/ABI/testing/ |
| D | sysfs-driver-uacce | 36 Description: (R) A sysfs node that read the device isolated state. The value 1
|
| /Linux-v6.6/Documentation/security/keys/ |
| 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-v6.6/Documentation/arch/s390/ |
| D | pci.rst | 105 The more the segments are different, the more the functions are isolated.
|
| /Linux-v6.6/drivers/net/can/sja1000/ |
| D | Kconfig | 86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
|
| /Linux-v6.6/Documentation/arch/arm/nwfpe/ |
| D | todo.rst | 70 risk of becoming isolated if and when hardware FP emulation comes out
|