Home
last modified time | relevance | path

Searched refs:async_reqs (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/uts/common/fs/swapfs/
H A Dswap_subr.c70 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()
H A Dswap_vnops.c457 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()
/titanic_44/usr/src/uts/common/os/
H A Dvm_pageout.c501 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()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dsnode.h229 extern struct async_reqs *spec_async_reqs; /* async request list */
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1407 struct async_reqs { struct
1408 struct async_reqs *a_next; /* pointer to next arg struct */ argument
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1403 struct async_reqs { struct
1404 struct async_reqs *a_next; /* pointer to next arg struct */ argument