| /linux/include/trace/events/ |
| H A 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/tools/testing/selftests/net/forwarding/ |
| H 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/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 98 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated) 101 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated) 557 2) VAL=isolated 633 ISCPUS=$DIR/cpuset.cpus.isolated 716 isolated) 759 ISCPUS=${CGROUP2}/cpuset.cpus.isolated 1068 test_partition isolated 1074 test_partition isolated
|
| /linux/drivers/base/ |
| H A D | cpu.c | 288 cpumask_var_t isolated; in print_cpus_isolated() local 290 if (!alloc_cpumask_var(&isolated, GFP_KERNEL)) in print_cpus_isolated() 293 cpumask_andnot(isolated, cpu_possible_mask, in print_cpus_isolated() 295 len = sysfs_emit(buf, "%*pbl\n", cpumask_pr_args(isolated)); in print_cpus_isolated() 297 free_cpumask_var(isolated); in print_cpus_isolated() 301 static DEVICE_ATTR(isolated, 0444, print_cpus_isolated, NULL);
|
| /linux/mm/ |
| H A D | compaction.c | 578 int isolated; in isolate_freepages_block() local 626 isolated = __isolate_free_page(page, order); in isolate_freepages_block() 627 if (!isolated) in isolate_freepages_block() 631 nr_scanned += isolated - 1; in isolate_freepages_block() 632 total_isolated += isolated; in isolate_freepages_block() 633 cc->nr_freepages += isolated; in isolate_freepages_block() 637 blockpfn += isolated; in isolate_freepages_block() 641 blockpfn += isolated - 1; in isolate_freepages_block() 642 page += isolated - 1; in isolate_freepages_block() 698 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local [all …]
|
| H 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()
|
| H A D | percpu-internal.h | 72 bool isolated; /* isolated from active chunk member
|
| H 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() 2255 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
|
| H A D | percpu-vm.c | 406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
|
| H A D | vmscan.c | 1849 unsigned long inactive, isolated; in too_many_isolated() local 1860 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated() 1863 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated() 1874 too_many = isolated > inactive; in too_many_isolated() 4542 int isolated = 0; in scan_folios() local 4577 isolated += delta; in scan_folios() 4583 if (!--remaining || max(isolated, skipped_zone) >= MIN_LRU_BATCH) in scan_folios() 4593 if (!remaining || isolated >= MIN_LRU_BATCH) in scan_folios() 4599 __count_vm_events(item, isolated); in scan_folios() 4602 count_memcg_events(memcg, item, isolated); in scan_folios() [all …]
|
| /linux/Documentation/hwmon/ |
| H 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
|
| H A D | tps546d24.rst | 22 The TPS546D24A is a highly integrated, non-isolated DC/DC converter capable
|
| H A D | ucd9200.rst | 31 designed for non-isolated DC/DC power applications. The devices integrate
|
| /linux/drivers/virt/coco/pkvm-guest/ |
| H A D | Kconfig | 6 are isolated from the host and must issue hypercalls to enable
|
| /linux/Documentation/dev-tools/ |
| H A D | gpio-sloppy-logic-analyzer.rst | 13 logic analyzer running on an isolated CPU. 68 following settings are used: The isolated CPU shall be CPU1 because it is a big
|
| /linux/Documentation/driver-api/ |
| H A D | vfio-pci-device-specific-driver-acceptance.rst | 10 handling to provide isolated device access to userspace. While the
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-uacce | 36 Description: (R) A sysfs node that read the device isolated state. The value 1
|
| /linux/Documentation/security/keys/ |
| H A D | trusted-encrypted.rst | 88 Fixed set of operations running in isolated execution environment. 92 Customizable set of operations running in isolated execution 97 Fixed set of operations running in isolated execution environment. 101 Fixed set of cryptographic operations running in isolated execution
|
| /linux/Documentation/arch/s390/ |
| H A D | pci.rst | 105 The more the segments are different, the more the functions are isolated.
|
| /linux/drivers/net/can/sja1000/ |
| H A D | Kconfig | 86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | todo.rst | 70 risk of becoming isolated if and when hardware FP emulation comes out
|
| /linux/net/bridge/ |
| H A D | br_sysfs_if.c | 242 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);
|
| /linux/Documentation/driver-api/mei/ |
| H A D | mei.rst | 6 The Intel Management Engine (Intel ME) is an isolated and protected computing
|
| /linux/Documentation/virt/ |
| H A D | ne_overview.rst | 11 that allows customers to carve out isolated compute environments within EC2
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 328 it may have been temporarily isolated from LRU. In such cases the mlock_count 388 "the unevictable LRU", or it may have been temporarily isolated from it. In 397 A page that is being migrated has been isolated from the LRU lists and is held 500 "the unevictable LRU", or it may have been temporarily isolated from it. In
|