Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c302 struct work_struct mayday_cursor; /* L: cursor on pool->worklist */ member
3573 struct work_struct *cursor = &pwq->mayday_cursor; in assign_rescuer_work()
3711 if (!list_empty(&pwq->mayday_cursor.entry) && list_empty(&pwq->mayday_node)) in rescuer_thread()
3712 list_del_init(&pwq->mayday_cursor.entry); in rescuer_thread()
5342 INIT_WORK(&pwq->mayday_cursor, mayday_cursor_func); in init_pwq()
5343 atomic_long_set(&pwq->mayday_cursor.data, (unsigned long)pwq | in init_pwq()