Search | Google it | Results 1 - 3 of 3 for funcall:offsetof from mtkernel_3 (0.00 seconds) |
65:
66: #define DEVREQ_REQCB(devreq) ((ReqCB*)((B*)(devreq) - offsetof(ReqCB, req)))
67:
87:
88: #define RESQ_OPNCB(rq) ( (OpnCB*)((B*)(rq) - offsetof(OpnCB, resq)) )
89:
86: val = tcb->priority; 87: offset = offsetof(TCB, priority); 88: