Home
last modified time | relevance | path

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

12345678

/linux/drivers/comedi/drivers/
H A 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 …]
H A 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");
H A 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/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
112 log_test "Isolated port ping"
125 log_test "Isolated port ping6"
141 log_test "Isolated port flooding"
/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh88 # If isolated CPUs have been reserved at boot time (as shown in
89 # cpuset.cpus.isolated), these isolated CPUs should be outside of CPUs 0-8
92 # these isolated CPUs are leftover from previous run and have just been
95 # These pre-isolated CPUs should stay in an isolated state throughout the
98 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated)
101 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated)
106 skip_test "Pre-isolated CPUs ($BOOT_ISOLCPUS) overlap CPUs to be tested"
107 echo "Pre-isolated CPUs: $BOOT_ISOLCPUS"
196 # P<v> = set cpus.partition (0:member, 1:root, 2:isolated)
206 # ISOLCPUS - isolated CPUs (<icpus>[,<icpus2>])
[all …]
/linux/include/trace/events/
H A Dhuge_memory.h90 TP_PROTO(struct mm_struct *mm, int isolated, int status),
92 TP_ARGS(mm, isolated, status),
96 __field(int, isolated)
102 __entry->isolated = isolated;
106 TP_printk("mm=%p, isolated=%d, status=%s",
108 __entry->isolated,
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c35 * the matchers in isolated table. in mlx5hws_matcher_update_end_ft_isolated()
62 mlx5hws_err(tbl->ctx, "Isolated matcher: failed to reset FT's next RTCs\n"); in hws_matcher_connect_end_ft_isolated()
66 /* Connect isolated matcher's end_ft to the complex matcher's end FT */ in hws_matcher_connect_end_ft_isolated()
74 mlx5hws_err(tbl->ctx, "Isolated matcher: failed to set FT's miss_ft_id\n"); in hws_matcher_connect_end_ft_isolated()
91 mlx5hws_err(tbl->ctx, "Isolated matcher: failed to create end flow table\n"); in hws_matcher_create_end_ft_isolated()
97 mlx5hws_err(tbl->ctx, "Isolated matcher: failed to connect end FT\n"); in hws_matcher_create_end_ft_isolated()
135 /* Isolated matcher's end_ft is already pointing to the end_ft in hws_matcher_connect_isolated_first()
138 * We still need to connect the isolated table's start FT to in hws_matcher_connect_isolated_first()
147 mlx5hws_err(ctx, "Isolated matcher: failed to connect start FT to match RTC\n"); in hws_matcher_connect_isolated_first()
154 mlx5hws_err(ctx, "Isolated matcher: failed to reset table ft default miss\n"); in hws_matcher_connect_isolated_first()
[all …]
/linux/mm/
H A Dcompaction.c453 * If no pages were isolated then mark this pageblock to be skipped in the
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()
[all …]
H A Dballoon_compaction.c73 * of isolated pages.
167 * the compaction of isolated pages.
185 * list is empty and there are no isolated pages, then something in balloon_page_dequeue()
225 /* Isolated balloon pages cannot get deflated. */ in balloon_page_putback()
244 /* Isolated balloon pages cannot get deflated. */ in balloon_page_migrate()
H A Dmigrate.c105 * not a movable_ops page, if the page is already isolated for migration
108 * Once isolated, the page cannot get freed until it is either putback
146 * As movable pages are not isolated from LRU lists, concurrent in isolate_movable_ops_page()
150 * In order to avoid having an already isolated movable page in isolate_movable_ops_page()
151 * being (wrongly) re-isolated while it is under migration, in isolate_movable_ops_page()
170 /* Driver shouldn't use the isolated flag */ in isolate_movable_ops_page()
186 * putback_movable_ops_page - putback an isolated movable_ops page
187 * @page: The isolated page.
189 * Putback an isolated movable_ops page.
211 * migrate_movable_ops_page - migrate an isolated movable_ops page
[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-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()
H A Dpercpu-internal.h72 bool isolated; /* isolated from active chunk member
/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/drivers/watchdog/
H A Dwd501p.h31 /* inverted opto isolated reset output: */
33 /* opto isolated reset output: */
/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
/linux/include/linux/
H A Dmigrate.h26 * After isolation, the VM calls this function with the isolated
39 * If migration fails on the isolated page, the VM informs the driver
41 * this function. The driver should put the isolated page back into
H A 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()
/linux/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/arch/powerpc/platforms/cell/spufs/
H A 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/tools/testing/selftests/landlock/
H A Dptrace_test.c131 * isolated from the child with a dedicated Landlock domain. in TEST_F()
138 * - The parent process is not isolated from the child with a dedicated in TEST_F()
148 * isolated from the parent with a dedicated Landlock domain. in TEST_F()
155 * - The child process is not isolated from the parent with a dedicated in TEST_F()
/linux/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/drivers/virt/coco/pkvm-guest/
H A DKconfig6 are isolated from the host and must issue hypercalls to enable
/linux/arch/s390/include/asm/
H A Dmsi.h12 * Note this is less isolated than the ARM/x86 versions as userspace can trigger

12345678