Home
last modified time | relevance | path

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

12

/linux/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)
572 2) VAL=isolated
648 ISCPUS=$DIR/cpuset.cpus.isolated
731 isolated)
774 ISCPUS=${CGROUP2}/cpuset.cpus.isolated
776 HKICPUS=$(cat /sys/devices/system/cpu/isolated)
1087 test_partition isolated
1093 test_partition 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/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/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/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/mm/
H A Dpercpu-internal.h72 bool isolated; /* isolated from active chunk member
H A Dpercpu-vm.c406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
H A Dmemory-failure.c2797 bool isolated; in soft_offline_in_use_page() local
2847 isolated = isolate_folio_to_list(folio, &pagelist); in soft_offline_in_use_page()
2858 if (isolated) { in soft_offline_in_use_page()
/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/arch/s390/
H A Dpci.rst147 The more the segments are different, the more the functions are isolated.
168 pci=norid kernel parameter is used, or a so-called isolated Virtual Function
/linux/drivers/net/can/sja1000/
H A DKconfig86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst70 risk of becoming isolated if and when hardware FP emulation comes out
/linux/drivers/net/dsa/
H A Dmt7530.c1517 bool isolated; in mt7530_update_port_member() local
1534 isolated = p->isolated && other_p->isolated; in mt7530_update_port_member()
1536 if (join && !isolated) { in mt7530_update_port_member()
1596 priv->ports[port].isolated = !!(flags.val & BR_ISOLATED); in mt7530_port_bridge_flags()
H A Dmt7530.h803 bool isolated; member
/linux/Documentation/driver-api/mei/
H A Dmei.rst6 The Intel Management Engine (Intel ME) is an isolated and protected computing
/linux/Documentation/virt/
H A Dne_overview.rst11 that allows customers to carve out isolated compute environments within EC2
/linux/Documentation/mm/
H A Dunevictable-lru.rst328 it may have been temporarily isolated from LRU. In such cases the mlock_count
388 "the unevictable LRU", or it may have been temporarily isolated from it. In
397 A page that is being migrated has been isolated from the LRU lists and is held
500 "the unevictable LRU", or it may have been temporarily isolated from it. In
/linux/Documentation/admin-guide/
H A Dcgroup-v2.rst2593 cpuset.cpus.isolated
2596 This file shows the set of all isolated CPUs used in existing
2597 isolated partitions. It will be empty if no isolated partition
2610 "isolated" Partition root without load balancing
2655 When set to "isolated", the CPUs in that partition will be in
2656 an isolated state without any load balancing from the scheduler
2661 A partition root ("root" or "isolated") can be in one of the
2667 "isolated" are allowed.
2675 "isolated" Partition root without load balancing
2677 "isolated invalid (<reason>)" Invalid isolated partition root
[all …]
/linux/Documentation/bpf/
H A Dmap_cgroup_storage.rst40 be isolated and see different storages.
/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst115 ignored. That means it will ignore a user memory page if it is isolated, but
/linux/drivers/comedi/
H A DKconfig626 These are 16 channel, optically isolated, digital I/O boards. The 1516
712 and isolated digital input boards.
718 tristate "ADLink PCI-723X/743X isolated digital i/o board support"
721 Enable support for ADlink PCI-723X/743X isolated digital i/o boards.
/linux/fs/xfs/
H A DKconfig116 separated. Regular file I/Os are isolated to a separate device

12