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