Home
last modified time | relevance | path

Searched defs:runq (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/usr.sbin/smtpd/
H A Drunq.c30 struct runq { struct
32 void (*cb)(struct runq *, void *); argument
38 static struct runq *active; argument
41 runq_reset(struct runq *runq) in runq_reset()
63 struct runq *runq = arg; in runq_timeout() local
83 runq_init(struct runq **runqp, void (*cb)(struct runq *, void *)) in runq_init() argument
85 struct runq *runq; in runq_init() local
101 runq_schedule(struct runq *runq, time_t delay, void *arg) in runq_schedule()
110 runq_schedule_at(struct runq *runq, time_t when, void *arg) in runq_schedule_at()
138 runq_cancel(struct runq *runq, void *arg) in runq_cancel()
[all …]
H A Dmta_session.c420 mta_on_timeout(struct runq *runq, void *arg) in mta_on_timeout() argument
H A Dmta.c1371 mta_on_timeout(struct runq *runq, void *arg) in mta_on_timeout()
/openbsd-src/sys/scsi/
H A Dscsi_base.c577 int runq; in scsi_xsh_runqueue() local