Home
last modified time | relevance | path

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

123

/Linux-v6.1/include/trace/events/
Dhuge_memory.h92 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-v6.1/tools/testing/selftests/net/forwarding/
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-v6.1/include/linux/
Dlist_lru.h210 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.1/mm/
Dlist_lru.c213 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()
Dcompaction.c563 int isolated; in isolate_freepages_block() local
609 isolated = __isolate_free_page(page, order); in isolate_freepages_block()
610 if (!isolated) in isolate_freepages_block()
614 nr_scanned += isolated - 1; in isolate_freepages_block()
615 total_isolated += isolated; in isolate_freepages_block()
616 cc->nr_freepages += isolated; in isolate_freepages_block()
620 blockpfn += isolated; in isolate_freepages_block()
624 blockpfn += isolated - 1; in isolate_freepages_block()
625 cursor += isolated - 1; in isolate_freepages_block()
684 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local
[all …]
Dmlock.c125 bool isolated = false; in __munlock_page() local
130 isolated = true; in __munlock_page()
145 if (isolated || !PageUnevictable(page)) in __munlock_page()
152 if (isolated && PageUnevictable(page) && page_evictable(page)) { in __munlock_page()
159 if (isolated) in __munlock_page()
Dpercpu-internal.h51 bool isolated; /* isolated from active chunk member
Dmemory-failure.c2412 bool isolated = false; in isolate_page() local
2415 isolated = !isolate_hugetlb(page, pagelist); in isolate_page()
2420 isolated = !isolate_lru_page(page); in isolate_page()
2422 isolated = !isolate_movable_page(page, in isolate_page()
2425 if (isolated) { in isolate_page()
2441 return isolated; in isolate_page()
Dmigrate.c2167 int isolated; in migrate_misplaced_page() local
2188 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page()
2189 if (!isolated) in migrate_misplaced_page()
2203 isolated = 0; in migrate_misplaced_page()
2212 return isolated; in migrate_misplaced_page()
Dpercpu.c564 if (chunk->isolated) in pcpu_chunk_relocate()
575 if (!chunk->isolated) { in pcpu_isolate_chunk()
576 chunk->isolated = true; in pcpu_isolate_chunk()
586 if (chunk->isolated) { in pcpu_reintegrate_chunk()
587 chunk->isolated = false; in pcpu_reintegrate_chunk()
605 if (chunk != pcpu_reserved_chunk && !chunk->isolated) in pcpu_update_empty_pages()
2291 if (!chunk->isolated && chunk->free_bytes == pcpu_unit_size) { in free_percpu()
Dpercpu-vm.c406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
Dzsmalloc.c259 unsigned int isolated:ISOLATED_BITS; member
1788 zspage->isolated++; in inc_zspage_isolation()
1793 VM_BUG_ON(zspage->isolated == 0); in dec_zspage_isolation()
1794 zspage->isolated--; in dec_zspage_isolation()
Dvmscan.c2325 unsigned long inactive, isolated; in too_many_isolated() local
2336 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated()
2339 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated()
2350 too_many = isolated > inactive; in too_many_isolated()
4821 int isolated = 0; in scan_folios() local
4853 isolated += delta; in scan_folios()
4859 if (!--remaining || max(isolated, skipped) >= MIN_LRU_BATCH) in scan_folios()
4868 if (!remaining || isolated >= MIN_LRU_BATCH) in scan_folios()
4874 __count_vm_events(item, isolated); in scan_folios()
4877 __count_memcg_events(memcg, item, isolated); in scan_folios()
[all …]
/Linux-v6.1/drivers/base/
Dcpu.c272 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-v6.1/tools/testing/selftests/cgroup/
Dtest_cpuset_prs.sh130 test_partition isolated
136 test_partition isolated
363 2) VAL=isolated
491 isolated)
/Linux-v6.1/Documentation/hwmon/
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
Dtps546d24.rst22 The TPS546D24A is a highly integrated, non-isolated DC/DC converter capable
Ducd9200.rst31 designed for non-isolated DC/DC power applications. The devices integrate
/Linux-v6.1/Documentation/devicetree/bindings/crypto/
Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/Linux-v6.1/Documentation/driver-api/
Dvfio-pci-device-specific-driver-acceptance.rst10 handling to provide isolated device access to userspace. While the
/Linux-v6.1/Documentation/security/keys/
Dtrusted-encrypted.rst49 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.1/drivers/net/can/sja1000/
DKconfig86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
/Linux-v6.1/Documentation/s390/
Dpci.rst105 The more the segments are different, the more the functions are isolated.
/Linux-v6.1/Documentation/arm/nwfpe/
Dtodo.rst70 risk of becoming isolated if and when hardware FP emulation comes out
/Linux-v6.1/net/bridge/
Dbr_sysfs_if.c242 BRPORT_ATTR_FLAG(isolated, BR_ISOLATED);

123