Home
last modified time | relevance | path

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

12345

/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/
H A DEntry.interface.yaml2 Implement to provide the isolated hardware entry attributes.
6 example, isolated hardware inventory path and error log if it caused to
7 isolate hardware. The isolated hardware association of forward and reverse
14 isolated hardware object.
17 xyz.openbmc_project.Time.EpochTime for the isolated hardware creation time.
28 The isolated hardware resolution status is used to indicate whether
29 the isolated hardware is repaired or replaced. Setting this to "true"
31 isolated hardware entries may not be deleted and used for further
44 The system can boot without the isolated hardware but, will lose
45 the system configuration benefits of isolated hardware.
H A DCreate.interface.yaml4 the information of isolated hardware.
10 the hardware, needs to be isolated. This interface can be used if want
38 the hardware, needs to be isolated. This interface can be used if the
/openbmc/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,
/openbmc/u-boot/arch/arm/dts/
H A Dast2600-greatlakes.dts102 line-name = "bmc-slot1-isolated-enabled";
108 line-name = "bmc-slot2-isolated-enabled";
114 line-name = "bmc-slot3-isolated-enabled";
120 line-name = "bmc-slot4-isolated-enabled";
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-modules/
H A D0003-Fix-mm_compaction_migratepages-changed-in-linux-6.9-.patch15 to ensure that enough freepages are isolated in isolate_freepages(),
18 cycles and cause too many freepages to be isolated.
22 fewer free pages are scanned and isolated when running thpcompact on my
26 Ops Compaction pages isolated 120692036.00 118160797.00
/openbmc/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
/openbmc/linux/include/linux/
H A Dlist_lru.h210 long isolated = 0; in list_lru_walk() local
214 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
219 return isolated; in list_lru_walk()
/openbmc/linux/mm/
H A Dlist_lru.c213 unsigned long isolated = 0; in __list_lru_walk_one() local
237 isolated++; in __list_lru_walk_one()
264 return isolated; in __list_lru_walk_one()
302 long isolated = 0; in list_lru_walk_node() local
304 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
316 isolated += __list_lru_walk_one(lru, nid, index, in list_lru_walk_node()
327 return isolated; in list_lru_walk_node()
H A Dcompaction.c606 int isolated; in isolate_freepages_block() local
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()
734 for (; pfn < end_pfn; pfn += isolated, in isolate_freepages_range()
764 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 Dmigrate.c2074 bool isolated; in add_page_for_migration() local
2108 isolated = isolate_hugetlb(page_folio(page), pagelist); in add_page_for_migration()
2109 err = isolated ? 1 : -EBUSY; in add_page_for_migration()
2115 isolated = isolate_lru_page(head); in add_page_for_migration()
2116 if (!isolated) { in add_page_for_migration()
2561 int isolated; in migrate_misplaced_page() local
2582 isolated = numamigrate_isolate_page(pgdat, page); in migrate_misplaced_page()
2583 if (!isolated) in migrate_misplaced_page()
2597 isolated = 0; in migrate_misplaced_page()
2606 return isolated; in migrate_misplaced_page()
H A Dpercpu-internal.h59 bool isolated; /* isolated from active chunk member
/openbmc/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);
/openbmc/linux/tools/testing/selftests/cgroup/
H A Dtest_cpuset_prs.sh150 test_partition isolated
156 test_partition isolated
384 2) VAL=isolated
512 isolated)
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/
H A DHardwareIsolation.errors.yaml2 description: The requested hardware is already isolated.
/openbmc/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
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-pytest-forked_1.6.0.bb1 SUMMARY = "run tests in isolated forked subprocesses"
H A Dpython3-virtualenv_20.25.0.bb4 SUMMARY = "A tool for creating isolated virtual python environments."
/openbmc/docs/designs/
H A Dguard-on-bmc.md8 The defective components can be kept isolated until a replacement. Most of the
22 isolated components.
24 **Manual guard**: An operation to manually add a unit to the list of isolated
39 can be isolated. The decision to create a record is based on the type of error,
220 Some of the units like which are controlled by the host can be isolated only
239 planned for the method to list the isolated units in the redfish since that is
/openbmc/qemu/net/
H A Dvmnet-bridged.m95 "vmnet-bridged.isolated feature is "
122 options->isolated);
H A Dvmnet-shared.c84 options->isolated in build_if_desc()
H A Dvmnet-host.c79 options->isolated); in build_if_desc()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja/
H A Dno-scikit-build.patch31 # This is required to import versioneer in an isolated pip build
/openbmc/qemu/qapi/
H A Dnet.json537 # @isolated: Enable isolation for this interface. Interface isolation
542 # @net-uuid: The identifier (UUID) to uniquely identify the isolated
555 '*isolated': 'bool',
584 # @isolated: Enable isolation for this interface. Interface isolation
600 '*isolated': 'bool',
613 # @isolated: Enable isolation for this interface. Interface isolation
623 '*isolated': 'bool' },

12345