Searched refs:canceling (Results 1 - 3 of 3) sorted by relevance

/linux-master/kernel/
H A Dkthread.c974 return !list_empty(&work->node) || work->canceling;
1058 if (!work->canceling)
1197 * any queuing is blocked by setting the canceling counter.
1199 work->canceling++;
1203 work->canceling--;
1266 /* Do not bother with canceling when never queued. */
1277 * that is canceling the work as well.
1288 if (work->canceling) {
1326 * In the meantime, block any queuing by setting the canceling counter.
1328 work->canceling
[all...]
/linux-master/include/linux/
H A Dkthread.h136 /* Number of canceling calls that are running at the moment. */
137 int canceling; member in struct:kthread_work
/linux-master/drivers/block/
H A Dublk_drv.c145 bool canceling; member in struct:ublk_queue
1252 if (unlikely(ubq->canceling)) {
1393 if (ubq->canceling) {
1397 ubq->canceling = true;
2642 ubq->canceling = false;

Completed in 232 milliseconds