Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Dworkqueue.c3703 bool from_cancel) in check_flush_dependency() argument
3708 if (from_cancel || target_wq->flags & WQ_MEM_RECLAIM) in check_flush_dependency()
4143 bool from_cancel) in start_flush_work() argument
4171 check_flush_dependency(wq, work, from_cancel); in start_flush_work()
4187 if (!from_cancel && (wq->saved_max_active == 1 || wq->rescuer)) in start_flush_work()
4198 static bool __flush_work(struct work_struct *work, bool from_cancel) in __flush_work() argument
4208 if (!start_flush_work(work, &barr, from_cancel)) in __flush_work()
4218 if (from_cancel) { in __flush_work()