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 268 of file kern_lockf.c.

Field Documentation

◆ g_gen

uint32_t owner_graph::g_gen

◆ g_indexbuf

int* owner_graph::g_indexbuf

Definition at line 272 of file kern_lockf.c.

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

◆ g_size

int owner_graph::g_size

Definition at line 270 of file kern_lockf.c.

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

◆ g_space

int owner_graph::g_space

Definition at line 271 of file kern_lockf.c.

Referenced by graph_alloc_vertex(), and graph_init().

◆ g_vertices

struct owner_vertex** owner_graph::g_vertices

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