Searched refs:cur_node (Results 1 - 2 of 2) sorted by relevance

/drivers/scsi/aic7xxx/aicasm/
H A Daicasm.c354 symbol_node_t *cur_node; local
397 for (cur_node = SLIST_FIRST(&patch_functions);
398 cur_node != NULL;
399 cur_node = SLIST_NEXT(cur_node,links)) {
410 cur_node->symbol->info.condinfo->func_num,
412 cur_node->symbol->info.condinfo->func_num,
414 cur_node->symbol->name);
/drivers/net/ethernet/intel/igb/
H A Digb_main.c712 int cur_node = next_online_node(adapter->node); local
713 if (cur_node == MAX_NUMNODES)
714 cur_node = first_online_node;
715 adapter->node = cur_node;
738 int cur_node = next_online_node(adapter->node); local
739 if (cur_node == MAX_NUMNODES)
740 cur_node = first_online_node;
741 adapter->node = cur_node;
1142 int cur_node = next_online_node(adapter->node); local
1143 if (cur_node
[all...]

Completed in 50 milliseconds