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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/mixart/
H A Dmixart_hwdep.h110 #define MSG_OUTBOUND_POST_STACK 0x108000 /* stack of messages to the DRV */ macro
H A Dmixart_core.c59 if (tailptr < MSG_OUTBOUND_POST_STACK)
61 if (tailptr >= MSG_OUTBOUND_POST_STACK + MSG_BOUND_STACK_SIZE)
68 if( tailptr >= (MSG_OUTBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) )
69 tailptr = MSG_OUTBOUND_POST_STACK;

Completed in 109 milliseconds