rq_queue
rq_envelope_suspend(struct rq_queue *rq, struct rq_envelope *evp)
rq_envelope_resume(struct rq_queue *rq, struct rq_envelope *evp)
static void sorted_insert(struct rq_queue *, struct rq_envelope *);
rq_envelope_delete(struct rq_queue *rq, struct rq_envelope *evp)
static void rq_queue_init(struct rq_queue *);
static void rq_queue_merge(struct rq_queue *, struct rq_queue *);
static void rq_queue_dump(struct rq_queue *, const char *);
static void rq_queue_schedule(struct rq_queue *rq);
static struct evplist *rq_envelope_list(struct rq_queue *, struct rq_envelope *);
static void rq_envelope_schedule(struct rq_queue *, struct rq_envelope *);
static int rq_envelope_remove(struct rq_queue *, struct rq_envelope *);
rq_queue_dump(struct rq_queue *rq, const char * name)
static int rq_envelope_suspend(struct rq_queue *, struct rq_envelope *);
static int rq_envelope_resume(struct rq_queue *, struct rq_envelope *);
static void rq_envelope_delete(struct rq_queue *, struct rq_envelope *);
static struct rq_queue ramqueue;
struct rq_queue *update;
struct rq_queue *update;
struct rq_queue *update;
sorted_insert(struct rq_queue *rq, struct rq_envelope *evp)
rq_queue_init(struct rq_queue *rq)
rq_queue_merge(struct rq_queue *rq, struct rq_queue *update)
rq_queue_schedule(struct rq_queue *rq)
rq_envelope_list(struct rq_queue *rq, struct rq_envelope *evp)
rq_envelope_schedule(struct rq_queue *rq, struct rq_envelope *evp)
rq_envelope_remove(struct rq_queue *rq, struct rq_envelope *evp)