Searched refs:chn_list (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/hv/ |
H A D | hyperv_vmbus.h | 248 struct list_head chn_list; member 415 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in hv_is_alloced_cpu()
|
H A D | channel_mgmt.c | 451 list_for_each_entry_safe(channel, tmp, &vmbus_connection.chn_list, in vmbus_free_channels() 563 * LOAD cpu_online_mask SEARCH chn_list in vmbus_process_offer() 565 * INSERT chn_list STORE cpu_online_mask in vmbus_process_offer() 577 * Serializes the modifications of the chn_list list as well as in vmbus_process_offer() 594 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_process_offer() 606 &vmbus_connection.chn_list); in vmbus_process_offer() 916 list_for_each_entry(iter, &vmbus_connection.chn_list, listentry) { in find_primary_channel_by_offer()
|
H A D | hv.c | 264 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in hv_synic_cleanup()
|
H A D | connection.c | 185 INIT_LIST_HEAD(&vmbus_connection.chn_list); in vmbus_connect()
|
H A D | vmbus_drv.c | 2396 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_bus_suspend() 2428 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_bus_suspend()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | hyperv_vmbus.h | 255 struct list_head chn_list; member 429 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in hv_is_allocated_cpu()
|
H A D | channel_mgmt.c | 483 list_for_each_entry_safe(channel, tmp, &vmbus_connection.chn_list, in vmbus_free_channels() 595 * LOAD cpu_online_mask SEARCH chn_list in vmbus_process_offer() 597 * INSERT chn_list STORE cpu_online_mask in vmbus_process_offer() 609 * Serializes the modifications of the chn_list list as well as in vmbus_process_offer() 614 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_process_offer() 639 &vmbus_connection.chn_list); in vmbus_process_offer() 983 list_for_each_entry(iter, &vmbus_connection.chn_list, listentry) { in find_primary_channel_by_offer()
|
H A D | connection.c | 206 INIT_LIST_HEAD(&vmbus_connection.chn_list); in vmbus_connect()
|
H A D | hv.c | 470 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in hv_synic_cleanup()
|
H A D | vmbus_drv.c | 2385 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_bus_suspend() 2417 list_for_each_entry(channel, &vmbus_connection.chn_list, listentry) { in vmbus_bus_suspend()
|
Completed in 16 milliseconds