FreeBSD kernel kern code
sendfile_sync Struct Reference

Data Fields

struct mtx mtx
 
struct cv cv
 
unsigned count
 

Detailed Description

Definition at line 1758 of file uipc_syscalls.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: