Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c291 struct work_struct mayday_cursor; /* L: cursor on pool->worklist */ member
3461 struct work_struct *cursor = &pwq->mayday_cursor; in assign_rescuer_work()
3599 if (!list_empty(&pwq->mayday_cursor.entry) && list_empty(&pwq->mayday_node)) in rescuer_thread()
3600 list_del_init(&pwq->mayday_cursor.entry); in rescuer_thread()
5230 INIT_WORK(&pwq->mayday_cursor, mayday_cursor_func); in init_pwq()
5231 atomic_long_set(&pwq->mayday_cursor.data, (unsigned long)pwq | in init_pwq()