Home
last modified time | relevance | path

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

/NextBSD/sys/kern/
HDkern_lockf.c263 int g_space; /* (g) space allocated for vertices */ member
2411 if (g->g_size == g->g_space) { in graph_alloc_vertex()
2413 2 * g->g_space * sizeof(struct owner_vertex *), in graph_alloc_vertex()
2416 g->g_indexbuf = malloc(2 * g->g_space * sizeof(int), in graph_alloc_vertex()
2418 g->g_space = 2 * g->g_space; in graph_alloc_vertex()
2464 g->g_space = 10; in graph_init()
2465 g->g_indexbuf = malloc(g->g_space * sizeof(int), M_LOCKF, M_WAITOK); in graph_init()