Searched refs:XX_INTR_FLAG_PREALLOCATED (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/contrib/ncsw/user/env/
H A Dxx.c96 #define XX_INTR_FLAG_PREALLOCATED (1 << 0) macro
384 XX_IntrInfo[inum].flags = XX_INTR_FLAG_PREALLOCATED;
399 if ((XX_IntrInfo[inum].flags & XX_INTR_FLAG_PREALLOCATED) == 0)
419 if (XX_IntrInfo[irq].flags & XX_INTR_FLAG_PREALLOCATED) {
466 if (XX_IntrInfo[irq].flags & XX_INTR_FLAG_PREALLOCATED) {

Completed in 64 milliseconds