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

  /src/sys/kern/
subr_pserialize.c 132 curcpu()->ci_psz_read_depth++;
144 if (__predict_false(curcpu()->ci_psz_read_depth-- == 0))
162 return kpreempt_disabled() && curcpu()->ci_psz_read_depth > 0;
181 notin = __predict_true(curcpu()->ci_psz_read_depth == 0);
  /src/sys/sys/
cpu_data.h 213 #define ci_psz_read_depth ci_data.cpu_psz_read_depth macro

Completed in 13 milliseconds