Searched refs:bqueue_node_t (Results 1 – 5 of 5) sorted by relevance
22 static inline bqueue_node_t *25 return ((bqueue_node_t *)((char *)data + q->bq_node_offset)); in obj2node()57 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()58 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()59 list_create(&q->bq_dequeuing_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()60 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()61 list_create(&q->bq_enqueuing_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()62 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()
72 bqueue_node_t ln;
154 bqueue_node_t ln;
99 bqueue_node_t node;
46 } bqueue_node_t; typedef