Searched refs:IOP_MSGSTATUS_UNUSED (Results 1 – 2 of 2) sorted by relevance
211 if (iop_msg_pool[i].status == IOP_MSGSTATUS_UNUSED) { in iop_alloc_msg()224 msg->status = IOP_MSGSTATUS_UNUSED; in iop_free_msg()282 iop_msg_pool[i].status = IOP_MSGSTATUS_UNUSED; in iop_init()
51 #define IOP_MSGSTATUS_UNUSED 0 /* Unusued message structure */ macro