Searched refs:v_next (Results 1 – 7 of 7) sorted by relevance
98 v->v_next = next; in nv_var_alloc()152 w = v->v_next; in mdb_nv_destroy()166 for (v = nv->nv_hash[i]; v != NULL; v = v->v_next) { in mdb_nv_lookup()186 pvp = &vp->v_next; in nv_var_interpos()190 w->v_next = v->v_next; in nv_var_interpos()192 v->v_next = NULL; in nv_var_interpos()230 for (v = nv->nv_hash[i]; v != NULL; v = v->v_next) { in mdb_nv_insert()319 if (v->v_next == corpse) in mdb_nv_remove()322 } while ((v = v->v_next) != NULL); in mdb_nv_remove()327 pvp = &v->v_next; in mdb_nv_remove()[all …]
96 struct mdb_var *v_next; /* Link to next var in hash chain */ member
38 struct inj_var *v_next; member60 v->v_next = next; in inj_var_alloc()84 w = v->v_next; in inj_hash_destroy()98 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_insert()117 for (v = h->h_hash[i]; v != NULL; v = v->v_next) { in inj_hash_lookup()
11 struct variable *v_next; member27 for (v = vtop; v != NULL; v = v->v_next)172 v->v_next = vtop;
621 vecp->v_next = NULL; in apix_obsolete_vector()625 while (tp->v_next != NULL) in apix_obsolete_vector()626 tp = tp->v_next; in apix_obsolete_vector()627 tp->v_next = vecp; in apix_obsolete_vector()635 apixp->x_obsoletes = vecp->v_next; in apix_obsolete_vector()636 vecp->v_next = NULL; in apix_obsolete_vector()
790 Word v_aux, v_next, va_next; in verdefneed_size() local824 for (; num_main-- > 0; offset += v_next) { in verdefneed_size()830 if ((*read_main)(fstate, offset, &v_cnt, &v_aux, &v_next) == 0) in verdefneed_size()
118 struct apix_vector *v_next; /* next on per-cpu obosoletes chain */ member