Lines Matching full:queuing
315 * wait_for_reservation - try queuing current task to wait until waked up.
318 * This function queues current task to wait until waked up, if queuing is
325 /* Quick path to check whether queuing is started. */ in wait_for_reservation()
330 /* Queuing is not started, don't queue current task. */ in wait_for_reservation()
340 * wake_up_reservation - wake up first task in queue or stop queuing.
344 * queuing if no tasks in queue.
362 * add_or_start_queue - add current task in queue or start queuing.
365 * This function starts queuing if queuing is not started, otherwise adds
372 /* Starts queuing, task can go on directly. */ in add_or_start_queue()
379 * at certain point, first task has started queuing, just queue in add_or_start_queue()
453 * But if it happens, start queuing up all tasks that will make in make_reservation()
459 "nospc_retries (%d), start queuing tasks", in make_reservation()
492 * Only tasks that have ever started queuing or ever been queued in make_reservation()
500 * atomic_cmpxchg // 0, start queuing in make_reservation()