Searched refs:sch_next (Results 1 – 4 of 4) sorted by relevance
240 sp->sch_next = NULL; in fmd_scheme_create()300 np = sp->sch_next; in fmd_scheme_hash_destroy()301 sp->sch_next = NULL; in fmd_scheme_hash_destroy()322 np = sp->sch_next; in fmd_scheme_hash_trygc()323 sp->sch_next = NULL; in fmd_scheme_hash_trygc()353 for (sp = shp->sch_hash[h]; sp != NULL; sp = sp->sch_next) { in fmd_scheme_hash_xlookup()387 nsp->sch_next = shp->sch_hash[h]; in fmd_scheme_hash_lookup()
61 struct fmd_scheme *sch_next; /* next scheme on hash bucket chain */ member
65 struct fmd_scheme *sch_next; /* next scheme on list of schemes */ member127 sp->sch_next = sch_list; in fmd_scheme_create()156 for (sp = sch_list; sp != NULL; sp = sp->sch_next) { in fmd_scheme_lookup()
64 struct fmd_scheme *sch_next; /* next scheme on list of schemes */ member123 sp->sch_next = sch_list; in fmd_scheme_create()152 for (sp = sch_list; sp != NULL; sp = sp->sch_next) { in fmd_scheme_lookup()