Home
last modified time | relevance | path

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

12

/Linux-v4.19/include/linux/
Dlist_lru.h167 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-v4.19/mm/
Dlist_lru.c213 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()
271 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one() argument
278 ret = __list_lru_walk_one(nlru, memcg_cache_id(memcg), isolate, cb_arg, in list_lru_walk_one()
287 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_one_irq() argument
294 ret = __list_lru_walk_one(nlru, memcg_cache_id(memcg), isolate, cb_arg, in list_lru_walk_one_irq()
301 list_lru_walk_cb isolate, void *cb_arg, in list_lru_walk_node() argument
307 isolated += list_lru_walk_one(lru, nid, NULL, isolate, cb_arg, in list_lru_walk_node()
315 isolate, cb_arg, in list_lru_walk_node()
/Linux-v4.19/arch/m68k/fpsp040/
Dx_store.S42 bfextu %d0{#6:#3},%d0 |isolate dest. reg from cmdreg3b
237 andw #0x7,%d0 |isolate register number
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
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
Dx_operr.S258 andil #7,%d0 |isolate register number
Dx_snan.S256 bfextu %d0{#0:#3},%d0 |isolate dtag in lsbs
Ddecbin.S432 bfextu %d3{#26:#2},%d2 |isolate rounding mode bits
/Linux-v4.19/drivers/vfio/
DKconfig36 VFIO is built on the ability to isolate devices using the IOMMU.
/Linux-v4.19/Documentation/vm/
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
238 attempting to isolate them, thus abandoning the count of VM_LOCKED VMAs. When
323 If the page was NOT already mlocked, mlock_vma_page() attempts to isolate the
328 mlock_vma_page() is unable to isolate the page from the LRU, vmscan will handle
400 have. If we can successfully isolate the page, we go ahead and
403 to isolate the page, we'll have left a potentially mlocked page on the LRU.
526 in the process of munlocking the page could not isolate the page from the LRU.
606 into VM_LOCKED VMAs that munlock_vma_page() couldn't isolate from the LRU to
/Linux-v4.19/arch/mips/dec/
Dint-handler.S138 and t0,t1 # isolate allowed ones
/Linux-v4.19/drivers/fpga/
DKconfig105 isolate one region of the FPGA from the busses while that
114 The PR Decoupler exists in the FPGA fabric to isolate one
/Linux-v4.19/arch/alpha/lib/
Dstrrchr.S56 negq t1, t4 # e0 : isolate first null byte match
Dev67-strrchr.S84 negq t1, t4 # E : isolate first null byte match
Dstxcpy.S216 negq t8, t6 # e0 : isolate low bit set
Dev6-stxcpy.S243 negq t8, t6 # E : isolate low bit set
Dstxncpy.S252 negq t8, t6 # e0 : isolate low bit set
Dev6-stxncpy.S296 negq t8, t6 # E : isolate low bit set
/Linux-v4.19/arch/arm/mach-omap2/
Dsram243x.S157 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
294 and r8, r8, #3 @ isolate field
Dsram242x.S157 mov r5, r5, lsr #8 @ isolate rfr field and drop burst
294 and r8, r8, #3 @ isolate field
/Linux-v4.19/Documentation/arm/nwfpe/
DREADME41 attempting to isolate the problem. Please report them, but don't
/Linux-v4.19/arch/um/
DKconfig180 syscalls, it's possible to isolate those applications in
/Linux-v4.19/Documentation/arm/
Dkernel_mode_neon.txt89 * isolate the NEON code in a separate compilation unit and compile it with
/Linux-v4.19/drivers/net/ethernet/sfc/falcon/
Dfalcon.c1373 int link_speed, isolate; in falcon_reconfigure_mac_wrapper() local
1375 isolate = !!READ_ONCE(efx->reset_pending); in falcon_reconfigure_mac_wrapper()
1398 !link_state->up || isolate); in falcon_reconfigure_mac_wrapper()
1412 EF4_SET_OWORD_FIELD(reg, FRF_BZ_RX_INGR_EN, !isolate); in falcon_reconfigure_mac_wrapper()
/Linux-v4.19/arch/microblaze/
DKconfig132 syscalls, it's possible to isolate those applications in

12