OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qtype_
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/altq/
altq_classq.h
65
int
qtype_
; /* Queue type */
member in struct:_class_queue_
70
#define qtype(q) (q)->
qtype_
/* Get queue type */
77
#define q_is_red(q) ((q)->
qtype_
== Q_RED) /* Is the queue a red queue */
78
#define q_is_rio(q) ((q)->
qtype_
== Q_RIO) /* Is the queue a rio queue */
79
#define q_is_red_or_rio(q) ((q)->
qtype_
== Q_RED || (q)->
qtype_
== Q_RIO)
altq_classq.h
65
int
qtype_
; /* Queue type */
member in struct:_class_queue_
70
#define qtype(q) (q)->
qtype_
/* Get queue type */
77
#define q_is_red(q) ((q)->
qtype_
== Q_RED) /* Is the queue a red queue */
78
#define q_is_rio(q) ((q)->
qtype_
== Q_RIO) /* Is the queue a rio queue */
79
#define q_is_red_or_rio(q) ((q)->
qtype_
== Q_RED || (q)->
qtype_
== Q_RIO)
Completed in 21 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025