Searched refs:pprev (Results 1 – 5 of 5) sorted by relevance
90 struct callback_head **pprev = &task->task_works; in task_work_cancel_match() local103 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()
1808 (worker->hentry.next || worker->hentry.pprev))) in worker_enter_idle()
686 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()
12198 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited() local12222 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()
418 offsetof(struct htab_elem, hash_node.pprev)); in htab_map_alloc_check()