Searched refs:local_list (Results 1 – 4 of 4) sorted by relevance
107 struct list_head local_list; member
850 INIT_LIST_HEAD(&mad_agent_priv->local_list); in ib_register_mad_agent()1322 list_add_tail(&local->completion_list, &mad_agent_priv->local_list); in handle_outgoing_dr_smp()2985 while (!list_empty(&mad_agent_priv->local_list)) { in local_completions()2986 local = list_entry(mad_agent_priv->local_list.next, in local_completions()
3095 struct pending *local_list = NULL; in hpread_read_enum_type() local3189 struct pending *local_list = NULL; in hpread_read_function_type() local3299 add_symbol_to_list (sym, &local_list); in hpread_read_function_type()3324 for (syms = local_list, n = 0; syms; syms = syms->next) in hpread_read_function_type()3355 param_symbols = local_list; in hpread_read_function_type()3372 struct pending *local_list = NULL; in hpread_read_doc_function_type() local3479 add_symbol_to_list (sym, &local_list); in hpread_read_doc_function_type()3504 for (syms = local_list, n = 0; syms; syms = syms->next) in hpread_read_doc_function_type()3536 param_symbols = local_list; in hpread_read_doc_function_type()
1123 struct cmd_list_element *local_list = in lookup_cmd() local1146 for (c = local_list; c; c = c->next) in lookup_cmd()