Home
last modified time | relevance | path

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

/xen/xen/include/public/
A Devent_channel.h355 #define EVTCHN_FIFO_PRIORITY_MIN 15 macro
357 #define EVTCHN_FIFO_MAX_QUEUES (EVTCHN_FIFO_PRIORITY_MIN + 1)
/xen/xen/common/
A Devent_fifo.c362 if ( priority > EVTCHN_FIFO_PRIORITY_MIN ) in evtchn_fifo_set_priority()
456 for ( i = 0; i <= EVTCHN_FIFO_PRIORITY_MIN; i++ ) in setup_control_block()
480 for ( i = 0; i <= EVTCHN_FIFO_PRIORITY_MIN; i++ ) in map_control_block()

Completed in 5 milliseconds