Searched refs:bqueue_node_t (Results 1 – 5 of 5) sorted by relevance
19 static inline bqueue_node_t *22 return ((bqueue_node_t *)((char *)data + q->bq_node_offset)); in obj2node()54 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()55 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()56 list_create(&q->bq_dequeuing_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()57 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()58 list_create(&q->bq_enqueuing_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()59 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()
63 bqueue_node_t ln;
145 bqueue_node_t ln;
94 bqueue_node_t node;
43 } bqueue_node_t; typedef