Home
last modified time | relevance | path

Searched refs:HV_EVENT_FLAGS_COUNT (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/hv/
H A Dhyperv_vmbus.h208 max(MAX_NUM_CHANNELS_SUPPORTED, HV_EVENT_FLAGS_COUNT)
H A Dhv.c412 for_each_set_bit(relid, recv_int_page, HV_EVENT_FLAGS_COUNT) { in hv_synic_event_pending()
H A Dvmbus_drv.c1210 maxbits = HV_EVENT_FLAGS_COUNT; in vmbus_chan_sched()
/linux-6.15/include/hyperv/
H A Dhvhdk.h479 #define HV_EVENT_FLAGS_COUNT (256 * 8) macro