Home
last modified time | relevance | path

Searched refs:msgbuf_head (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmka_path_int.h117 int msgbuf_head; member
158 #define msgbuf_head recv_buffer.msgbuf_head macro
/illumos-gate/usr/src/uts/common/io/rsm/
H A Drsmka_pathmanager.c1561 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()