Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/xen/xenbus/
Dxenbus_xs.c714 event->handle->nr_pending++; in xs_watch_msg()
772 watch->nr_pending = 0; in register_xenbus_watch()
823 if (watch->nr_pending) { in unregister_xenbus_watch()
830 watch->nr_pending = 0; in unregister_xenbus_watch()
895 event->handle->nr_pending--; in xenwatch_thread()
Dxenbus_probe_backend.c186 return watch->nr_pending == 0; in frontend_will_handle()
/linux-4.19.296/include/xen/
Dxenbus.h62 unsigned int nr_pending; member
/linux-4.19.296/block/
Dblk-throttle.c89 unsigned int nr_pending; /* # queued in the tree */ member
620 if (!parent_sq->nr_pending) in throtl_rb_first()
644 --parent_sq->nr_pending; in throtl_rb_erase()
690 tg->service_queue.parent_sq->nr_pending++; in __throtl_enqueue_tg()
753 if (!sq->nr_pending) in throtl_schedule_next_dispatch()
Delevator.c564 rq->q->nr_pending--; in blk_pm_requeue_request()
569 if (q->dev && !(rq->rq_flags & RQF_PM) && q->nr_pending++ == 0 && in blk_pm_add_request()
Dblk-core.c1743 if (rq->q->dev && !(rq->rq_flags & RQF_PM) && !--rq->q->nr_pending) in blk_pm_put_request()
3831 if (q->nr_pending) { in blk_pre_runtime_suspend()
/linux-4.19.296/include/linux/
Dblkdev.h558 unsigned int nr_pending; member