Searched refs:sc_list (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/hv/ |
D | channel_mgmt.c | 147 INIT_LIST_HEAD(&channel->sc_list); in alloc_channel() 207 list_del(&channel->sc_list); in hv_process_channel_removal() 276 list_add_tail(&newchannel->sc_list, &channel->sc_list); in vmbus_process_offer() 793 if (list_empty(&primary->sc_list)) in vmbus_get_outgoing_channel() 805 list_for_each_safe(cur, tmp, &primary->sc_list) { in vmbus_get_outgoing_channel() 806 cur_channel = list_entry(cur, struct vmbus_channel, sc_list); in vmbus_get_outgoing_channel() 831 list_for_each_safe(cur, tmp, &primary_channel->sc_list) { in invoke_sc_cb() 832 cur_channel = list_entry(cur, struct vmbus_channel, sc_list); in invoke_sc_cb() 849 ret = !list_empty(&primary->sc_list); in vmbus_are_subchannels_present()
|
D | connection.c | 286 } else if (!list_empty(&channel->sc_list)) { in relid2channel() 290 list_for_each_safe(cur, tmp, &channel->sc_list) { in relid2channel() 292 sc_list); in relid2channel()
|
D | channel.c | 571 list_for_each_safe(cur, tmp, &channel->sc_list) { in vmbus_close() 572 cur_channel = list_entry(cur, struct vmbus_channel, sc_list); in vmbus_close()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 459 struct list_head sc_list; member 525 list_del(&conf->sc_list); in sptlrpc_conf_free() 560 list_for_each_entry(conf, &sptlrpc_confs, sc_list) { in sptlrpc_conf_get() 575 list_add(&conf->sc_list, &sptlrpc_confs); in sptlrpc_conf_get() 896 list_for_each_entry_safe(conf, conf_next, &sptlrpc_confs, sc_list) { in sptlrpc_conf_fini()
|
/linux-4.1.27/include/linux/ |
D | hyperv.h | 746 struct list_head sc_list; member
|
/linux-4.1.27/drivers/scsi/ |
D | gdth.h | 414 u32 sc_list[MAXID]; /* minor device numbers */ member
|
D | gdth.c | 1777 ha->raw[bus_no].id_list[j] = drl->sc_list[j]; in gdth_search_drives()
|