Searched refs:spsc_node (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/drm/
H A Dspsc_queue.h32 struct spsc_node { struct
34 /* Stores spsc_node* */
35 struct spsc_node *next;
40 struct spsc_node *head;
42 /* atomic pointer to struct spsc_node* */
55 static inline struct spsc_node *spsc_queue_peek(struct spsc_queue *queue)
65 static inline bool spsc_queue_push(struct spsc_queue *queue, struct spsc_node *node)
67 struct spsc_node **tail;
73 tail = (struct spsc_node **)atomic_long_xchg(&queue->tail, (long)&node->next);
89 static inline struct spsc_node *spsc_queue_po
[all...]
H A Dgpu_scheduler.h338 struct spsc_node queue_node;

Completed in 218 milliseconds