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

  /src/sys/kern/
subr_psref.c 85 static bool _psref_held(const struct psref_target *, struct psref_class *,
478 if (_psref_held(P->target, P->class, true))
546 _psref_held(const struct psref_target *target, struct psref_class *class, function in typeref:typename:bool
610 return _psref_held(target, class, false);
subr_psref.c 85 static bool _psref_held(const struct psref_target *, struct psref_class *,
478 if (_psref_held(P->target, P->class, true))
546 _psref_held(const struct psref_target *target, struct psref_class *class, function in typeref:typename:bool
610 return _psref_held(target, class, false);

Completed in 21 milliseconds