Searched refs:sc_list (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/drivers/hv/ |
D | channel_mgmt.c | 150 INIT_LIST_HEAD(&channel->sc_list); in alloc_channel() 212 list_del(&channel->sc_list); in hv_process_channel_removal() 281 list_add_tail(&newchannel->sc_list, &channel->sc_list); in vmbus_process_offer() 892 if (list_empty(&primary->sc_list)) in vmbus_get_outgoing_channel() 904 list_for_each_safe(cur, tmp, &primary->sc_list) { in vmbus_get_outgoing_channel() 905 cur_channel = list_entry(cur, struct vmbus_channel, sc_list); in vmbus_get_outgoing_channel() 930 list_for_each_safe(cur, tmp, &primary_channel->sc_list) { in invoke_sc_cb() 931 cur_channel = list_entry(cur, struct vmbus_channel, sc_list); in invoke_sc_cb() 948 ret = !list_empty(&primary->sc_list); in vmbus_are_subchannels_present()
|
D | connection.c | 294 } else if (!list_empty(&channel->sc_list)) { in relid2channel() 298 list_for_each_safe(cur, tmp, &channel->sc_list) { in relid2channel() 300 sc_list); in relid2channel()
|
D | channel.c | 580 list_for_each_safe(cur, tmp, &channel->sc_list) { in vmbus_close() 581 cur_channel = list_entry(cur, struct vmbus_channel, sc_list); in vmbus_close()
|
D | vmbus_drv.c | 462 list_for_each(cur, &channel->sc_list) { in channel_vp_mapping_show() 466 cur_sc = list_entry(cur, struct vmbus_channel, sc_list); in channel_vp_mapping_show()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | sec_config.c | 421 struct list_head sc_list; member 487 list_del(&conf->sc_list); in sptlrpc_conf_free() 522 list_for_each_entry(conf, &sptlrpc_confs, sc_list) { in sptlrpc_conf_get() 537 list_add(&conf->sc_list, &sptlrpc_confs); in sptlrpc_conf_get() 844 list_for_each_entry_safe(conf, conf_next, &sptlrpc_confs, sc_list) { in sptlrpc_conf_fini()
|
/linux-4.4.14/include/linux/ |
D | hyperv.h | 741 struct list_head sc_list; member
|
/linux-4.4.14/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()
|