Searched refs:msgbuf_head (Results 1 – 2 of 2) sorted by relevance
119 int msgbuf_head; member160 #define msgbuf_head recv_buffer.msgbuf_head macro
1561 path->msgbuf_head = 0; in do_path_up()2245 path->msgbuf_queue[path->msgbuf_head].active = B_FALSE; in rsmka_dequeue_msgbuf()2247 if (path->msgbuf_head == RSMIPC_MAX_MESSAGES - 1) { in rsmka_dequeue_msgbuf()2248 path->msgbuf_head = 0; in rsmka_dequeue_msgbuf()2250 path->msgbuf_head++; in rsmka_dequeue_msgbuf()2268 head = &path->msgbuf_queue[path->msgbuf_head]; in rsmka_gethead_msgbuf()