XINU
Data Fields
bpentry Struct Reference

バッファプールテーブルエントリ More...

#include <bufpool.h>

Collaboration diagram for bpentry:
Collaboration graph
[legend]

Data Fields

struct bpentrybpnext
 次のフリーバッファへのポインタ More...
 
sid32 bpsem
 バッファプールで現在使用可能なバッファをカウントするセマフォ More...
 
uint32 bpsize
 本バッファプール内のバッファサイズ More...
 

Detailed Description

バッファプールテーブルエントリ

Definition at line 27 of file bufpool.h.

Field Documentation

◆ bpnext

struct bpentry* bpentry::bpnext

次のフリーバッファへのポインタ

Definition at line 30 of file bufpool.h.

Referenced by freebuf(), getbuf(), and mkbufpool().

◆ bpsem

sid32 bpentry::bpsem

バッファプールで現在使用可能なバッファをカウントするセマフォ

Definition at line 32 of file bufpool.h.

Referenced by freebuf(), getbuf(), and mkbufpool().

◆ bpsize

uint32 bpentry::bpsize

本バッファプール内のバッファサイズ

Definition at line 34 of file bufpool.h.

Referenced by mkbufpool().


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