OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rio_list
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/altq/
altq_rio.c
179
/*
rio_list
keeps all rio_queue_t's allocated. */
180
static rio_queue_t *
rio_list
= NULL;
variable in typeref:typename:rio_queue_t *
479
while ((rqp =
rio_list
) != NULL) {
580
rqp->rq_next =
rio_list
;
581
rio_list
= rqp;
705
if (
rio_list
== rqp)
706
rio_list
= rqp->rq_next;
708
for (tmp =
rio_list
; tmp != NULL; tmp = tmp->rq_next)
714
printf("rio_detach: no state found in
rio_list
!\n");
altq_rio.c
179
/*
rio_list
keeps all rio_queue_t's allocated. */
180
static rio_queue_t *
rio_list
= NULL;
variable in typeref:typename:rio_queue_t *
479
while ((rqp =
rio_list
) != NULL) {
580
rqp->rq_next =
rio_list
;
581
rio_list
= rqp;
705
if (
rio_list
== rqp)
706
rio_list
= rqp->rq_next;
708
for (tmp =
rio_list
; tmp != NULL; tmp = tmp->rq_next)
714
printf("rio_detach: no state found in
rio_list
!\n");
altq_rio.c
179
/*
rio_list
keeps all rio_queue_t's allocated. */
180
static rio_queue_t *
rio_list
= NULL;
variable in typeref:typename:rio_queue_t *
479
while ((rqp =
rio_list
) != NULL) {
580
rqp->rq_next =
rio_list
;
581
rio_list
= rqp;
705
if (
rio_list
== rqp)
706
rio_list
= rqp->rq_next;
708
for (tmp =
rio_list
; tmp != NULL; tmp = tmp->rq_next)
714
printf("rio_detach: no state found in
rio_list
!\n");
Completed in 127 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025