Home
last modified time | relevance | path

Searched refs:g_indexbuf (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/kern/
H A Dkern_lockf.c272 int *g_indexbuf; /* (g) workspace for loop detection */ member
2322 indices = g->g_indexbuf; in graph_add_edge()
2418 free(g->g_indexbuf, M_LOCKF); in graph_alloc_vertex()
2419 g->g_indexbuf = malloc(2 * g->g_space * sizeof(int), in graph_alloc_vertex()
2468 g->g_indexbuf = malloc(g->g_space * sizeof(int), M_LOCKF, M_WAITOK); in graph_init()