/linux-6.12.1/include/linux/ |
D | list_lru.h | 201 list_lru_walk_cb isolate, void *cb_arg, 218 list_lru_walk_cb isolate, void *cb_arg, 221 list_lru_walk_cb isolate, void *cb_arg, 226 list_lru_walk_cb isolate, void *cb_arg) in list_lru_shrink_walk() argument 228 return list_lru_walk_one(lru, sc->nid, sc->memcg, isolate, cb_arg, in list_lru_shrink_walk() 234 list_lru_walk_cb isolate, void *cb_arg) in list_lru_shrink_walk_irq() argument 236 return list_lru_walk_one_irq(lru, sc->nid, sc->memcg, isolate, cb_arg, in list_lru_shrink_walk_irq() 241 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate, in list_lru_walk() argument 248 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
|
/linux-6.12.1/mm/ |
D | list_lru.c | 210 list_lru_walk_cb isolate, void *cb_arg, in __list_lru_walk_one() argument 234 ret = isolate(item, l, &nlru->lock, cb_arg); in __list_lru_walk_one() 275 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one() argument 282 ret = __list_lru_walk_one(lru, nid, memcg_kmem_id(memcg), isolate, in list_lru_walk_one() 291 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one_irq() argument 298 ret = __list_lru_walk_one(lru, nid, memcg_kmem_id(memcg), isolate, in list_lru_walk_one_irq() 305 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_node() argument 310 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node() 323 isolate, cb_arg, in list_lru_walk_node()
|
/linux-6.12.1/Documentation/ABI/testing/ |
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
|
/linux-6.12.1/drivers/firmware/arm_ffa/ |
D | Kconfig | 12 virtualization extension to isolate software images provided
|
/linux-6.12.1/drivers/iommu/amd/ |
D | Kconfig | 22 can isolate the DMA memory of different devices and protect the
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | x_store.S | 42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b 237 andw #0x7,%d0 |isolate register number
|
D | bugfix.S | 280 | It is necessary to isolate the result of the instruction in the 406 | It is necessary to isolate the result of the instruction in the
|
D | res_func.S | 117 andib #0x3b,%d0 |isolate bits to select inst 725 andib #0x60,%d0 |isolate tag bits 1418 andiw #0x0c00,%d0 |isolate last 2 bits of size field 1956 bfextu %d0{#16:#3},%d0 |isolate source bits 1984 bfextu %d0{#25:#3},%d0 |isolate register for dynamic k-factor
|
/linux-6.12.1/Documentation/dev-tools/kunit/api/ |
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
|
/linux-6.12.1/arch/mips/dec/ |
D | int-handler.S | 138 and t0,t1 # isolate allowed ones
|
/linux-6.12.1/Documentation/devicetree/bindings/net/ |
D | micrel.txt | 54 isolate and power-down mode. On some boards this input is connected
|
/linux-6.12.1/arch/alpha/lib/ |
D | strrchr.S | 56 negq t1, t4 # e0 : isolate first null byte match
|
D | ev67-strrchr.S | 84 negq t1, t4 # E : isolate first null byte match
|
D | stxcpy.S | 216 negq t8, t6 # e0 : isolate low bit set
|
/linux-6.12.1/tools/power/x86/intel-speed-select/ |
D | isst-config.c | 61 static int cpu_0_workaround(int isolate); 1017 static int cpu_0_workaround(int isolate) in cpu_0_workaround() argument 1024 debug_printf("isolate CPU 0 state: %d\n", isolate); in cpu_0_workaround() 1026 if (isolate) in cpu_0_workaround() 1027 goto isolate; in cpu_0_workaround() 1068 isolate: in cpu_0_workaround() 1077 ret = isolate_cpus(&id, sizeof(cpu_mask), &cpu_mask, isolate, 1); in cpu_0_workaround()
|
/linux-6.12.1/Documentation/gpu/ |
D | vkms.rst | 65 sudo systemctl isolate multi-user.target 69 sudo systemctl isolate graphical.target
|
/linux-6.12.1/arch/arm/mach-omap2/ |
D | sram243x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
D | sram242x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
/linux-6.12.1/drivers/fpga/ |
D | Kconfig | 125 isolate one region of the FPGA from the busses while that 135 The PR Decoupler exists in the FPGA fabric to isolate one
|
/linux-6.12.1/drivers/vfio/ |
D | Kconfig | 67 VFIO is built on the ability to isolate devices using the IOMMU.
|
/linux-6.12.1/Documentation/arch/arm/nwfpe/ |
D | nwfpe.rst | 44 attempting to isolate the problem. Please report them, but don't
|
/linux-6.12.1/drivers/crypto/hisilicon/ |
D | qm.c | 2456 struct qm_err_isolate *isolate; in qm_hw_err_isolate() local 2459 isolate = &qm->isolate_data; in qm_hw_err_isolate() 2464 if (qm->uacce->is_vf || isolate->is_isolate || !isolate->err_threshold) in qm_hw_err_isolate() 2477 mutex_lock(&isolate->isolate_lock); in qm_hw_err_isolate() 2479 list_for_each_entry_safe(err, tmp, &isolate->qm_hw_errs, list) { in qm_hw_err_isolate() 2488 list_add(&hw_err->list, &isolate->qm_hw_errs); in qm_hw_err_isolate() 2489 mutex_unlock(&isolate->isolate_lock); in qm_hw_err_isolate() 2491 if (count >= isolate->err_threshold) in qm_hw_err_isolate() 2492 isolate->is_isolate = true; in qm_hw_err_isolate()
|
/linux-6.12.1/drivers/phy/samsung/ |
D | phy-exynos5-usbdrd.c | 357 void (*phy_isol)(struct phy_usb_instance *inst, bool isolate); 459 bool isolate) in exynos5_usbdrd_phy_isol() argument 466 val = isolate ? 0 : EXYNOS4_PHY_ENABLE; in exynos5_usbdrd_phy_isol()
|
/linux-6.12.1/tools/gpio/ |
D | gpio-sloppy-logic-analyzer.sh | 31 -c|--cpu <n>: which CPU to isolate for sampling. Only needed once. Default <1>.
|
/linux-6.12.1/Documentation/dev-tools/ |
D | gpio-sloppy-logic-analyzer.rst | 63 extensively, it will isolate the CPU core so you will have the least
|