Searched refs:IOP_MSGSTATUS_UNUSED (Results 1 – 2 of 2) sorted by relevance
216 if (iop_msg_pool[i].status == IOP_MSGSTATUS_UNUSED) { in iop_get_unused_msg()281 iop_msg_pool[i].status = IOP_MSGSTATUS_UNUSED; in iop_init()363 msg->status = IOP_MSGSTATUS_UNUSED; in iop_complete_message()413 msg->status = IOP_MSGSTATUS_UNUSED; in iop_handle_send()
52 #define IOP_MSGSTATUS_UNUSED 0 /* Unused message structure */ macro