Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Dtask_work.c6 static struct callback_head work_exited; /* all we need is ->next == NULL */ variable
52 if (unlikely(head == &work_exited)) in task_work_add()
162 head = &work_exited; in task_work_run()