Lines Matching refs:next
36 struct registered_plugin_options *next; member
41 struct trace_plugin_options *next; member
48 struct plugin_list *next; member
119 for (reg = registered_options; reg; reg = reg->next) { in traceevent_plugin_list_options()
187 for (op = trace_plugin_options; op; op = op->next) { in update_option()
202 for (op = trace_plugin_options; op; op = op->next) { in update_option()
232 reg->next = registered_options; in traceevent_plugin_add_options()
252 for (last = ®istered_options; *last; last = &(*last)->next) { in traceevent_plugin_remove_options()
255 *last = reg->next; in traceevent_plugin_remove_options()
279 list = list->next; in traceevent_print_plugins()
328 list->next = *plugin_list; in load_plugin()
456 plugin_list = list->next; in traceevent_unload_plugins()