ci_psz_read_depth
curcpu()->ci_psz_read_depth++;
if (__predict_false(curcpu()->ci_psz_read_depth-- == 0))
return kpreempt_disabled() && curcpu()->ci_psz_read_depth > 0;
notin = __predict_true(curcpu()->ci_psz_read_depth == 0);