Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
Dworkqueue.c3059 static bool __flush_work(struct work_struct *work, bool from_cancel) in __flush_work() function
3094 return __flush_work(work, false); in flush_work()
3160 __flush_work(work, true); in __cancel_work_timer()