Home
last modified time | relevance | path

Searched full:isolated (Results 1 – 25 of 193) sorted by relevance

12345678

/linux-6.8/drivers/comedi/drivers/
Dpcl730.c45 * BASE+0 Isolated outputs 0-7 (write) / inputs 0-7 (read)
46 * BASE+1 Isolated outputs 8-15 (write) / inputs 8-15 (read)
54 * BASE+0 Isolated outputs 0-7 (write) (read back on p8r8dio)
55 * BASE+1 Isolated inputs 0-7 (read)
59 * BASE+0 Isolated outputs 0-7 (write) (read back)
60 * BASE+1 Isolated outputs 8-15 (write) (read back)
61 * BASE+2 Isolated inputs 0-7 (read)
62 * BASE+3 Isolated inputs 8-15 (read)
66 * BASE+0 Isolated outputs 0-7 (write) or inputs 0-7 (read)
67 * BASE+1 Isolated outputs 8-15 (write) or inputs 8-15 (read)
[all …]
Dadl_pci7x3x.c17 * Description: 32/64-Channel Isolated Digital I/O Boards
175 /* SubDev 2, 3 = Isolated DigIn , on "SCSI2" jack!*/ in adl_pci7x3x_interrupt()
399 /* Isolated digital inputs 0 to 15/31 */ in adl_pci7x3x_auto_attach()
414 /* Isolated digital inputs 32 to 63 */ in adl_pci7x3x_auto_attach()
432 /* Isolated digital outputs 0 to 15/31 */ in adl_pci7x3x_auto_attach()
447 /* Isolated digital outputs 32 to 63 */ in adl_pci7x3x_auto_attach()
467 /* Isolated digital inputs 0 or 1 */ in adl_pci7x3x_auto_attach()
539 MODULE_DESCRIPTION("ADLINK PCI-723x/743x Isolated Digital I/O boards");
Dadv_pci1720.c15 * Description: 4-channel Isolated D/A Output board
23 * The PCI-1720 has 4 isolated 12-bit analog output channels with multiple
/linux-6.8/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
112 log_test "Isolated port ping"
125 log_test "Isolated port ping6"
141 log_test "Isolated port flooding"
/linux-6.8/mm/
Dpage_isolation.c220 * Because freepage with more than pageblock_order on isolated in unset_migratetype_isolate()
235 * Isolating a free page in an isolated pageblock in unset_migratetype_isolate()
249 * We didn't actually touch any of the isolated pages, so place them in unset_migratetype_isolate()
294 * pageblock. When not all pageblocks within a page are isolated at the same
300 * When either pageblock is isolated, if it is a free page, the page is not
326 * free or in-use page. Also make sure all to-be-isolated pageblocks in isolate_single_pageblock()
346 * Bail out early when the to-be-isolated pageblock does not form in isolate_single_pageblock()
486 * @start_pfn: The first PFN of the range to be isolated.
487 * @end_pfn: The last PFN of the range to be isolated.
519 * either. Pages might be freed while their page blocks are marked ISOLATED.
[all …]
Dcompaction.c480 * If no pages were isolated then mark this pageblock to be skipped in the
605 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()
[all …]
Dlist_lru.c214 unsigned long isolated = 0; in __list_lru_walk_one() local
238 isolated++; in __list_lru_walk_one()
265 return isolated; in __list_lru_walk_one()
303 long isolated = 0; in list_lru_walk_node() local
305 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
317 isolated += __list_lru_walk_one(lru, nid, index, in list_lru_walk_node()
328 return isolated; in list_lru_walk_node()
Dballoon_compaction.c72 * of isolated pages.
170 * the compaction of isolated pages.
188 * list is empty and there are no isolated pages, then something in balloon_page_dequeue()
Dmigrate.c94 * As movable pages are not isolated from LRU lists, concurrent in isolate_movable_page()
98 * In order to avoid having an already isolated movable page in isolate_movable_page()
99 * being (wrongly) re-isolated while it is under migration, in isolate_movable_page()
140 * Put previously isolated pages back onto the appropriate lists
143 * This function shall be used whenever the isolated pageset has been
159 * We isolated non-lru movable folio so here we can use in putback_movable_pages()
1298 * isolated from the unevictable LRU: but this case is the easiest. in migrate_folio_move()
2073 * errno - if the page cannot be found/isolated
2135 * or drop the folio ref if it was not isolated. in add_page_for_migration()
2559 int isolated; in migrate_misplaced_folio() local
[all …]
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()
Dpercpu-vm.c387 * isolated and managed in separate lists at the back of pcpu_slot: sidelined
401 * If it is isolated, it may be on the sidelined list so move it back to in pcpu_should_reclaim_chunk()
406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
/linux-6.8/include/trace/events/
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;
111 TP_printk("mm=%p, isolated=%d, status=%s",
113 __entry->isolated,
/linux-6.8/tools/testing/selftests/cgroup/
Dtest_cpuset_prs.sh157 # P<v> = set cpus.partition (0:member, 1:root, 2:isolated)
434 2) VAL=isolated
511 ISCPUS=$DIR/cpuset.cpus.isolated
579 isolated)
585 "isolated invalid"*)
595 # Get isolated (including offline) CPUs by looking at
596 # /sys/kernel/debug/sched/domains and cpuset.cpus.isolated control file,
599 # Note that isolated CPUs from the sched/domains context include offline
600 # CPUs as well as CPUs in non-isolated 1-CPU partition. Those CPUs may
601 # not be included in the cpuset.cpus.isolated control file which contains
[all …]
/linux-6.8/drivers/watchdog/
Dwd501p.h31 /* inverted opto isolated reset output: */
33 /* opto isolated reset output: */
/linux-6.8/drivers/base/
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-6.8/include/linux/
Dlist_lru.h180 * Put back an isolated item into its original LRU. Note that unlike
260 long isolated = 0; in list_lru_walk() local
264 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
269 return isolated; in list_lru_walk()
Dmigrate.h34 * After isolation, the VM calls this function with the isolated
48 * If migration fails on the isolated page, the VM informs the driver
50 * this function. The driver should put the isolated page back into
Dcompaction.h74 * that the migrate scanner can have isolated on migrate list, and free in compact_gap()
75 * scanner is only invoked when the number of isolated free pages is in compact_gap()
Dballoon_compaction.h55 unsigned long isolated_pages; /* # of isolated pages for migration */
114 * No touch page.lru field once @page has been isolated in balloon_page_delete()
/linux-6.8/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
/linux-6.8/arch/x86/platform/intel-quark/
Dimr.c3 * imr.c -- Intel Isolated Memory Region driver
8 * IMR registers define an isolated region of memory that can
290 * imr_add_range - add an Isolated Memory Region.
392 * __imr_remove_range - delete an Isolated Memory Region.
487 * imr_remove_range - delete an Isolated Memory Region by address
506 * imr_clear - delete an Isolated Memory Region by index
/linux-6.8/arch/powerpc/platforms/cell/spufs/
Drun.c151 /* If isolated LOAD has failed: run SPU, we will get a stop-and in spu_setup_isolated()
153 pr_debug("%s: isolated LOAD failed\n", __func__); in spu_setup_isolated()
161 pr_debug("%s: SPU fell out of isolated mode?\n", __func__); in spu_setup_isolated()
207 * issue an isolated exit), we need to re-set it here in spu_run_init()
/linux-6.8/tools/testing/selftests/landlock/
Dptrace_test.c275 * isolated from the child with a dedicated Landlock domain. in TEST_F()
282 * - The parent process is not isolated from the child with a dedicated in TEST_F()
292 * isolated from the parent with a dedicated Landlock domain. in TEST_F()
299 * - The child process is not isolated from the parent with a dedicated in TEST_F()
/linux-6.8/arch/s390/include/asm/
Dmsi.h12 * Note this is less isolated than the ARM/x86 versions as userspace can trigger

12345678