Home
last modified time | relevance | path

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

/linux/Documentation/translations/zh_CN/mm/
H A Dactive_mm.rst64 计数器,即有多少 “真正的地址空间用户”,另一个是 “mm_count”计数器,即 “lazy
68 一个lazy的用户仍在活动,所以你实际上得到的情况是,你有一个地址空间 **只**
69lazy的用户使用。这通常是一个短暂的生命周期状态,因为一旦这个线程被安排给一
73 “init_mm”应该被认为只是一个 “没有其他上下文时的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
H A Dunevictable-lru.rst168 might be), the lock action (e.g. SHM_LOCK) can be lazy, and need not populate
/linux/drivers/opp/
H A Dof.c139 list_del(&opp_table->lazy); in _opp_table_free_required_tables()
151 bool lazy = false; in _opp_table_alloc_required_tables() local
188 lazy = true; in _opp_table_alloc_required_tables()
192 if (lazy) { in _opp_table_alloc_required_tables()
198 list_add(&opp_table->lazy, &lazy_opp_tables); in _opp_table_alloc_required_tables()
355 list_for_each_entry_safe(opp_table, temp, &lazy_opp_tables, lazy) { in lazy_link_required_opp_table()
356 bool lazy = false; in lazy_link_required_opp_table() local
380 lazy = true; in lazy_link_required_opp_table()
390 lazy = false; in lazy_link_required_opp_table()
396 if (!lazy) { in lazy_link_required_opp_table()
[all …]
H A Dopp.h207 struct list_head node, lazy; member
268 return unlikely(!list_empty(&opp_table->lazy)); in lazy_linking_pending()
/linux/kernel/
H A Dirq_work.c186 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/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.h32 int nouveau_fence_wait(struct nouveau_fence *, bool lazy, bool intr);
/linux/mm/
H A Dvmalloc.c944 struct rb_list lazy; member
2357 if (RB_EMPTY_ROOT(&vn->lazy.root)) in __purge_vmap_area_lazy()
2360 spin_lock(&vn->lazy.lock); in __purge_vmap_area_lazy()
2361 WRITE_ONCE(vn->lazy.root.rb_node, NULL); in __purge_vmap_area_lazy()
2362 list_replace_init(&vn->lazy.head, &vn->purge_list); in __purge_vmap_area_lazy()
2363 spin_unlock(&vn->lazy.lock); in __purge_vmap_area_lazy()
2460 spin_lock(&vn->lazy.lock); in free_vmap_area_noflush()
2461 insert_vmap_area(va, &vn->lazy.root, &vn->lazy.head); in free_vmap_area_noflush()
2462 spin_unlock(&vn->lazy.lock); in free_vmap_area_noflush()
5206 spin_lock(&vn->lazy.lock); in show_purge_info()
[all …]
/linux/tools/perf/Documentation/
H A Dperf-probe.txt171 3) Define event based on source file with lazy pattern
182 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is the offset from function entry address in bytes, ':RLN' is the relative-line number from function entry line, and '%return' means that it probes function return. And ';PTN' means lazy matching pattern (see LAZY MATCHING). Note that ';PTN' must be the end of the probe point definition. In addition, '@SRC' specifies a source file which has that function.
183 It is also possible to specify a probe point by the source line number or lazy matching by using 'SRC:ALN' or 'SRC;PTN' syntax, where 'SRC' is the source file path, ':ALN' is the line number and ';PTN' is the lazy matching pattern.
235 The lazy line matching is similar to glob matching but ignoring spaces in both of pattern and target. So this accepts wildcards('*', '?') and character classes(e.g. [a-z], [!A-Z]).
/linux/include/uapi/drm/
H A Dvmwgfx_drm.h647 __s32 lazy; member
/linux/Documentation/arch/parisc/
H A Dregisters.rst18 CR10 (CCR) lazy FPU saving*
/linux/Documentation/filesystems/fuse/
H A Dfuse.rst27 umounted. Note that detaching (or lazy umounting) the filesystem
213 filesystem is still attached (it hasn't been lazy unmounted)
/linux/Documentation/filesystems/
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/include/hyperv/
H A Dhvgdk_mini.h684 u64 lazy : 1; member
/linux/arch/sparc/lib/
H A Dchecksum_32.S411 addx %g5, %g0, %g5 ! I am now to lazy to optimize this (question it
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h1022 bool lazy,
/linux/Documentation/locking/
H A Dww-mutex-design.rst350 The Wound-Wait preemption is implemented with a lazy-preemption scheme:
/linux/Documentation/RCU/Design/Memory-Ordering/
H A DTree-RCU-Memory-Ordering.rst444 | furthermore important to wait on it, as this lazy approach is far |
/linux/Documentation/admin-guide/
H A Dkernel-parameters.txt100 Format: { eager | lazy }
101 default: lazy
103 avoid prolonged boot times. The lazy option will add
5452 lazy - Scheduler controlled. Similar to full but instead
6765 in an IOTLB flush. Default is lazy flushing before
H A Dspkguide.txt125 manual uses the term keypad instead of numeric keypad. Also I'm lazy
/linux/kernel/sched/
H A Dcore.c8019 PREEMPT_MODEL_ACCESSOR(lazy);
/linux/Documentation/sound/kernel-api/
H A Dwriting-an-alsa-driver.rst3924 manually. But human beings are lazy in nature, especially developers
/linux/lib/
H A DKconfig.debug886 Enable additional IPIs that ensure lazy tlb mm references are removed