Home
last modified time | relevance | path

Searched refs:chn_list (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/hv/
Dconnection.c145 INIT_LIST_HEAD(&vmbus_connection.chn_list); in vmbus_connect()
282 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in relid2channel()
Dchannel_mgmt.c217 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_free_channels()
237 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_process_offer()
249 &vmbus_connection.chn_list); in vmbus_process_offer()
Dhyperv_vmbus.h670 struct list_head chn_list; member