OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 02:09:48 GMT 2025