Searched refs:XPC_M_SN2_DONE (Results 1 - 2 of 2) sorted by relevance

/drivers/misc/sgi-xp/
H A Dxpc_sn2.c1795 DBUG_ON(!(msg->flags & XPC_M_SN2_DONE));
2011 DBUG_ON(msg->flags & XPC_M_SN2_DONE);
2281 if (!(msg->flags & XPC_M_SN2_DONE))
2309 * local_GP->get is not XPC_M_SN2_DONE or that local_GP->get
2335 DBUG_ON(msg->flags & XPC_M_SN2_DONE);
2337 msg->flags |= XPC_M_SN2_DONE;
H A Dxpc.h363 #define XPC_M_SN2_DONE 0x01 /* msg has been received/consumed */ macro

Completed in 20 milliseconds