Home
last modified time | relevance | path

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

/linux/kernel/
H A Dworkqueue.c2021 * try_to_grab_pending - steal work item from worklist and disable irq
2048 static int try_to_grab_pending(struct work_struct *work, u32 cflags, in try_to_grab_pending() function
2158 ret = try_to_grab_pending(work, cflags, irq_flags); in work_grab_pending()
2584 * See try_to_grab_pending() for details.
3749 * try_to_grab_pending() can't determine whether the work to be
4158 /* see the comment in try_to_grab_pending() with the same code */ in start_flush_work()