FreeBSD kernel kern code
|
Data Fields | |
struct mtx | mtx |
struct cv | cv |
unsigned | count |
Definition at line 1758 of file uipc_syscalls.c.
unsigned sendfile_sync::count |
Definition at line 1761 of file uipc_syscalls.c.
Referenced by kern_sendfile(), and sf_buf_mext().
struct cv sendfile_sync::cv |
Definition at line 1760 of file uipc_syscalls.c.
Referenced by kern_sendfile(), and sf_buf_mext().
struct mtx sendfile_sync::mtx |
Definition at line 1759 of file uipc_syscalls.c.
Referenced by kern_sendfile(), and sf_buf_mext().