Home
last modified time | relevance | path

Searched full:isolate (Results 1 – 25 of 255) sorted by relevance

1234567891011

/openbmc/linux/include/linux/
H A Dlist_lru.h148 * @isolate: callback function that is responsible for deciding what to do with
150 * @cb_arg: opaque type that will be passed to @isolate
154 * @isolate callback for each of those items, along with the current list
155 * spinlock and a caller-provided opaque. The @isolate callback can choose to
167 list_lru_walk_cb isolate, void *cb_arg,
174 * @isolate: callback function that is responsible for deciding what to do with
176 * @cb_arg: opaque type that will be passed to @isolate
184 list_lru_walk_cb isolate, void *cb_arg,
187 list_lru_walk_cb isolate, void *cb_arg,
192 list_lru_walk_cb isolate, void *cb_arg) in list_lru_shrink_walk() argument
[all …]
H A Duacce.h34 * @get_isolate_state: get the device state after set the isolate strategy
35 * @isolate_err_threshold_write: stored the isolate error threshold to the device
36 * @isolate_err_threshold_read: read the isolate error threshold value from the device
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/
H A DCreate.interface.yaml11 to isolate hardware without an error log, for example, the user
12 voluntarily tried to isolate hardware.
17 The hardware inventory path which is needs to isolate.
39 system wants to isolate hardware with an error log that is caused to
40 isolate hardware. This method is not going to create an error log and
47 The hardware inventory path which is needs to isolate.
H A DEntry.interface.yaml7 isolate hardware. The isolated hardware association of forward and reverse
48 A user attempted to isolate hardware to proceed with the host to
/openbmc/linux/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
H A Dcake.json18 …: "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate nonat nowash no-a…
41 …"matchPattern": "qdisc cake 1: root refcnt [0-9]+ bandwidth 1Kbit diffserv3 triple-isolate nonat n…
64 …root refcnt [0-9]+ bandwidth unlimited autorate-ingress diffserv3 triple-isolate nonat nowash no-a…
87 …: "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate nonat nowash no-a…
110 … "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited besteffort triple-isolate nonat nowash no-a…
133 …: "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv8 triple-isolate nonat nowash no-a…
156 …: "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv4 triple-isolate nonat nowash no-a…
317 …: "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate nonat nowash no-a…
340 …: "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate nonat nowash no-a…
363 …: "qdisc cake 1: root refcnt [0-9]+ bandwidth unlimited diffserv3 triple-isolate nonat nowash no-a…
[all …]
/openbmc/linux/mm/
H A Dpage_isolation.c46 * isolate CMA pageblocks even when they are not movable in fact in has_unmovable_pages()
143 * This function set pageblock migratetype to isolate if no unmovable page is
158 * We assume the caller intended to SET migrate type to isolate. in set_migratetype_isolate()
245 * If we isolate freepage with more than pageblock_order, there in unset_migratetype_isolate()
283 * isolate_single_pageblock() -- tries to isolate a pageblock that might be
288 * @isolate_before: isolate the pageblock before the boundary_pfn
348 * 1. isolate before boundary_pfn: the page after is not online in isolate_single_pageblock()
349 * 2. isolate after boundary_pfn: the page before is not online in isolate_single_pageblock()
351 * This also ensures correctness. Without it, when isolate after in isolate_single_pageblock()
490 * MEMORY_OFFLINE - isolate to offline (!allocate) memory
[all …]
H A Dlist_lru.c207 list_lru_walk_cb isolate, void *cb_arg, in __list_lru_walk_one() argument
231 ret = isolate(item, l, &nlru->lock, cb_arg); in __list_lru_walk_one()
269 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one() argument
276 ret = __list_lru_walk_one(lru, nid, memcg_kmem_id(memcg), isolate, in list_lru_walk_one()
285 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one_irq() argument
292 ret = __list_lru_walk_one(lru, nid, memcg_kmem_id(memcg), isolate, in list_lru_walk_one_irq()
299 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_node() argument
304 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
317 isolate, cb_arg, in list_lru_walk_node()
H A Dcompaction.c214 /* Returns true if the pageblock should be scanned for pages to isolate. */
580 * Isolate free pages onto a private freelist. If @strict is true, will abort
604 /* Isolate free pages. */ in isolate_freepages_block()
708 * isolate_freepages_range() - isolate free pages.
768 * If we managed to isolate pages, it is always (1 << n) * in isolate_freepages_range()
803 * Allow GFP_NOFS to isolate past the limit set for regular in too_many_isolated()
821 * isolate_migratepages_block() - isolate all migrate-able pages within
824 * @low_pfn: The first PFN to isolate
825 * @end_pfn: The one-past-the-last PFN to isolate, within same pageblock
828 * Isolate all pages that can be migrated from the range specified by
[all …]
/openbmc/u-boot/arch/arm/mach-omap2/omap5/
H A Ddra7xx_iodelay.c18 static int isolate_io(u32 isolate) in isolate_io() argument
20 if (isolate) { in isolate_io()
32 return ERR_DEISOLATE_IO << isolate; in isolate_io()
34 /* Isolate/Deisolate IO */ in isolate_io()
36 isolate << CTRL_ISOLATE_SHIFT); in isolate_io()
46 return ERR_DEISOLATE_IO << isolate; in isolate_io()
/openbmc/openbmc/meta-phosphor/conf/distro/include/
H A Dphosphor-isolation.inc1 DISTRO_FEATURES += "isolate-bmc"
2 DISTROOVERRIDES .= ":df-isolate-bmc"
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-uacce29 0 means never isolate the device. The maximum value is 65535. You can write
32 What: /sys/class/uacce/<dev_name>/isolate
/openbmc/linux/arch/mips/mm/
H A Dc-r3k.c37 /* isolate cache space */ in r3k_cache_size()
72 /* isolate cache space */ in r3k_cache_lsize()
117 /* isolate cache space */ in r3k_flush_icache_range()
174 /* isolate cache space */ in r3k_flush_dcache_range()
/openbmc/docs/designs/
H A Dguard-on-bmc.md9 actions required to isolate the parts will be dependant on the architecture and
41 system in a usable state. The record which gets created to isolate the component
219 created, an isolation procedure is needed to isolate the units from service.
/openbmc/linux/drivers/net/phy/
H A Ddavicom.c122 /* Isolate the PHY */ in dm9161_config_aneg()
141 /* Isolate the PHY */ in dm9161_config_init()
/openbmc/linux/drivers/usb/serial/
H A Dio_16654.h93 #define ISR_INT_BITS_MASK 0x3E // Mask to isolate valid int causes
172 #define EFR_TX_FC_MASK 0x0c // Mask to isolate Rx flow control
178 #define EFR_RX_FC_MASK 0x03 // Mask to isolate Rx flow control
/openbmc/linux/Documentation/dev-tools/kunit/api/
H A Dfunctionredirection.rst10 When writing unit tests, it's important to be able to isolate the code being
24 manage, isolate, and restore state, or they can avoid it altogether by
/openbmc/linux/drivers/firmware/arm_ffa/
H A DKconfig12 virtualization extension to isolate software images provided
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/
H A Dopenpower-libhei_git.bb4 "The library provides a set of tools to isolate hardware attentions driven \
/openbmc/u-boot/include/configs/
H A Dti_armv7_omap.h8 * implementing a given feature. This is meant to isolate the features
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn10/
H A Ddcn10_fpu.c53 * isolate FPU operations in a single place, we must avoid situations where
55 * file. Note that even if we isolate all FPU functions in a single file and
/openbmc/linux/arch/riscv/kernel/
H A Dimage-vars.h19 * isolate it from the kernel proper. The following symbols are legally
/openbmc/linux/Documentation/arch/arm/
H A Dkernel_mode_neon.rst9 * Isolate your NEON code in a separate compilation unit, and compile it with
91 * isolate the NEON code in a separate compilation unit and compile it with
/openbmc/linux/drivers/fpga/
H A DKconfig113 isolate one region of the FPGA from the busses while that
123 The PR Decoupler exists in the FPGA fabric to isolate one
/openbmc/linux/drivers/iommu/amd/
H A DKconfig18 can isolate the DMA memory of different devices and protect the
/openbmc/linux/Documentation/gpu/
H A Dvkms.rst65 sudo systemctl isolate multi-user.target
69 sudo systemctl isolate graphical.target

1234567891011