search for: sq_fill

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

Did you mean: sg_fill
2008 Oct 02
0
Comments for squeue.c; part 2.
...ld be treated in the same way as the real interrupt handler (which is quite different 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) || (...