Expand description

Work queues.

C header: include/linux/workqueue.h

Structs

A boxed owned workqueue.
A kernel work queue.
A work item.

Traits

An adapter for work items.

Functions

Returns the system work queue (system_wq).
Returns the system freezable work queue (system_freezable_wq).
Returns the system freezable power-efficient work queue (system_freezable_power_efficient_wq).
Returns the system high-priority work queue (system_highpri_wq).
Returns the system work queue for potentially long-running work items (system_long_wq).
Returns the system power-efficient work queue (system_power_efficient_wq).
Returns the system unbound work queue (system_unbound_wq).