Home
last modified time | relevance | path

Searched refs:sb_aiotask (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h116 struct task sb_aiotask; /* AIO task */ member
/f-stack/freebsd/sys/
H A Dsockbuf.h116 struct task sb_aiotask; /* AIO task */ member
/f-stack/freebsd/kern/
H A Dsys_socket.c770 soaio_enqueue(&sb->sb_aiotask); in sowakeup_aio()
H A Duipc_socket.c429 TASK_INIT(&so->so_snd.sb_aiotask, 0, soaio_snd, so); in soalloc()
430 TASK_INIT(&so->so_rcv.sb_aiotask, 0, soaio_rcv, so); in soalloc()