OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISEMPTY
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/qbus/
qduser.h
200
* if the event queue is non-empty (
ISEMPTY
(eq) == FALSE ), and that the
212
#define
ISEMPTY
(eq) ((eq)->header.head == (eq)->header.tail)
322
/* yields TRUE if queue is empty (
ISEMPTY
) or full (ISFULL) */
qd.c
1106
if (
ISEMPTY
(eq_header[unit])) {
1516
if(!(
ISEMPTY
(eq_header[unit])))
1562
if (
ISEMPTY
(eq_header[unit]))
/src/sys/arch/vax/include/
qduser.h
207
* if the event queue is non-empty (
ISEMPTY
(eq) == FALSE ), and that the
219
#define
ISEMPTY
(eq) ((eq)->header.head == (eq)->header.tail)
329
/* yields TRUE if queue is empty (
ISEMPTY
) or full (ISFULL) */
Completed in 59 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025