MCPcopy Create free account
hub / github.com/F-Stack/f-stack / soaio_ready

Function soaio_ready

freebsd/kern/sys_socket.c:596–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594SYSINIT(soaio, SI_SUB_VFS, SI_ORDER_ANY, soaio_init, NULL);
595
596static __inline int
597soaio_ready(struct socket *so, struct sockbuf *sb)
598{
599 return (sb == &so->so_rcv ? soreadable(so) : sowriteable(so));
600}
601
602static void
603soaio_process_job(struct socket *so, struct sockbuf *sb, struct kaiocb *job)

Callers 3

soaio_process_jobFunction · 0.85
soaio_process_sbFunction · 0.85
soo_aio_queueFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected