Home
last modified time | relevance | path

Searched refs:c_list (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/ksh/
H A Dsyn.c25 static struct op *c_list ARGS((int multi));
76 outtree = c_list(source->type == SSTRING); in yyparse()
124 c_list(multi) in c_list() function
202 t = c_list(true);
353 t->left = c_list(true);
370 t->left = c_list(true);
443 list = c_list(true); in dogroup()
455 t->left = c_list(true); in thenpart()
469 if ((t = c_list(true)) == NULL) in elsepart()
475 t->left = c_list(true); in elsepart()
[all …]
/netbsd-src/sys/kern/
H A Dkern_timeout.c441 CIRCQ_REMOVE(&c->c_list); in callout_schedule_locked()
442 CIRCQ_INSERT(&c->c_list, &occ->cc_todo); in callout_schedule_locked()
454 CIRCQ_INSERT(&c->c_list, &occ->cc_todo); in callout_schedule_locked()
460 CIRCQ_INSERT(&c->c_list, &cc->cc_todo); in callout_schedule_locked()
528 CIRCQ_REMOVE(&c->c_list); in callout_stop()
565 CIRCQ_REMOVE(&c->c_list); in callout_halt()
636 CIRCQ_REMOVE(&c->c_list); in callout_wait()
844 CIRCQ_REMOVE(&c->c_list); in callout_softclock()
850 CIRCQ_INSERT(&c->c_list, BUCKET(cc, delta, c->c_time)); in callout_softclock()
911 for (c = CIRCQ_FIRST(bucket); /*nothing*/; c = CIRCQ_NEXT(&c->c_list)) { in db_show_callout_bucket()
[all …]
/netbsd-src/sys/sys/
H A Dcallout.h92 struct callout_circq c_list; /* linkage on queue */ member