Searched refs:st_plugin_first (Results 1 – 5 of 5) 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()380 if (tp->st_plugin_first == NULL) in ses_plugin_load()391 while ((sp = tp->st_plugin_first) != NULL) { in ses_plugin_unload()392 tp->st_plugin_first = sp->sp_next; in ses_plugin_unload()
85 struct ses_plugin *st_plugin_first; 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()407 if (tp->st_plugin_first == NULL) in smp_plugin_load()418 while ((pp = tp->st_plugin_first) != NULL) { in smp_plugin_unload()419 tp->st_plugin_first = pp->sp_next; in smp_plugin_unload()
102 smp_plugin_t *st_plugin_first; member
581 for (pp = tp->st_plugin_first; pp != NULL; pp = pp->sp_next) { in smp_action_xalloc()