Home
last modified time | relevance | path

Searched refs:pprev (Results 1 – 5 of 5) sorted by relevance

/kernel/
Dtask_work.c90 struct callback_head **pprev = &task->task_works; in task_work_cancel_match() local
103 work = READ_ONCE(*pprev); in task_work_cancel_match()
106 pprev = &work->next; in task_work_cancel_match()
107 work = READ_ONCE(*pprev); in task_work_cancel_match()
108 } else if (try_cmpxchg(pprev, &work, work->next)) in task_work_cancel_match()
Dworkqueue.c1808 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle()
/kernel/time/
Dtimer.c686 return (timer->entry.pprev == NULL && in timer_is_static_object()
851 timer->entry.pprev = NULL; in do_init_timer()
888 entry->pprev = NULL; in detach_timer()
/kernel/bpf/
Dverifier.c12198 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited() local
12222 pprev = explored_state(env, insn_idx); in is_state_visited()
12223 sl = *pprev; in is_state_visited()
12314 *pprev = sl->next; in is_state_visited()
12332 sl = *pprev; in is_state_visited()
12336 pprev = &sl->next; in is_state_visited()
12337 sl = *pprev; in is_state_visited()
Dhashtab.c418 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()