Searched refs:pipe_expire (Results 1 – 1 of 1) sorted by relevance
126 static int pipe_expire = 1; /* expire queue if empty */ variable187 CTLFLAG_RW | CTLFLAG_LOCKED, &pipe_expire, 0, "Expire queue if empty");1333 if (pipe_expire && q->head == NULL && q->S == q->F + 1) { in find_queue()