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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/kernel/
H A Dxpc_channel.c1883 if (!(msg->flags & XPC_M_READY)) {
1911 * local_GP->put is not XPC_M_READY or that local_GP->put
1940 DBUG_ON(msg->flags & XPC_M_READY);
1984 msg->flags |= XPC_M_READY;
2204 DBUG_ON(msg != NULL && !(msg->flags & XPC_M_READY));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/sn/
H A Dxpc.h323 #define XPC_M_READY 0x02 /* msg is ready to be sent */ macro

Completed in 50 milliseconds