Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/vmwgfx/
Dvmwgfx_irq.c113 bool lazy, in vmw_fallback_wait() argument
158 if (lazy) in vmw_fallback_wait()
239 bool lazy, uint32_t seqno, in vmw_wait_seqno() argument
254 return vmw_fallback_wait(dev_priv, lazy, true, seqno, in vmw_wait_seqno()
258 return vmw_fallback_wait(dev_priv, lazy, false, seqno, in vmw_wait_seqno()
Dvmwgfx_fence.h90 bool lazy,
Dvmwgfx_fence.c512 int vmw_fence_obj_wait(struct vmw_fence_obj *fence, bool lazy, in vmw_fence_obj_wait() argument
749 ret = vmw_fence_obj_wait(fence, arg->lazy, true, timeout); in vmw_fence_obj_wait_ioctl()
Dvmwgfx_drv.h846 extern int vmw_wait_seqno(struct vmw_private *dev_priv, bool lazy,
855 bool lazy,
/linux-4.4.14/kernel/
Dirq_work.c114 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
117 lazy = this_cpu_ptr(&lazy_list); in irq_work_needs_cpu()
120 if (llist_empty(lazy)) in irq_work_needs_cpu()
/linux-4.4.14/Documentation/vm/
Dactive_mm.txt51 and a "mm_count" counter that is the number of "lazy" users (ie anonymous
55 user exited on another CPU while a lazy user was still active, so you do
57 lazy users. That is often a short-lived state, because once that thread
62 more. "init_mm" should be considered just a "lazy context when no other
Dnuma_memory_policy.txt116 support allocation at fault time--a.k.a lazy allocation--so hugetlbfs
118 Although hugetlbfs segments now support lazy allocation, their support
Dunevictable-lru.txt188 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate
/linux-4.4.14/tools/perf/Documentation/
Dperf-probe.txt142 3) Define event based on source file with lazy pattern
147 …ine, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (s…
148 …ber or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, …
179 …The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and targ…
/linux-4.4.14/drivers/gpu/drm/nouveau/
Dnouveau_fence.h28 int nouveau_fence_wait(struct nouveau_fence *, bool lazy, bool intr);
Dnouveau_fence.c373 nouveau_fence_wait(struct nouveau_fence *fence, bool lazy, bool intr) in nouveau_fence_wait() argument
377 if (!lazy) in nouveau_fence_wait()
/linux-4.4.14/Documentation/arm/
Dkernel_mode_neon.txt29 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-4.4.14/include/drm/ttm/
Dttm_bo_api.h317 extern int ttm_bo_wait(struct ttm_buffer_object *bo, bool lazy,
/linux-4.4.14/include/uapi/drm/
Dvmwgfx_drm.h631 int32_t lazy; member
/linux-4.4.14/arch/arm/vfp/
Dvfphw.S84 ldr r3, [sp, #S_PSR] @ Neither lazy restore nor FP exceptions
/linux-4.4.14/Documentation/sound/oss/
Dbtaudio7 don't have to answer that much mails I hope. Yes, I'm lazy...
/linux-4.4.14/drivers/hv/
Dhyperv_vmbus.h195 u64 lazy:1; member
/linux-4.4.14/kernel/rcu/
Dtree.h613 bool lazy, unsigned long flags);
Dtree_plugin.h1995 bool lazy, unsigned long flags) in __call_rcu_nocb() argument
2000 __call_rcu_nocb_enqueue(rdp, rhp, &rhp->next, 1, lazy, flags); in __call_rcu_nocb()
2530 bool lazy, unsigned long flags) in __call_rcu_nocb() argument
Dtree.c3041 struct rcu_state *rsp, int cpu, bool lazy) in __call_rcu() argument
3073 offline = !__call_rcu_nocb(rdp, head, lazy, flags); in __call_rcu()
3089 if (lazy) in __call_rcu()
/linux-4.4.14/Documentation/parisc/
Dregisters13 CR10 (CCR) lazy FPU saving*
/linux-4.4.14/Documentation/frv/
Dfeatures.txt24 switch. Note that since most CPUs can't support lazy switching, no attempt
25 is made to do lazy register saving where that would be possible (FR555
/linux-4.4.14/kernel/time/
DKconfig158 The full-system idle detection mechanism takes a lazy approach
/linux-4.4.14/Documentation/filesystems/
Dfuse.txt25 umounted. Note that detaching (or lazy umounting) the filesystem
213 filesystem is still attached (it hasn't been lazy unmounted)
Dext4.txt109 * reduced mke2fs time via lazy itable initialization in conjunction with
111 but a kernel thread to do lazy zeroing of unused inode table blocks
338 init_itable=n The lazy itable init code will wait n times the
Dautofs4-mount-control.txt21 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-4.4.14/Documentation/RCU/
Dstallwarn.txt141 prints the number of non-lazy callbacks posted since the last call to
143 no non-lazy callbacks ("." is printed otherwise, as shown above) and
Dtrace.txt132 this CPU. The first number is the number of "lazy" callbacks
134 after the "/" is the total number of callbacks, lazy or not.
DRTFP.txt34 In 1987, Rashid et al. described lazy TLB-flush [RichardRashid87a].
321 Describes lazy TLB flush, where one waits for each CPU to pass
632 'Change in mode' aspect of RCU. Can be thought of as a lazy barrier.
/linux-4.4.14/Documentation/driver-model/
Ddevres.txt28 that's probably because libata low level driver developers are lazy
/linux-4.4.14/Documentation/powerpc/
Dtransactional_memory.txt93 Examples are glibc's getpid() and lazy symbol resolution.
/linux-4.4.14/arch/mn10300/
DKconfig132 Enable this to be lazy in the saving of the FPU state to the owning
/linux-4.4.14/Documentation/
Doops-tracing.txt86 and do a replace of spaces to "\x" - that's what I do, as I'm too lazy
Dkernel-parameters.txt3172 only "lazy" RCU callbacks (RCU_FAST_NO_HZ=y).
3439 an IOTLB flush. Default is lazy flushing before reuse,
/linux-4.4.14/arch/sparc/lib/
Dchecksum_32.S440 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
/linux-4.4.14/Documentation/s390/
DDebugging390.txt460 lazy-binding
462 library are actually first called at runtime. This is lazy binding.
1906 the ld.so doing lazy binding, lazy binding is a concept in ELF where
1910 export LD_BIND_NOW=true this will stop lazy binding & restart the gdb'ing
/linux-4.4.14/drivers/gpu/drm/ttm/
Dttm_bo.c1539 bool lazy, bool interruptible, bool no_wait) in ttm_bo_wait() argument
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt120 manual uses the term keypad instead of numeric keypad. Also I'm lazy