HomeSort by: relevance | last modified time | path
    Searched refs:ISFULL (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/qbus/
qduser.h 202 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
229 /* ISFULL yields TRUE if queue is full */
231 #define ISFULL(eq) ((eq)->header.tail+1 == (eq)->header.head || \
322 /* yields TRUE if queue is empty (ISEMPTY) or full (ISFULL) */
qd.c 2336 if (ISFULL(eqh) == TRUE) {
2389 if (ISFULL(eqh) == TRUE) {
2524 if (ISFULL(eqh) == TRUE) {
2576 if (ISFULL(eqh) == TRUE) {
2698 if (ISFULL(eqh) == TRUE) {
  /src/sys/arch/vax/include/
qduser.h 209 * ( ISFULL(eq) == FALSE ). ("eq" is a pointer to the event queue header.)
236 /* ISFULL yields TRUE if queue is full */
238 #define ISFULL(eq) ((eq)->header.tail+1 == (eq)->header.head || \
329 /* yields TRUE if queue is empty (ISEMPTY) or full (ISFULL) */

Completed in 15 milliseconds