/Linux-v6.1/include/linux/ |
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()
|
/Linux-v6.1/mm/ |
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()
|
/Linux-v6.1/drivers/firmware/arm_ffa/ |
D | Kconfig | 12 virtualization extension to isolate software images provided
|
/Linux-v6.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
|
D | x_operr.S | 258 andil #7,%d0 |isolate register number
|
/Linux-v6.1/drivers/vfio/ |
D | Kconfig | 36 VFIO is built on the ability to isolate devices using the IOMMU.
|
/Linux-v6.1/drivers/iommu/amd/ |
D | Kconfig | 18 can isolate the DMA memory of different devices and protect the
|
/Linux-v6.1/Documentation/devicetree/bindings/net/ |
D | micrel.txt | 54 isolate and power-down mode. On some boards this input is connected
|
/Linux-v6.1/arch/mips/dec/ |
D | int-handler.S | 138 and t0,t1 # isolate allowed ones
|
/Linux-v6.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
|
D | ev6-stxcpy.S | 243 negq t8, t6 # E : isolate low bit set
|
D | stxncpy.S | 252 negq t8, t6 # e0 : isolate low bit set
|
/Linux-v6.1/Documentation/gpu/ |
D | vkms.rst | 65 sudo systemctl isolate multi-user.target 69 sudo systemctl isolate graphical.target
|
/Linux-v6.1/arch/arm/mach-omap2/ |
D | sram242x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
D | sram243x.S | 143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst 280 and r8, r8, #3 @ isolate field
|
/Linux-v6.1/drivers/fpga/ |
D | Kconfig | 113 isolate one region of the FPGA from the busses while that 123 The PR Decoupler exists in the FPGA fabric to isolate one
|
/Linux-v6.1/Documentation/arm/nwfpe/ |
D | nwfpe.rst | 44 attempting to isolate the problem. Please report them, but don't
|
/Linux-v6.1/Documentation/mm/ |
D | vmalloced-kernel-stacks.rst | 23 it difficult to isolate and root-cause.
|
/Linux-v6.1/arch/arm/kernel/ |
D | phys2virt.S | 104 lsrs r3, r6, #29 @ isolate top 3 bits of displacement
|
/Linux-v6.1/Documentation/arm/ |
D | kernel_mode_neon.rst | 91 * isolate the NEON code in a separate compilation unit and compile it with
|
/Linux-v6.1/drivers/net/ethernet/sfc/falcon/ |
D | falcon.c | 1370 int link_speed, isolate; in falcon_reconfigure_mac_wrapper() local 1372 isolate = !!READ_ONCE(efx->reset_pending); in falcon_reconfigure_mac_wrapper() 1395 !link_state->up || isolate); in falcon_reconfigure_mac_wrapper() 1409 EF4_SET_OWORD_FIELD(reg, FRF_BZ_RX_INGR_EN, !isolate); in falcon_reconfigure_mac_wrapper()
|