/openbmc/linux/include/linux/ |
H A D | list_lru.h | 167 list_lru_walk_cb isolate, void *cb_arg, 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 194 return list_lru_walk_one(lru, sc->nid, sc->memcg, isolate, cb_arg, in list_lru_shrink_walk() 200 list_lru_walk_cb isolate, void *cb_arg) in list_lru_shrink_walk_irq() argument 202 return list_lru_walk_one_irq(lru, sc->nid, sc->memcg, isolate, cb_arg, in list_lru_shrink_walk_irq() 207 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate, in list_lru_walk() argument 214 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
|
/openbmc/linux/mm/ |
H A D | list_lru.c | 207 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()
|
/openbmc/openbmc/meta-phosphor/conf/distro/include/ |
H A D | phosphor-isolation.inc | 1 DISTRO_FEATURES += "isolate-bmc" 2 DISTROOVERRIDES .= ":df-isolate-bmc"
|
/openbmc/u-boot/arch/arm/mach-omap2/omap5/ |
H A D | dra7xx_iodelay.c | 18 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() 36 isolate << CTRL_ISOLATE_SHIFT); in isolate_io() 46 return ERR_DEISOLATE_IO << isolate; in isolate_io()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-uacce | 29 0 means never isolate the device. The maximum value is 65535. You can write 32 What: /sys/class/uacce/<dev_name>/isolate
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/logging/ |
H A D | openpower-libhei_git.bb | 4 "The library provides a set of tools to isolate hardware attentions driven \
|
/openbmc/linux/drivers/firmware/arm_ffa/ |
H A D | Kconfig | 12 virtualization extension to isolate software images provided
|
/openbmc/openbmc/meta-phosphor/dynamic-layers/aspeed-layer/recipes-bsp/u-boot/ |
H A D | u-boot-aspeed.inc | 12 SRC_URI:append:aspeed:df-isolate-bmc = " \
|
/openbmc/openbmc/poky/meta/recipes-core/libcgroup/ |
H A D | libcgroup_3.1.0.bb | 4 in Linux. Control groups allow you to limit, account and isolate resource usage \
|
/openbmc/qemu/tests/tcg/aarch64/ |
H A D | bti-crt.c.inc | 31 * kernel API struct sigaction. So for simplicity, isolate the
|
/openbmc/linux/arch/m68k/fpsp040/ |
H A D | x_store.S | 42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b 237 andw #0x7,%d0 |isolate register number
|
/openbmc/openbmc/poky/meta/recipes-connectivity/nfs-utils/nfs-utils/ |
H A D | bugfix-adjust-statd-service-name.patch | 34 # on 'systemctl isolate ..'
|
/openbmc/qemu/include/hw/ppc/ |
H A D | spapr_drc.h | 206 uint32_t (*isolate)(SpaprDrc *drc); member
|
/openbmc/linux/Documentation/dev-tools/kunit/api/ |
H A D | functionredirection.rst | 10 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/iommu/amd/ |
H A D | Kconfig | 18 can isolate the DMA memory of different devices and protect the
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | analyzer_main.cpp | 118 libhei::isolate(chips, isoData); in analyzeHardware()
|
/openbmc/openbmc/meta-raspberrypi/recipes-bsp/bootfiles/ |
H A D | rpi-cmdline.bb | 30 # Add a request to isolate processors from the Linux scheduler. ISOLATED_CPUS
|
/openbmc/docs/designs/ |
H A D | guard-on-bmc.md | 9 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/arch/mips/dec/ |
H A D | int-handler.S | 138 and t0,t1 # isolate allowed ones
|
/openbmc/linux/Documentation/devicetree/bindings/net/ |
H A D | micrel.txt | 54 isolate and power-down mode. On some boards this input is connected
|
/openbmc/linux/arch/alpha/lib/ |
H A D | strrchr.S | 56 negq t1, t4 # e0 : isolate first null byte match
|
H A D | ev67-strrchr.S | 84 negq t1, t4 # E : isolate first null byte match
|
/openbmc/linux/Documentation/gpu/ |
H A D | vkms.rst | 65 sudo systemctl isolate multi-user.target 69 sudo systemctl isolate graphical.target
|
/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | Kconfig | 22 isolate resources.
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | sram243x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|