Lines Matching defs:events_queue
232 * struct events_queue - Describes a queue and its associated worker
238 * Each protocol has its own dedicated events_queue descriptor.
240 struct events_queue {
256 * queueing it on the related &struct events_queue.
271 * @equeue: The embedded per-protocol events_queue
287 * information stored here, together with the embedded allocated events_queue.
298 struct events_queue equeue;
425 scmi_process_event_header(struct events_queue *eq,
462 scmi_process_event_payload(struct events_queue *eq,
513 * @work: The work item to use, which is associated to a dedicated events_queue
538 struct events_queue *eq;
542 eq = container_of(work, struct events_queue, notify_work);
644 * @equeue: The events_queue to initialize
652 struct events_queue *equeue, size_t sz)