|
FreeBSD kernel kern code
|

Data Fields | |
| struct owner_vertex ** | g_vertices |
| int | g_size |
| int | g_space |
| int * | g_indexbuf |
| uint32_t | g_gen |
Definition at line 260 of file kern_lockf.c.
| uint32_t owner_graph::g_gen |
Definition at line 265 of file kern_lockf.c.
Referenced by graph_add_edge(), graph_alloc_vertex(), graph_delta_backward(), graph_delta_forward(), and graph_init().
| 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 |
Definition at line 261 of file kern_lockf.c.
Referenced by graph_add_edge(), graph_alloc_vertex(), graph_assign_indices(), graph_free_vertex(), and graph_init().