Searched defs:strbcalls (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dstrsubr.c194 struct bclist strbcalls; /* list of waiting bufcalls */ variable in typeref:struct:bclist
195 kmutex_t strbcall_lock; /* protects bufcall list (strbcalls) */
3571 if (strbcalls.bc_head) {
3581 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next)
3591 while ((bcp = strbcalls.bc_head) != NULL && nevent) {
3601 strbcalls.bc_head = bcp->bc_next;
3611 strbcalls.bc_head = bcp->bc_next;
3613 strbcalls.bc_tail->bc_next = bcp;
3614 strbcalls.bc_tail = bcp;
3618 if (strbcalls
[all...]

Completed in 72 milliseconds