Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/xen/x86/
Dx86_xpmap.c135 #define XPQUEUE_SIZE 2048 macro
136 static mmu_update_t xpq_queue_array[MAXCPUS][XPQUEUE_SIZE];
227 if (__predict_false(++curcpu()->ci_xpq_idx == XPQUEUE_SIZE)) in xpq_increment_idx()