Searched refs:bqueue_node_t (Results 1 – 5 of 5) sorted by relevance
23 static inline bqueue_node_t *26 return ((bqueue_node_t *)((char *)data + q->bq_node_offset)); in obj2node()58 list_create(&q->bq_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()59 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()60 list_create(&q->bq_dequeuing_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()61 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()62 list_create(&q->bq_enqueuing_list, node_offset + sizeof (bqueue_node_t), in bqueue_init()63 node_offset + offsetof(bqueue_node_t, bqn_node)); in bqueue_init()
73 bqueue_node_t ln;
155 bqueue_node_t ln;
100 bqueue_node_t node;
47 } bqueue_node_t; typedef