Searched refs:lp (Results 1 – 4 of 4) sorted by relevance
204 struct linked_page *lp = page_address; in recycle_safe_page() local206 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() local240 list = lp; in free_list_of_pages()278 struct linked_page *lp; in chain_alloc() local280 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 …]
391 struct qspinlock **lp = NULL; in pv_wait_head_or_lock() local400 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()
4671 struct sched_param lp = { .sched_priority = 0 }; in SYSCALL_DEFINE2() local4689 lp.sched_priority = p->rt_priority; in SYSCALL_DEFINE2()4695 retval = copy_to_user(param, &lp, sizeof(*param)) ? -EFAULT : 0; in SYSCALL_DEFINE2()
4633 struct cgroup_pidlist **lp) in pidlist_array_load() argument4687 *lp = l; in pidlist_array_load()