Searched refs:async_reqs (Results 1 – 6 of 6) sorted by relevance
70 static struct async_reqs *sw_ar, *sw_pendlist, *sw_freelist;188 sw_ar = (struct async_reqs *) in swapinit()189 kmem_zalloc(sw_freelist_size*sizeof (struct async_reqs), KM_SLEEP); in swapinit()270 struct async_reqs *273 struct async_reqs *arg; in sw_getreq()291 sw_putreq(struct async_reqs *arg) in sw_putreq()307 sw_putbackreq(struct async_reqs *arg) in sw_putbackreq()319 struct async_reqs *322 struct async_reqs *arg; in sw_getfree()338 sw_putfree(struct async_reqs *arg) in sw_putfree()
457 extern struct async_reqs *sw_getreq();458 extern void sw_putreq(struct async_reqs *);459 extern void sw_putbackreq(struct async_reqs *);460 extern struct async_reqs *sw_getfree();461 extern void sw_putfree(struct async_reqs *);489 struct async_reqs *arg; in swap_putpage()617 struct async_reqs *arg; in swap_putapage()
501 static struct async_reqs *push_req;502 static struct async_reqs *req_freelist; /* available req structs */503 static struct async_reqs *push_list; /* pending reqs */654 struct async_reqs *arg; in pageout()678 push_req = (struct async_reqs *) in pageout()679 kmem_zalloc(async_list_size * sizeof (struct async_reqs), KM_SLEEP); in pageout()1139 struct async_reqs *arg; in queue_io_request()
229 extern struct async_reqs *spec_async_reqs; /* async request list */
1407 struct async_reqs { struct1408 struct async_reqs *a_next; /* pointer to next arg struct */ argument
1403 struct async_reqs { struct1404 struct async_reqs *a_next; /* pointer to next arg struct */ argument