Home
last modified time | relevance | path

Searched refs:isolate (Results 1 – 25 of 47) sorted by relevance

12

/linux/include/linux/
A Dlist_lru.h168 list_lru_walk_cb isolate, void *cb_arg,
185 list_lru_walk_cb isolate, void *cb_arg,
188 list_lru_walk_cb isolate, void *cb_arg,
193 list_lru_walk_cb isolate, void *cb_arg) in list_lru_shrink_walk() argument
195 return list_lru_walk_one(lru, sc->nid, sc->memcg, isolate, cb_arg, in list_lru_shrink_walk()
201 list_lru_walk_cb isolate, void *cb_arg) in list_lru_shrink_walk_irq() argument
203 return list_lru_walk_one_irq(lru, sc->nid, sc->memcg, isolate, cb_arg, in list_lru_shrink_walk_irq()
208 list_lru_walk(struct list_lru *lru, list_lru_walk_cb isolate, in list_lru_walk() argument
215 isolated += list_lru_walk_node(lru, nid, isolate, in list_lru_walk()
/linux/mm/
A Dlist_lru.c210 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()
268 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one() argument
275 ret = __list_lru_walk_one(nlru, memcg_cache_id(memcg), isolate, cb_arg, in list_lru_walk_one()
284 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one_irq() argument
291 ret = __list_lru_walk_one(nlru, memcg_cache_id(memcg), isolate, cb_arg, in list_lru_walk_one_irq()
298 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()
312 isolate, cb_arg, in list_lru_walk_node()
/linux/drivers/firmware/arm_ffa/
A DKconfig12 virtualization extension to isolate software images provided
/linux/arch/m68k/fpsp040/
A Dx_store.S42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b
237 andw #0x7,%d0 |isolate register number
A Dbugfix.S280 | 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
A Dres_func.S117 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
A Dx_operr.S258 andil #7,%d0 |isolate register number
A Dx_snan.S256 bfextu %d0{#0:#3},%d0 |isolate dtag in lsbs
/linux/Documentation/vm/
A Dunevictable-lru.rst71 same code to isolate them (for migrate, etc.), the same code to keep track
76 can only migrate pages that it can successfully isolate from the LRU
236 attempting to isolate them, thus abandoning the count of VM_LOCKED VMAs. When
321 If the page was NOT already mlocked, mlock_vma_page() attempts to isolate the
326 mlock_vma_page() is unable to isolate the page from the LRU, vmscan will handle
398 have. If we can successfully isolate the page, we go ahead and call
401 to isolate the page, we'll have left a potentially mlocked page on the LRU.
524 in the process of munlocking the page could not isolate the page from the LRU.
597 into VM_LOCKED VMAs that munlock_vma_page() couldn't isolate from the LRU to
/linux/drivers/iommu/amd/
A DKconfig19 can isolate the DMA memory of different devices and protect the
/linux/drivers/vfio/
A DKconfig35 VFIO is built on the ability to isolate devices using the IOMMU.
/linux/arch/mips/dec/
A Dint-handler.S138 and t0,t1 # isolate allowed ones
/linux/arch/alpha/lib/
A Dstrrchr.S56 negq t1, t4 # e0 : isolate first null byte match
A Dev67-strrchr.S84 negq t1, t4 # E : isolate first null byte match
A Dstxcpy.S216 negq t8, t6 # e0 : isolate low bit set
A Dev6-stxcpy.S243 negq t8, t6 # E : isolate low bit set
A Dstxncpy.S252 negq t8, t6 # e0 : isolate low bit set
/linux/drivers/fpga/
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
/linux/arch/arm/mach-omap2/
A Dsram243x.S143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
280 and r8, r8, #3 @ isolate field
A Dsram242x.S143 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
280 and r8, r8, #3 @ isolate field
/linux/Documentation/gpu/
A Dvkms.rst65 sudo systemctl isolate multi-user.target
69 sudo systemctl isolate graphical.target
/linux/Documentation/arm/nwfpe/
A Dnwfpe.rst44 attempting to isolate the problem. Please report them, but don't
/linux/drivers/net/ethernet/sfc/falcon/
A Dfalcon.c1370 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()
/linux/arch/arm/kernel/
A Dphys2virt.S104 lsrs r3, r6, #29 @ isolate top 3 bits of displacement
/linux/Documentation/arm/
A Dkernel_mode_neon.rst91 * isolate the NEON code in a separate compilation unit and compile it with

Completed in 44 milliseconds

12