Home
last modified time | relevance | path

Searched refs:isolated (Results 1 – 25 of 82) sorted by relevance

1234

/linux-6.15/include/trace/events/
H A Dhuge_memory.h95 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-6.15/mm/
H A Dlist_lru.c283 unsigned long isolated = 0; in __list_lru_walk_one() local
288 return isolated; in __list_lru_walk_one()
311 isolated++; in __list_lru_walk_one()
329 return isolated; in __list_lru_walk_one()
355 long isolated = 0; in list_lru_walk_node() local
357 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
374 isolated += __list_lru_walk_one(lru, nid, memcg, in list_lru_walk_node()
385 return isolated; in list_lru_walk_node()
H A Dcompaction.c611 int isolated; in isolate_freepages_block() local
660 if (!isolated) in isolate_freepages_block()
664 nr_scanned += isolated - 1; in isolate_freepages_block()
665 total_isolated += isolated; in isolate_freepages_block()
666 cc->nr_freepages += isolated; in isolate_freepages_block()
670 blockpfn += isolated; in isolate_freepages_block()
674 blockpfn += isolated - 1; in isolate_freepages_block()
675 page += isolated - 1; in isolate_freepages_block()
743 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range()
773 if (!isolated) in isolate_freepages_range()
[all …]
H A Dmlock.c125 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 Dpercpu-internal.h72 bool isolated; /* isolated from active chunk member
H A Dpercpu.c560 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()
2251 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
H A Dpercpu-vm.c406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
H A Dvmscan.c1867 unsigned long inactive, isolated; in too_many_isolated() local
1892 too_many = isolated > inactive; in too_many_isolated()
4532 int isolated = 0; in scan_folios() local
4566 isolated += delta; in scan_folios()
4582 if (!remaining || isolated >= MIN_LRU_BATCH) in scan_folios()
4588 __count_vm_events(item, isolated); in scan_folios()
4591 __count_memcg_events(memcg, item, isolated); in scan_folios()
4593 __count_vm_events(PGSCAN_ANON + type, isolated); in scan_folios()
4595 scanned, skipped, isolated, in scan_folios()
4598 sc->nr.file_taken += isolated; in scan_folios()
[all …]
/linux-6.15/tools/testing/selftests/net/forwarding/
H A Dbridge_port_isolation.sh47 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.15/include/linux/
H A Dlist_lru.h278 long isolated = 0; in list_lru_walk() local
282 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
287 return isolated; in list_lru_walk()
/linux-6.15/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh98 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-6.15/drivers/base/
H A Dcpu.c288 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-6.15/Documentation/devicetree/bindings/i2c/
H A Di2c-mux-pca954x.yaml77 isolated from the upstream bus. If not set all channels are isolated from
89 channel is isolated from the upstream bus.
/linux-6.15/Documentation/hwmon/
H A Dpli1209bc.rst22 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 Dtps546d24.rst22 The TPS546D24A is a highly integrated, non-isolated DC/DC converter capable
/linux-6.15/drivers/virt/coco/pkvm-guest/
H A DKconfig6 are isolated from the host and must issue hypercalls to enable
/linux-6.15/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dadi,adp1050.yaml14 Through the PMBus interface, the ADP1050 targets isolated power supplies
/linux-6.15/Documentation/accel/amdxdna/
H A Damdnpu.rst33 array can be partitioned at a column boundary creating a spatially isolated
58 NPU Firmware uses a dedicated instance of an isolated non-privileged context
62 NPU Firmware uses a single isolated privileged context called MERT to service
108 As explained before, XDNA Array can be dynamically divided into isolated
115 The NPU FW itself uses microcontroller MMU enforced isolated contexts for
/linux-6.15/Documentation/devicetree/bindings/crypto/
H A Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/linux-6.15/Documentation/dev-tools/
H A Dgpio-sloppy-logic-analyzer.rst13 logic analyzer running on an isolated CPU.
68 following settings are used: The isolated CPU shall be CPU1 because it is a big
/linux-6.15/Documentation/driver-api/
H A Dvfio-pci-device-specific-driver-acceptance.rst10 handling to provide isolated device access to userspace. While the
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-driver-uacce36 Description: (R) A sysfs node that read the device isolated state. The value 1
/linux-6.15/Documentation/gpu/nova/
H A Dguidelines.rst22 technical necessity, unsafe code should be isolated in a separate component
/linux-6.15/Documentation/security/keys/
H A Dtrusted-encrypted.rst57 Fixed set of operations running in isolated execution environment.
61 Customizable set of operations running in isolated execution
66 Fixed set of operations running in isolated execution environment.
70 Fixed set of cryptographic operations running in isolated execution
/linux-6.15/Documentation/security/tpm/
H A Dtpm_ffa_crb.rst15 - in memory for a TPM running in isolated environment where shared memory

1234