Lines Matching defs:events_queue
231 * struct events_queue - Describes a queue and its associated worker
237 * Each protocol has its own dedicated events_queue descriptor.
239 struct events_queue {
255 * queueing it on the related &struct events_queue.
270 * @equeue: The embedded per-protocol events_queue
285 * information stored here, together with the embedded allocated events_queue.
296 struct events_queue equeue;
422 scmi_process_event_header(struct events_queue *eq,
459 scmi_process_event_payload(struct events_queue *eq,
510 * @work: The work item to use, which is associated to a dedicated events_queue
535 struct events_queue *eq;
539 eq = container_of(work, struct events_queue, notify_work);
643 * @equeue: The events_queue to initialize
651 struct events_queue *equeue, size_t sz)