FreeBSD kernel kern code
owner_graph Struct Reference
Collaboration diagram for owner_graph:

Data Fields

struct owner_vertex ** g_vertices
 
int g_size
 
int g_space
 
int * g_indexbuf
 
uint32_t g_gen
 

Detailed Description

Definition at line 260 of file kern_lockf.c.

Field Documentation

uint32_t owner_graph::g_gen
int* owner_graph::g_indexbuf

Definition at line 264 of file kern_lockf.c.

Referenced by graph_add_edge(), graph_alloc_vertex(), and graph_init().

int owner_graph::g_size

Definition at line 262 of file kern_lockf.c.

Referenced by graph_add_edge(), graph_alloc_vertex(), graph_free_vertex(), and graph_init().

int owner_graph::g_space

Definition at line 263 of file kern_lockf.c.

Referenced by graph_alloc_vertex(), and graph_init().

struct owner_vertex** owner_graph::g_vertices

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