Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_lockf.c267 int *g_indexbuf; /* (g) workspace for loop detection */ member
2309 indices = g->g_indexbuf; in graph_add_edge()
2405 free(g->g_indexbuf, M_LOCKF); in graph_alloc_vertex()
2406 g->g_indexbuf = malloc(2 * g->g_space * sizeof(int), in graph_alloc_vertex()
2455 g->g_indexbuf = malloc(g->g_space * sizeof(int), M_LOCKF, M_WAITOK); in graph_init()