Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hv/
Dchannel_mgmt.c147 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()
Dconnection.c286 } 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()
Dchannel.c571 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/
Dsec_config.c459 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/
Dhyperv.h746 struct list_head sc_list; member
/linux-4.1.27/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()