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 141 if (!(ex->ex_flags & EXF_EARLY))
152 if (!(ex->ex_flags & EXF_EARLY))
157 if (!(ex->ex_flags & EXF_EARLY))
162 if (!(ex->ex_flags & EXF_EARLY))
221 if (!(ex->ex_flags & EXF_EARLY)) {
317 ex->ex_flags |= EXF_EARLY;
528 if (!(ex->ex_flags & EXF_EARLY))
567 KASSERT(!(ex->ex_flags & EXF_EARLY));
579 if (!(ex->ex_flags & EXF_EARLY))
600 if (!(ex->ex_flags & EXF_EARLY))
    [all...]
  /src/sys/sys/
extent.h 76 #define EXF_EARLY __BIT(2) /* no need to lock */

Completed in 73 milliseconds