Home
last modified time | relevance | path

Searched defs:workqueue_struct (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dworkqueue.h149 struct workqueue_struct { struct
150 cpu_workqueue_struct *cpu_wq; /**< Workqueue control structure. */ argument
151 struct list_head list; /**< Pointer to a workqueue doubly linked list. */
152 EVENT_CB_S wq_event; /**< Event of a workqueue. */
153 unsigned int wq_id; /**< Workqueue ID. */
154 int delayed_work_count; /**< Number of delayed works in a workqueue. */
155 char *name; /**< Workqueue name. */
156 int singlethread; /**< Whether to create a new working task. 0 indicates that
158 int wq_status; /**< Workqueue status. */
159 int freezeable; /**< Not in use temporarily. */
[all …]
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h27223 struct workqueue_struct { struct
27224 struct list_head pwqs;
27225 struct list_head list;
27226 struct mutex mutex;
27227 int work_color;
27228 int flush_color;
27229 atomic_t nr_pwqs_to_flush;
27230 struct wq_flusher *first_flusher;
27231 struct list_head flusher_queue;
27232 struct list_head flusher_overflow;
[all …]