search for: sq_first

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

2008 Oct 02
0
Comments for squeue.c; part 2.
...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 comment and the code do not agree with each other. 4. 614 * We are the chain of 1 packet so 615 * go through this fast path. The comment is confusing (especially since there is no explanation of fast path). Can you say someth...