XINU
|
バッファプールテーブルエントリ More...
#include <bufpool.h>
Data Fields | |
struct bpentry * | bpnext |
次のフリーバッファへのポインタ More... | |
sid32 | bpsem |
バッファプールで現在使用可能なバッファをカウントするセマフォ More... | |
uint32 | bpsize |
本バッファプール内のバッファサイズ More... | |
struct bpentry* bpentry::bpnext |
次のフリーバッファへのポインタ
Definition at line 30 of file bufpool.h.
Referenced by freebuf(), getbuf(), and mkbufpool().
sid32 bpentry::bpsem |
バッファプールで現在使用可能なバッファをカウントするセマフォ
Definition at line 32 of file bufpool.h.
Referenced by freebuf(), getbuf(), and mkbufpool().
uint32 bpentry::bpsize |