/Linux-v4.19/kernel/ |
D | irq_work.c | 117 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local 120 lazy = this_cpu_ptr(&lazy_list); in irq_work_needs_cpu() 123 if (llist_empty(lazy)) in irq_work_needs_cpu()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_irq.c | 159 bool lazy, in vmw_fallback_wait() argument 204 if (lazy) in vmw_fallback_wait() 285 bool lazy, uint32_t seqno, in vmw_wait_seqno() argument 300 return vmw_fallback_wait(dev_priv, lazy, true, seqno, in vmw_wait_seqno() 304 return vmw_fallback_wait(dev_priv, lazy, false, seqno, in vmw_wait_seqno()
|
D | vmwgfx_fence.h | 91 bool lazy,
|
D | vmwgfx_fence.c | 520 int vmw_fence_obj_wait(struct vmw_fence_obj *fence, bool lazy, in vmw_fence_obj_wait() argument 835 ret = vmw_fence_obj_wait(fence, arg->lazy, true, timeout); in vmw_fence_obj_wait_ioctl()
|
D | vmwgfx_drv.h | 877 extern int vmw_wait_seqno(struct vmw_private *dev_priv, bool lazy, 885 bool lazy,
|
/Linux-v4.19/kernel/rcu/ |
D | rcu_segcblist.h | 120 struct rcu_head *rhp, bool lazy); 122 struct rcu_head *rhp, bool lazy);
|
D | rcu_segcblist.c | 143 struct rcu_head *rhp, bool lazy) in rcu_segcblist_enqueue() argument 146 if (lazy) in rcu_segcblist_enqueue() 165 struct rcu_head *rhp, bool lazy) in rcu_segcblist_entrain() argument 172 if (lazy) in rcu_segcblist_entrain()
|
D | tree.h | 474 bool lazy, unsigned long flags);
|
D | tree_plugin.h | 2083 bool lazy, unsigned long flags) in __call_rcu_nocb() argument 2088 __call_rcu_nocb_enqueue(rdp, rhp, &rhp->next, 1, lazy, flags); in __call_rcu_nocb() 2608 bool lazy, unsigned long flags) in __call_rcu_nocb() argument
|
D | tree.c | 2952 struct rcu_state *rsp, int cpu, bool lazy) in __call_rcu() argument 2984 offline = !__call_rcu_nocb(rdp, head, lazy, flags); in __call_rcu() 2999 rcu_segcblist_enqueue(&rdp->cblist, head, lazy); in __call_rcu() 3000 if (!lazy) in __call_rcu()
|
/Linux-v4.19/Documentation/vm/ |
D | active_mm.rst | 59 and a "mm_count" counter that is the number of "lazy" users (ie anonymous 63 user exited on another CPU while a lazy user was still active, so you do 65 lazy users. That is often a short-lived state, because once that thread 70 more. "init_mm" should be considered just a "lazy context when no other
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_fence.h | 26 int nouveau_fence_wait(struct nouveau_fence *, bool lazy, bool intr);
|
D | nouveau_fence.c | 317 nouveau_fence_wait(struct nouveau_fence *fence, bool lazy, bool intr) in nouveau_fence_wait() argument 321 if (!lazy) in nouveau_fence_wait()
|
/Linux-v4.19/Documentation/arm/ |
D | kernel_mode_neon.txt | 29 The NEON/VFP register file is managed using lazy preserve (on UP systems) and 30 lazy restore (on both SMP and UP systems). This means that the register file is 44 mode will hit the lazy restore trap upon next use. This is handled by the
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-probe.txt | 165 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, … 228 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
|
/Linux-v4.19/drivers/hv/ |
D | hyperv_vmbus.h | 59 u64 lazy:1; member
|
/Linux-v4.19/include/uapi/drm/ |
D | vmwgfx_drm.h | 630 __s32 lazy; member
|
/Linux-v4.19/arch/arm/vfp/ |
D | vfphw.S | 84 ldr r3, [sp, #S_PSR] @ Neither lazy restore nor FP exceptions
|
/Linux-v4.19/Documentation/parisc/ |
D | registers | 13 CR10 (CCR) lazy FPU saving*
|
/Linux-v4.19/Documentation/filesystems/ |
D | fuse.txt | 25 umounted. Note that detaching (or lazy umounting) the filesystem 213 filesystem is still attached (it hasn't been lazy unmounted)
|
D | autofs-mount-control.txt | 21 Currently autofs uses "umount -l" (lazy umount) to clear active mounts 22 at restart. While using lazy umount works for most cases, anything that
|
/Linux-v4.19/Documentation/RCU/ |
D | stallwarn.txt | 232 of non-lazy callbacks posted since the last call to rcu_needs_cpu(). 233 Finally, an "L" indicates that there are currently no non-lazy callbacks
|
/Linux-v4.19/Documentation/driver-model/ |
D | devres.txt | 28 that's probably because libata low level driver developers are lazy
|
/Linux-v4.19/Documentation/powerpc/ |
D | transactional_memory.txt | 93 Examples are glibc's getpid() and lazy symbol resolution.
|
/Linux-v4.19/Documentation/admin-guide/mm/ |
D | numa_memory_policy.rst | 140 support allocation at fault time--a.k.a lazy allocation--so hugetlbfs 142 Although hugetlbfs segments now support lazy allocation, their support
|