Home
last modified time | relevance | path

Searched refs:sc_list (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/drivers/hv/
Dchannel_mgmt.c150 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()
Dconnection.c294 } 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()
Dchannel.c580 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()
Dvmbus_drv.c462 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/
Dsec_config.c421 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/
Dhyperv.h741 struct list_head sc_list; member
/linux-4.4.14/drivers/scsi/
Dgdth.h414 u32 sc_list[MAXID]; /* minor device numbers */ member
Dgdth.c1777 ha->raw[bus_no].id_list[j] = drl->sc_list[j]; in gdth_search_drives()