Home
last modified time | relevance | path

Searched refs:lazy (Results 1 – 25 of 39) sorted by relevance

12

/linux/kernel/rcu/
H A Dtree_nocb.h309 unsigned long j, bool lazy) in rcu_nocb_do_flush_bypass() argument
331 if (lazy && rhp) { in rcu_nocb_do_flush_bypass()
353 unsigned long j, bool lazy) in rcu_nocb_flush_bypass() argument
359 return rcu_nocb_do_flush_bypass(rdp, rhp, j, lazy); in rcu_nocb_flush_bypass()
395 bool lazy) in rcu_nocb_try_bypass() argument
439 if (rdp->nocb_nobypass_count < nocb_nobypass_lim_per_jiffy && !lazy) { in rcu_nocb_try_bypass()
460 if (!rcu_nocb_flush_bypass(rdp, rhp, j, lazy)) { in rcu_nocb_try_bypass()
488 if (lazy) in rcu_nocb_try_bypass()
504 if (!ncbs || (bypass_is_lazy && !lazy)) { in rcu_nocb_try_bypass()
602 rcu_callback_t func, unsigned long flags, bool lazy) in call_rcu_nocb() argument
[all …]
H A Dtree.h492 unsigned long j, bool lazy);
494 rcu_callback_t func, unsigned long flags, bool lazy);
/linux/Documentation/mm/
H A Dactive_mm.rst5 Note, the mm_count refcount may no longer include the "lazy" users
7 with CONFIG_MMU_LAZY_TLB_REFCOUNT=n. Taking and releasing these lazy
63 and a "mm_count" counter that is the number of "lazy" users (ie anonymous
67 user exited on another CPU while a lazy user was still active, so you do
69 lazy users. That is often a short-lived state, because once that thread
74 more. "init_mm" should be considered just a "lazy context when no other
/linux/kernel/
H A Dirq_work.c110 /* If the work is "lazy", handle it from next tick if any */ in __irq_work_queue_local()
159 * IRQ_WORK_HARD_IRQ are added to the lazy list and a HARD work in irq_work_queue_on()
186 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
189 lazy = this_cpu_ptr(&lazy_list); in irq_work_needs_cpu()
192 if (llist_empty(lazy)) in irq_work_needs_cpu()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dicp_qat_hw_20_comp.h69 __u16 lazy; member
102 QAT_FIELD_SET(val32, csr.lazy, in ICP_QAT_FW_COMP_20_BUILD_CONFIG_UPPER()
H A Dadf_gen4_dc.c42 hw_comp_upper_csr.lazy = ICP_QAT_HW_COMP_20_CONFIG_CSR_LAZY_PARAM_DEFAULT_VAL; in qat_comp_build_deflate()
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_irq.c163 bool lazy, in vmw_fallback_wait() argument
211 if (lazy) in vmw_fallback_wait()
H A Dvmwgfx_fence.h94 bool lazy,
H A Dvmwgfx_fence.c519 int vmw_fence_obj_wait(struct vmw_fence_obj *fence, bool lazy, in vmw_fence_obj_wait() argument
760 ret = vmw_fence_obj_wait(fence, arg->lazy, true, timeout); in vmw_fence_obj_wait_ioctl()
H A Dvmwgfx_drv.h1030 bool lazy,
/linux/Documentation/arch/arm/
H A Dkernel_mode_neon.rst30 The NEON/VFP register file is managed using lazy preserve (on UP systems) and
31 lazy restore (on both SMP and UP systems). This means that the register file is
45 mode will hit the lazy restore trap upon next use. This is handled by the
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_fence.h26 int nouveau_fence_wait(struct nouveau_fence *, bool lazy, bool intr);
H A Dnouveau_fence.c341 nouveau_fence_wait(struct nouveau_fence *fence, bool lazy, bool intr) in nouveau_fence_wait() argument
345 if (!lazy) in nouveau_fence_wait()
/linux/mm/
H A Dvmalloc.c884 struct rb_list lazy; member
2265 if (RB_EMPTY_ROOT(&vn->lazy.root)) in __purge_vmap_area_lazy()
2268 spin_lock(&vn->lazy.lock); in __purge_vmap_area_lazy()
2269 WRITE_ONCE(vn->lazy.root.rb_node, NULL); in __purge_vmap_area_lazy()
2270 list_replace_init(&vn->lazy.head, &vn->purge_list); in __purge_vmap_area_lazy()
2271 spin_unlock(&vn->lazy.lock); in __purge_vmap_area_lazy()
2368 spin_lock(&vn->lazy.lock); in free_vmap_area_noflush()
2369 insert_vmap_area(va, &vn->lazy.root, &vn->lazy.head); in free_vmap_area_noflush()
2370 spin_unlock(&vn->lazy.lock); in free_vmap_area_noflush()
4954 spin_lock(&vn->lazy.lock); in show_purge_info()
[all …]
/linux/tools/perf/Documentation/
H A Dperf-probe.txt165 3) Define event based on source file with lazy pattern
176 …ine, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (s…
177 …ber or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, …
229 The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targe…
/linux/include/uapi/drm/
H A Dvmwgfx_drm.h647 __s32 lazy; member
/linux/Documentation/arch/x86/
H A Diommu.rst143 iommu: DMA domain TLB invalidation policy: lazy mode
/linux/Documentation/arch/parisc/
H A Dregisters.rst18 CR10 (CCR) lazy FPU saving*
/linux/Documentation/filesystems/
H A Dfuse.rst27 umounted. Note that detaching (or lazy umounting) the filesystem
199 filesystem is still attached (it hasn't been lazy unmounted)
H A Dautofs-mount-control.rst23 Currently autofs uses "umount -l" (lazy umount) to clear active mounts
24 at restart. While using lazy umount works for most cases, anything that
/linux/Documentation/arch/powerpc/
H A Dtransactional_memory.rst94 Examples are glibc's getpid() and lazy symbol resolution.
/linux/Documentation/admin-guide/mm/
H A Dnuma_memory_policy.rst138 support allocation at fault time--a.k.a lazy allocation--so hugetlbfs
140 Although hugetlbfs segments now support lazy allocation, their support
/linux/arch/sparc/lib/
H A Dchecksum_32.S411 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
/linux/Documentation/locking/
H A Dww-mutex-design.rst350 The Wound-Wait preemption is implemented with a lazy-preemption scheme:
/linux/Documentation/filesystems/ext4/
H A Dsuper.rst693 this is useful for lazy formatting with uninitialized groups

12