Home
last modified time | relevance | path

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

12

/linux/drivers/opp/
A Dof.c148 list_del(&opp_table->lazy); in _opp_table_free_required_tables()
161 bool lazy = false; in _opp_table_alloc_required_tables() local
193 lazy = true; in _opp_table_alloc_required_tables()
197 if (lazy) in _opp_table_alloc_required_tables()
198 list_add(&opp_table->lazy, &lazy_opp_tables); in _opp_table_alloc_required_tables()
363 list_for_each_entry_safe(opp_table, temp, &lazy_opp_tables, lazy) { in lazy_link_required_opp_table()
364 bool lazy = false; in lazy_link_required_opp_table() local
388 lazy = true; in lazy_link_required_opp_table()
399 lazy = false; in lazy_link_required_opp_table()
407 if (!lazy) { in lazy_link_required_opp_table()
[all …]
A Dopp.h174 struct list_head node, lazy; member
240 return unlikely(!list_empty(&opp_table->lazy)); in lazy_linking_pending()
/linux/kernel/
A Dirq_work.c176 struct llist_head *raised, *lazy; in irq_work_needs_cpu() local
179 lazy = this_cpu_ptr(&lazy_list); in irq_work_needs_cpu()
182 if (llist_empty(lazy)) in irq_work_needs_cpu()
/linux/Documentation/vm/
A Dactive_mm.rst59 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/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_irq.c156 bool lazy, in vmw_fallback_wait() argument
201 if (lazy) in vmw_fallback_wait()
A Dvmwgfx_fence.h94 bool lazy,
A Dvmwgfx_fence.c516 int vmw_fence_obj_wait(struct vmw_fence_obj *fence, bool lazy, in vmw_fence_obj_wait() argument
824 ret = vmw_fence_obj_wait(fence, arg->lazy, true, timeout); in vmw_fence_obj_wait_ioctl()
A Dvmwgfx_drv.h1138 bool lazy,
/linux/Documentation/arm/
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/arch/nds32/
A DKconfig.cpu22 bool "lazy FPU support"
26 Say Y here to enable the lazy FPU scheme. The lazy FPU scheme can
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_fence.h26 int nouveau_fence_wait(struct nouveau_fence *, bool lazy, bool intr);
A Dnouveau_fence.c325 nouveau_fence_wait(struct nouveau_fence *fence, bool lazy, bool intr) in nouveau_fence_wait() argument
329 if (!lazy) in nouveau_fence_wait()
/linux/tools/perf/Documentation/
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/
A Dvmwgfx_drm.h638 __s32 lazy; member
/linux/Documentation/parisc/
A Dregisters.rst18 CR10 (CCR) lazy FPU saving*
/linux/include/asm-generic/
A Dhyperv-tlfs.h331 u64 lazy:1; member
/linux/Documentation/filesystems/
A Dfuse.rst27 umounted. Note that detaching (or lazy umounting) the filesystem
199 filesystem is still attached (it hasn't been lazy unmounted)
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/driver-api/driver-model/
A Ddevres.rst30 that's probably because libata low level driver developers are lazy
/linux/Documentation/powerpc/
A Dtransactional_memory.rst94 Examples are glibc's getpid() and lazy symbol resolution.
/linux/Documentation/admin-guide/mm/
A Dnuma_memory_policy.rst140 support allocation at fault time--a.k.a lazy allocation--so hugetlbfs
142 Although hugetlbfs segments now support lazy allocation, their support
/linux/arch/sparc/lib/
A Dchecksum_32.S411 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
/linux/drivers/iommu/
A DKconfig112 DMA-mapped pages, but with "lazy" batched TLB invalidation. This
/linux/Documentation/locking/
A Dww-mutex-design.rst350 The Wound-Wait preemption is implemented with a lazy-preemption scheme:
/linux/Documentation/filesystems/ext4/
A Dsuper.rst693 this is useful for lazy formatting with uninitialized groups

Completed in 49 milliseconds

12