Searched refs:strbcalls (Results 1 – 3 of 3) sorted by relevance
1340 if (strbcalls.bc_head == NULL) { in bufcall()1341 strbcalls.bc_head = strbcalls.bc_tail = bcp; in bufcall()1343 strbcalls.bc_tail->bc_next = bcp; in bufcall()1344 strbcalls.bc_tail = bcp; in bufcall()1363 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) { in unbufcall()1378 strbcalls.bc_head = bcp->bc_next; in unbufcall()1379 if (bcp == strbcalls.bc_tail) in unbufcall()1380 strbcalls.bc_tail = pbcp; in unbufcall()
197 struct bclist strbcalls; /* list of waiting bufcalls */ variable3596 if (strbcalls.bc_head) { in runbufcalls()3606 for (bcp = strbcalls.bc_head; bcp; bcp = bcp->bc_next) in runbufcalls()3616 while ((bcp = strbcalls.bc_head) != NULL && nevent) { in runbufcalls()3626 strbcalls.bc_head = bcp->bc_next; in runbufcalls()3636 strbcalls.bc_head = bcp->bc_next; in runbufcalls()3638 strbcalls.bc_tail->bc_next = bcp; in runbufcalls()3639 strbcalls.bc_tail = bcp; in runbufcalls()3643 if (strbcalls.bc_head == NULL) in runbufcalls()3644 strbcalls.bc_tail = NULL; in runbufcalls()[all …]
1284 extern struct bclist strbcalls; /* List of bufcalls */