gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:QueRemove (0.00 seconds)
mtkernel_3
kernel/tkernel/device.c - 13.5KB - 585 lines
84: {
85:         QueRemove(&devcb->q);
86:         QueInsert(&devcb->q, &knl_FreeDevCB);
More results from mtkernel_3
tkernel_2
driver/tef_em1d/console/src/console_drv.c - 31.8KB - 957 lines
680:         /* Delete from the queue of port */
681:         QueRemove(&p->q);
682: 
More results from tkernel_2
t2ex
t2ex_source/kernel/sysmgr/src_t2ex/imalloc.c - 13.7KB - 479 lines
209: 
210:                 QueRemove(fq + 1);
211:                 QueInsert(nq + 1, nq);
More results from t2ex