Searched refs:proc_vertex (Results 1 – 2 of 2) sorted by relevance
442 struct proc_vertex { struct448 struct proc_vertex *p_stack; /* used for stack alg. */ argument454 typedef struct proc_vertex proc_vertex_t; argument459 struct proc_vertex *to_proc; /* process this points to */468 struct proc_vertex **proc; /* list of proc_vertexes */
2973 pv = kmem_zalloc(sizeof (struct proc_vertex), KM_SLEEP); in flk_get_proc_vertex()