Home
last modified time | relevance | path

Searched refs:EVTCHN_FIFO_NR_CHANNELS (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/xen/events/
Devents_fifo.c58 #define MAX_EVENT_ARRAY_PAGES (EVTCHN_FIFO_NR_CHANNELS / EVENT_WORDS_PER_PAGE)
94 return EVTCHN_FIFO_NR_CHANNELS; in evtchn_fifo_max_channels()
/linux-6.6.21/include/xen/interface/
Devent_channel.h271 #define EVTCHN_FIFO_NR_CHANNELS (1 << EVTCHN_FIFO_LINK_BITS) macro