FreeBSD kernel kern code
sendfile_sync Struct Reference

Data Fields

struct mtx mtx
 
struct cv cv
 
unsigned count
 
bool waiting
 

Detailed Description

Definition at line 105 of file kern_sendfile.c.

Field Documentation

◆ count

unsigned sendfile_sync::count

Definition at line 108 of file kern_sendfile.c.

Referenced by sendfile_sync_destroy(), sendfile_sync_signal(), and vn_sendfile().

◆ cv

struct cv sendfile_sync::cv

Definition at line 107 of file kern_sendfile.c.

Referenced by sendfile_sync_destroy(), sendfile_sync_signal(), and vn_sendfile().

◆ mtx

struct mtx sendfile_sync::mtx

Definition at line 106 of file kern_sendfile.c.

Referenced by sendfile_sync_destroy(), sendfile_sync_signal(), and vn_sendfile().

◆ waiting

bool sendfile_sync::waiting

Definition at line 109 of file kern_sendfile.c.

Referenced by sendfile_sync_signal(), and vn_sendfile().


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