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);
|