Searched refs:mayday_cursor (Results 1 – 1 of 1) sorted by relevance
291 struct work_struct mayday_cursor; /* L: cursor on pool->worklist */ member3462 struct work_struct *cursor = &pwq->mayday_cursor; in assign_rescuer_work()3600 if (!list_empty(&pwq->mayday_cursor.entry) && list_empty(&pwq->mayday_node)) in rescuer_thread()3601 list_del_init(&pwq->mayday_cursor.entry); in rescuer_thread()5231 INIT_WORK(&pwq->mayday_cursor, mayday_cursor_func); in init_pwq()5232 atomic_long_set(&pwq->mayday_cursor.data, (unsigned long)pwq | in init_pwq()