async_reqs
sw_ar = (struct async_reqs *)
kmem_zalloc(sw_freelist_size*sizeof (struct async_reqs), KM_SLEEP);
struct async_reqs *
struct async_reqs *arg;
sw_putreq(struct async_reqs *arg)
sw_putbackreq(struct async_reqs *arg)
struct async_reqs *
struct async_reqs *arg;
sw_putfree(struct async_reqs *arg)
static struct async_reqs *sw_ar, *sw_pendlist, *sw_freelist;
extern struct async_reqs *sw_getreq();
extern void sw_putreq(struct async_reqs *);
extern void sw_putbackreq(struct async_reqs *);
extern struct async_reqs *sw_getfree();
extern void sw_putfree(struct async_reqs *);
struct async_reqs *arg;
struct async_reqs *arg;
push_req = (struct async_reqs *)
kmem_zalloc(async_list_size * sizeof (struct async_reqs), KM_SLEEP);
struct async_reqs *arg;
static struct async_reqs *push_req;
static struct async_reqs *req_freelist; /* available req structs */
static struct async_reqs *push_list; /* pending reqs */
struct async_reqs *arg;
extern struct async_reqs *spec_async_reqs; /* async request list */
struct async_reqs *a_next; /* pointer to next arg struct */