Lines Matching full:tasks
156 Any tasks that are on the queue will be executed at this time after
180 any tasks.
189 To add a task to the list of tasks queued on a taskqueue, call
200 value or at the end of the list if no tasks have a lower priority.
321 function is used to wait for all pending and running tasks that
323 Tasks posted to the taskqueue after
336 running tasks to finish.
338 that tasks will eventually stop being posted to the queue.
343 It prevents any enqueued but not running tasks from being executed.
346 will enqueue tasks, but the tasks will not be run until
351 does not wait for any currently running tasks to finish.
389 All enqueued tasks can be run after this call.
405 function will run all pending tasks in the specified
460 macro defines a new taskqueue with its own kernel thread to serve tasks.
463 is used to enqueue tasks onto the queue.
497 runs in a kernel thread context, and tasks run from this thread do
526 Note that tasks queued on shared taskqueues such as