Home
last modified time | relevance | path

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

/linux/drivers/hv/
H A Dhyperv_vmbus.h255 struct list_head chn_list; member
428 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in hv_is_allocated_cpu()
H A Dchannel_mgmt.c492 list_for_each_entry_safe(channel, tmp, &vmbus_connection.chn_list,
604 * LOAD cpu_online_mask SEARCH chn_list in vmbus_process_offer()
606 * INSERT chn_list STORE cpu_online_mask in vmbus_process_offer()
618 * Serializes the modifications of the chn_list list as well as in vmbus_process_offer()
623 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_process_offer()
648 &vmbus_connection.chn_list); in vmbus_process_offer()
992 list_for_each_entry(iter, &vmbus_connection.chn_list, listentry) { in find_primary_channel_by_offer()
H A Dconnection.c206 INIT_LIST_HEAD(&vmbus_connection.chn_list); in vmbus_connect()
H A Dhv.c465 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in hv_synic_cleanup()
H A Dvmbus_drv.c2405 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_bus_suspend()
2437 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_bus_suspend()