HomeSort by: relevance | last modified time | path
    Searched defs:EV_QSIZE (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/amiga/dev/
event_var.h 51 /* EV_QSIZE should be a power of two so that `%' is fast */
52 #define EV_QSIZE 256 /* may need tuning; this uses 2k */
  /src/sys/arch/atari/dev/
event_var.h 51 /* EV_QSIZE should be a power of two so that `%' is fast */
52 #define EV_QSIZE 256 /* may need tuning; this uses 2k */
  /src/sys/arch/x68k/dev/
event_var.h 49 /* EV_QSIZE should be a power of two so that `%' is fast */
50 #define EV_QSIZE 256 /* may need tuning; this uses 2k */
  /src/sys/dev/sun/
event_var.h 50 /* EV_QSIZE should be a power of two so that `%' is fast */
51 #define EV_QSIZE 256 /* may need tuning; this uses 2k */

Completed in 13 milliseconds