HomeSort by: relevance | last modified time | path
    Searched refs:EXF_EARLY (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/kern/
subr_extent.c 137 if (!(ex->ex_flags & EXF_EARLY))
148 if (!(ex->ex_flags & EXF_EARLY))
153 if (!(ex->ex_flags & EXF_EARLY))
158 if (!(ex->ex_flags & EXF_EARLY))
217 if (!(ex->ex_flags & EXF_EARLY)) {
313 ex->ex_flags |= EXF_EARLY;
524 if (!(ex->ex_flags & EXF_EARLY))
563 KASSERT(!(ex->ex_flags & EXF_EARLY));
575 if (!(ex->ex_flags & EXF_EARLY))
596 if (!(ex->ex_flags & EXF_EARLY))
    [all...]
  /src/sys/sys/
extent.h 76 #define EXF_EARLY __BIT(2) /* no need to lock */

Completed in 13 milliseconds