Searched refs:sp_next (Results 1 – 9 of 9) sorted by relevance
63 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) { in ses_fill_node()99 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) { in ses_node_ctl()156 for (sp = tp->st_plugin_first; sp != NULL; sp = sp->sp_next) { in ses_get_pagedesc()257 for (loc = &tp->st_plugin_first; *loc != NULL; loc = &(*loc)->sp_next) { in ses_plugin_loadone()267 sp->sp_next = *loc; in ses_plugin_loadone()392 tp->st_plugin_first = sp->sp_next; in ses_plugin_unload()
69 struct ses_plugin *sp_next; /* next plugin in list */ member
149 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) { in smp_get_funcdef()244 for (loc = &tp->st_plugin_first; *loc != NULL; loc = &(*loc)->sp_next) { in smp_plugin_loadone()254 pp->sp_next = *loc; in smp_plugin_loadone()419 tp->st_plugin_first = pp->sp_next; in smp_plugin_unload()
62 struct smp_plugin *sp_next; member
581 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) { in smp_action_xalloc()
311 for (sp = _nsc_path_top; sp; sp = sp->sp_next) in nsc_unregister_io()390 for (spp = &_nsc_path_top; *spp; spp = &(*spp)->sp_next) in nsc_register_path()394 sp->sp_next = (*spp); in nsc_register_path()434 for (xsp = _nsc_path_top; xsp; xsp = xsp->sp_next)453 for (spp = &_nsc_path_top; *spp; spp = &(*spp)->sp_next)458 (*spp) = sp->sp_next;1615 for (sp = _nsc_path_top; sp; sp = sp->sp_next) { in _nsc_find_io()1629 for (pp = _nsc_path_top; pp; pp = pp->sp_next) { in _nsc_find_io()
84 struct nsc_path_s *sp_next; /* Link to next path */ member
96 struct lacp_sel_ports *sp_next; member1108 for (cport = sel_ports; cport != NULL; cport = cport->sp_next) { in lacp_misconfig_check()1158 for (cport = sel_ports; cport != NULL; prev = &cport->sp_next, in lacp_sel_ports_del()1159 cport = cport->sp_next) { in lacp_sel_ports_del()1169 *prev = cport->sp_next; in lacp_sel_ports_del()1191 last = &cport->sp_next, cport = cport->sp_next) { in lacp_sel_ports_add()
6978 pmcs_cmd_t *sp, *sp_next; in pmcs_flush_target_queues() local7021 sp_next = STAILQ_NEXT(sp, cmd_next); in pmcs_flush_target_queues()7034 sp = sp_next; in pmcs_flush_target_queues()7057 sp = sp_next; in pmcs_flush_target_queues()