MSG_BOUND_STACK_SIZE   61 sound/pci/mixart/mixart_core.c 	if (tailptr >= MSG_OUTBOUND_POST_STACK + MSG_BOUND_STACK_SIZE)
MSG_BOUND_STACK_SIZE   68 sound/pci/mixart/mixart_core.c 	if( tailptr >= (MSG_OUTBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) )
MSG_BOUND_STACK_SIZE  118 sound/pci/mixart/mixart_core.c 	if( (headptr < MSG_OUTBOUND_FREE_STACK) || ( headptr >= (MSG_OUTBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE))) {
MSG_BOUND_STACK_SIZE  128 sound/pci/mixart/mixart_core.c 	if( headptr >= (MSG_OUTBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE) )
MSG_BOUND_STACK_SIZE  168 sound/pci/mixart/mixart_core.c 	if( (tailptr < MSG_INBOUND_FREE_STACK) || (tailptr >= (MSG_INBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE))) {
MSG_BOUND_STACK_SIZE  177 sound/pci/mixart/mixart_core.c 	if( tailptr >= (MSG_INBOUND_FREE_STACK+MSG_BOUND_STACK_SIZE) )
MSG_BOUND_STACK_SIZE  221 sound/pci/mixart/mixart_core.c 	if( (headptr < MSG_INBOUND_POST_STACK) || (headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE))) {
MSG_BOUND_STACK_SIZE  229 sound/pci/mixart/mixart_core.c 	if( headptr >= (MSG_INBOUND_POST_STACK+MSG_BOUND_STACK_SIZE) )