Symbol: psref_target
sys/dev/audio/audiovar.h
230
struct psref_target sc_psref;
sys/kern/subr_psref.c
221
psref_target_init(struct psref_target *target,
sys/kern/subr_psref.c
244
const struct psref_target *target)
sys/kern/subr_psref.c
257
const struct psref_target *target)
sys/kern/subr_psref.c
284
psref_acquire(struct psref *psref, const struct psref_target *target,
sys/kern/subr_psref.c
312
psref->psref_target = target;
sys/kern/subr_psref.c
338
psref_release(struct psref *psref, const struct psref_target *target,
sys/kern/subr_psref.c
354
KASSERTMSG((psref->psref_target == target),
sys/kern/subr_psref.c
356
psref->psref_target, target);
sys/kern/subr_psref.c
427
KASSERTMSG((pfrom->psref_target->prt_class == class),
sys/kern/subr_psref.c
429
pfrom->psref_target->prt_class, class);
sys/kern/subr_psref.c
437
pto->psref_target = pfrom->psref_target;
sys/kern/subr_psref.c
457
struct psref_target *target;
sys/kern/subr_psref.c
483
psreffed_p(struct psref_target *target, struct psref_class *class)
sys/kern/subr_psref.c
513
psref_target_destroy(struct psref_target *target, struct psref_class *class)
sys/kern/subr_psref.c
546
_psref_held(const struct psref_target *target, struct psref_class *class,
sys/kern/subr_psref.c
575
if (psref->psref_target != target)
sys/kern/subr_psref.c
607
psref_held(const struct psref_target *target, struct psref_class *class)
sys/kern/subr_psref.c
85
static bool _psref_held(const struct psref_target *, struct psref_class *,
sys/net/bpfdesc.h
188
struct psref_target bif_psref;
sys/net/if.h
432
struct psref_target
sys/net/if.h
779
struct psref_target ifa_psref;
sys/net/if_bridgevar.h
272
struct psref_target bif_psref;
sys/net/if_gif.h
66
struct psref_target gv_psref;
sys/net/if_ipsec.h
86
struct psref_target iv_psref;
sys/net/if_l2tp.h
91
struct psref_target lv_psref;
sys/net/if_vlan.c
148
struct psref_target ifvm_psref;
sys/net/if_vlan.c
410
struct psref_target *nmib_psref = NULL;
sys/net/if_vlan.c
583
struct psref_target *nmib_psref = NULL;
sys/net/if_wg.c
542
struct psref_target
sys/net/if_wg.c
589
struct psref_target wgsa_psref;
sys/net/if_wg.c
632
struct psref_target wgp_psref;
sys/net/lagg/if_laggproto.h
130
struct psref_target lv_psref;
sys/net/lagg/if_laggproto.h
66
struct psref_target lp_psref;
sys/net/pfil.c
60
struct psref_target psref;
sys/net/route.h
128
struct psref_target rt_psref;
sys/netinet/ip_encap.h
97
struct psref_target psref;
sys/sys/psref.h
101
bool psref_held(const struct psref_target *, struct psref_class *);
sys/sys/psref.h
47
struct psref_target;
sys/sys/psref.h
78
const struct psref_target *psref_target;
sys/sys/psref.h
90
void psref_target_init(struct psref_target *, struct psref_class *);
sys/sys/psref.h
91
void psref_target_destroy(struct psref_target *, struct psref_class *);
sys/sys/psref.h
93
void psref_acquire(struct psref *, const struct psref_target *,
sys/sys/psref.h
95
void psref_release(struct psref *, const struct psref_target *,