Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 4 of 4) sorted by relevance

/kernel/power/
Dsnapshot.c204 struct linked_page *lp = page_address; in recycle_safe_page() local
206 lp->next = safe_pages_list; in recycle_safe_page()
207 safe_pages_list = lp; in recycle_safe_page()
237 struct linked_page *lp = list->next; in free_list_of_pages() local
240 list = lp; in free_list_of_pages()
278 struct linked_page *lp; in chain_alloc() local
280 lp = ca->safe_needed ? __get_safe_page(ca->gfp_mask) : in chain_alloc()
282 if (!lp) in chain_alloc()
285 lp->next = ca->chain; in chain_alloc()
286 ca->chain = lp; in chain_alloc()
[all …]
/kernel/locking/
Dqspinlock_paravirt.h391 struct qspinlock **lp = NULL; in pv_wait_head_or_lock() local
400 lp = (struct qspinlock **)1; in pv_wait_head_or_lock()
427 if (!lp) { /* ONCE */ in pv_wait_head_or_lock()
428 lp = pv_hash(lock, pn); in pv_wait_head_or_lock()
448 WRITE_ONCE(*lp, NULL); in pv_wait_head_or_lock()
/kernel/sched/
Dcore.c4671 struct sched_param lp = { .sched_priority = 0 }; in SYSCALL_DEFINE2() local
4689 lp.sched_priority = p->rt_priority; in SYSCALL_DEFINE2()
4695 retval = copy_to_user(param, &lp, sizeof(*param)) ? -EFAULT : 0; in SYSCALL_DEFINE2()
/kernel/
Dcgroup.c4633 struct cgroup_pidlist **lp) in pidlist_array_load() argument
4687 *lp = l; in pidlist_array_load()