search for: sq_nodrain

Displaying 1 result from an estimated 1 matches for "sq_nodrain".

2008 Oct 02
0
Comments for squeue.c; part 2.
...beast)? Second, I don''t like the use of tags in this context. Can an explicit flag be passed to squeue_enter when there is a need to do something special? 3. 593 * Try to process the packet if SQ_FILL flag is not set and 594 * we are allowed to process the squeue. The SQ_NODRAIN is 595 * ignored if the packet chain consists of more than 1 packet. 596 */ 597 if (!(sqp->sq_state & SQS_PROC) && 598 ((process_flag == SQ_PROCESS) || (process_flag == SQ_NODRAIN && 599 sqp->sq_first == NULL))) { The...