| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | bridge_port_isolation.sh | 47 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/tools/testing/selftests/cgroup/ |
| H A D | test_cpuset_prs.sh | 98 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated) 101 BOOT_ISOLCPUS=$(cat $CGROUP2/cpuset.cpus.isolated) 595 2) VAL=isolated 672 ISCPUS=$DIR/cpuset.cpus.isolated 755 isolated) 798 ISCPUS=${CGROUP2}/cpuset.cpus.isolated 800 HKICPUS=$(cat /sys/devices/system/cpu/isolated) 1111 test_partition isolated 1117 test_partition isolated
|
| /linux/drivers/base/ |
| H A D | cpu.c | 288 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 D | pli1209bc.rst | 22 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 D | tps546d24.rst | 22 The TPS546D24A is a highly integrated, non-isolated DC/DC converter capable
|
| H A D | ucd9200.rst | 31 designed for non-isolated DC/DC power applications. The devices integrate
|
| /linux/mm/ |
| H A D | compaction.c | 596 int isolated; in isolate_freepages_block() local 644 isolated = __isolate_free_page(page, order); in isolate_freepages_block() 645 if (!isolated) in isolate_freepages_block() 649 nr_scanned += isolated - 1; in isolate_freepages_block() 650 total_isolated += isolated; in isolate_freepages_block() 651 cc->nr_freepages += isolated; in isolate_freepages_block() 655 blockpfn += isolated; in isolate_freepages_block() 659 blockpfn += isolated - 1; in isolate_freepages_block() 660 page += isolated - 1; in isolate_freepages_block() 716 unsigned long isolated, pfn, block_start_pfn, block_end_pfn; in isolate_freepages_range() local [all …]
|
| H A D | vmscan.c | 1828 unsigned long inactive, isolated; in too_many_isolated() local 1839 isolated = node_page_state(pgdat, NR_ISOLATED_FILE); in too_many_isolated() 1842 isolated = node_page_state(pgdat, NR_ISOLATED_ANON); in too_many_isolated() 1853 too_many = isolated > inactive; in too_many_isolated() 4662 int isolated = 0; in scan_folios() local 4696 isolated += delta; in scan_folios() 4702 if (!--remaining || max(isolated, skipped_zone) >= MIN_LRU_BATCH) in scan_folios() 4712 if (!remaining || isolated >= MIN_LRU_BATCH) in scan_folios() 4717 mod_lruvec_state(lruvec, item, isolated); in scan_folios() 4719 mod_lruvec_state(lruvec, PGSCAN_ANON + type, isolated); in scan_folios() [all …]
|
| H A D | percpu-vm.c | 406 return ((chunk->isolated && chunk->nr_empty_pop_pages) || in pcpu_should_reclaim_chunk()
|
| /linux/Documentation/dev-tools/ |
| H A D | gpio-sloppy-logic-analyzer.rst | 13 logic analyzer running on an isolated CPU. 68 following settings are used: The isolated CPU shall be CPU1 because it is a big
|
| /linux/Documentation/driver-api/ |
| H A D | vfio-pci-device-specific-driver-acceptance.rst | 10 handling to provide isolated device access to userspace. While the
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-driver-uacce | 36 Description: (R) A sysfs node that read the device isolated state. The value 1
|
| /linux/Documentation/arch/s390/ |
| H A D | pci.rst | 147 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 D | Kconfig | 86 - ASEM CAN raw - 2 isolated CAN channels (www.asem.it)
|
| /linux/Documentation/arch/arm/nwfpe/ |
| H A D | todo.rst | 70 risk of becoming isolated if and when hardware FP emulation comes out
|
| /linux/Documentation/process/ |
| H A D | coding-assistants.rst | 68 as any other document mentioned in the request. Do not rely on isolated
|
| /linux/drivers/net/dsa/ |
| H A D | mt7530.c | 1525 bool isolated; in mt7530_update_port_member() local 1542 isolated = p->isolated && other_p->isolated; in mt7530_update_port_member() 1544 if (join && !isolated) { in mt7530_update_port_member() 1604 priv->ports[port].isolated = !!(flags.val & BR_ISOLATED); in mt7530_port_bridge_flags()
|
| /linux/Documentation/driver-api/mei/ |
| H A D | mei.rst | 6 The Intel Management Engine (Intel ME) is an isolated and protected computing
|
| /linux/Documentation/virt/ |
| H A D | ne_overview.rst | 11 that allows customers to carve out isolated compute environments within EC2
|
| /linux/drivers/net/dsa/microchip/ |
| H A D | ksz_common.c | 2049 !(p->isolated && other_p->isolated)) { in ksz_update_port_member() 2080 !(other_p->isolated && third_p->isolated)) in ksz_update_port_member() 2794 p->isolated = !!(flags.val & BR_ISOLATED); in ksz_port_bridge_flags()
|
| /linux/Documentation/bpf/ |
| H A D | map_cgroup_storage.rst | 40 be isolated and see different storages.
|
| /linux/Documentation/mm/ |
| H A D | unevictable-lru.rst | 328 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/mm/ |
| H A D | idle_page_tracking.rst | 115 ignored. That means it will ignore a user memory page if it is isolated, but
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | Kconfig | 184 # PowerVM provides an isolated Platform Keystore (PKS) storage
|
| /linux/Documentation/admin-guide/ |
| H A D | cgroup-v2.rst | 2650 cpuset.cpus.isolated 2653 This file shows the set of all isolated CPUs used in existing 2654 isolated partitions. It will be empty if no isolated partition 2667 "isolated" Partition root without load balancing 2712 When set to "isolated", the CPUs in that partition will be in 2713 an isolated state without any load balancing from the scheduler 2718 A partition root ("root" or "isolated") can be in one of the 2724 "isolated" are allowed. 2732 "isolated" Partition root without load balancing 2734 "isolated invalid (<reason>)" Invalid isolated partition root [all …]
|