Home
last modified time | relevance | path

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

123

/linux/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/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/include/linux/
H A Dlist_lru.h244 long isolated = 0; in list_lru_walk() local
248 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
253 return isolated; in list_lru_walk()
/linux/mm/
H A Dlist_lru.c200 unsigned long isolated = 0; in __list_lru_walk_one() local
224 isolated++; in __list_lru_walk_one()
254 return isolated; in __list_lru_walk_one()
292 long isolated = 0; in list_lru_walk_node() local
294 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
306 isolated += __list_lru_walk_one(lru, nid, index, in list_lru_walk_node()
317 return isolated; in list_lru_walk_node()
H A Dcompaction.c629 int isolated; in isolate_freepages_block() local
677 if (!isolated) in isolate_freepages_block()
681 nr_scanned += isolated - 1; in isolate_freepages_block()
682 total_isolated += isolated; in isolate_freepages_block()
683 cc->nr_freepages += isolated; in isolate_freepages_block()
687 blockpfn += isolated; in isolate_freepages_block()
691 blockpfn += isolated - 1; in isolate_freepages_block()
692 page += isolated - 1; in isolate_freepages_block()
761 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range()
791 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.h59 bool isolated; /* isolated from active chunk member
H A Dmemory-failure.c2633 bool isolated = false; in mf_isolate_folio() local
2636 isolated = isolate_hugetlb(folio, pagelist); in mf_isolate_folio()
2641 isolated = folio_isolate_lru(folio); in mf_isolate_folio()
2643 isolated = isolate_movable_page(&folio->page, in mf_isolate_folio()
2646 if (isolated) { in mf_isolate_folio()
2662 return isolated; in mf_isolate_folio()
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()
2312 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 Dmigrate.c2562 int isolated; in migrate_misplaced_folio() local
2586 isolated = numamigrate_isolate_folio(pgdat, folio); in migrate_misplaced_folio()
2587 if (!isolated) in migrate_misplaced_folio()
2601 isolated = 0; in migrate_misplaced_folio()
2610 return isolated; in migrate_misplaced_folio()
H A Dmemory_hotplug.c1785 bool isolated; in do_migrate_range() local
1822 isolated = isolate_lru_page(page); in do_migrate_range()
1824 isolated = isolate_movable_page(page, ISOLATE_UNEVICTABLE); in do_migrate_range()
1825 if (isolated) { in do_migrate_range()
H A Dvmscan.c1757 unsigned long inactive, isolated; in too_many_isolated() local
1768 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated()
1782 too_many = isolated > inactive; in too_many_isolated()
4339 int isolated = 0; in scan_folios() local
4373 isolated += delta; in scan_folios()
4389 if (!remaining || isolated >= MIN_LRU_BATCH) in scan_folios()
4395 __count_vm_events(item, isolated); in scan_folios()
4398 __count_memcg_events(memcg, item, isolated); in scan_folios()
4400 __count_vm_events(PGSCAN_ANON + type, isolated); in scan_folios()
4402 scanned, skipped, isolated, in scan_folios()
[all …]
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh434 2) VAL=isolated
511 ISCPUS=$DIR/cpuset.cpus.isolated
579 isolated)
614 ISCPUS=${CGROUP2}/cpuset.cpus.isolated
815 test_partition isolated
821 test_partition isolated
/linux/drivers/base/
H A Dcpu.c280 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/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/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
H A Ducd9200.rst31 designed for non-isolated DC/DC power applications. The devices integrate
/linux/Documentation/devicetree/bindings/hwmon/pmbus/
H A Dadi,adp1050.yaml14 Through the PMBus interface, the ADP1050 targets isolated power supplies
/linux/Documentation/devicetree/bindings/crypto/
H A Dhisilicon,hip07-sec.txt11 Regions 2-18 have registers for the 16 individual queues which are isolated
/linux/Documentation/driver-api/
H A Dvfio-pci-device-specific-driver-acceptance.rst10 handling to provide isolated device access to userspace. While the
/linux/Documentation/ABI/testing/
H A Dsysfs-driver-uacce36 Description: (R) A sysfs node that read the device isolated state. The value 1
/linux/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/Documentation/arch/s390/
H A Dpci.rst105 The more the segments are different, the more the functions are isolated.

123