Search | Google it | Results 1 - 1 of 1 for funcall:QueInit from mtkernel_3/kernel/tkernel/messagebuf.c (0.00 seconds) |
43: /* Register all control blocks onto FreeQue */ 44: QueInit(&knl_free_mbfcb); 45: end = knl_mbfcb_table + NUM_MBFID; 178: /* Initialize control block */ 179: QueInit(&mbfcb->send_queue); 180: mbfcb->mbfid = mbfid; 182: mbfcb->mbfatr = pk_cmbf->mbfatr; 183: QueInit(&mbfcb->recv_queue); 184: mbfcb->buffer = msgbuf;