Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/include/public/
A Devent_channel.h352 #define EVTCHN_FIFO_PRIORITY_MIN 15 macro
354 #define EVTCHN_FIFO_MAX_QUEUES (EVTCHN_FIFO_PRIORITY_MIN + 1)
/xen-4.10.0-shim-comet/xen/common/
A Devent_fifo.c320 if ( priority > EVTCHN_FIFO_PRIORITY_MIN ) in evtchn_fifo_set_priority()
414 for ( i = 0; i <= EVTCHN_FIFO_PRIORITY_MIN; i++ ) in setup_control_block()
437 for ( i = 0; i <= EVTCHN_FIFO_PRIORITY_MIN; i++ ) in map_control_block()

Completed in 4 milliseconds