Home | History | Annotate | Download | only in Modules

Lines Matching defs:IOINFO_L2E

562 #define IOINFO_L2E 5
563 #define IOINFO_ARRAY_ELTS (1 << IOINFO_L2E)
573 const int i1 = fd >> IOINFO_L2E;
574 const int i2 = fd & ((1 << IOINFO_L2E) - 1);