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

  /src/sys/sys/
psref.h 47 struct psref_target;
50 * struct psref_target
61 struct psref_target { struct
72 * psref_target. The contents of struct psref may be read and
78 const struct psref_target *psref_target; member in struct:psref
90 void psref_target_init(struct psref_target *, struct psref_class *);
91 void psref_target_destroy(struct psref_target *, struct psref_class *);
93 void psref_acquire(struct psref *, const struct psref_target *,
95 void psref_release(struct psref *, const struct psref_target *,
    [all...]
  /src/sys/kern/
subr_psref.c 85 static bool _psref_held(const struct psref_target *, struct psref_class *,
221 psref_target_init(struct psref_target *target,
244 const struct psref_target *target)
257 const struct psref_target *target)
284 psref_acquire(struct psref *psref, const struct psref_target *target,
312 psref->psref_target = target;
338 psref_release(struct psref *psref, const struct psref_target *target,
354 KASSERTMSG((psref->psref_target == target),
356 psref->psref_target, target);
427 KASSERTMSG((pfrom->psref_target->prt_class == class)
    [all...]
  /src/sys/net/
if_gif.h 66 struct psref_target gv_psref;
bpfdesc.h 188 struct psref_target bif_psref;
if_l2tp.h 91 struct psref_target lv_psref;
if_ipsec.h 86 struct psref_target iv_psref;
if_bridgevar.h 272 struct psref_target bif_psref;
if_vlan.c 148 struct psref_target ifvm_psref;
410 struct psref_target *nmib_psref = NULL;
583 struct psref_target *nmib_psref = NULL;
pfil.c 60 struct psref_target psref;
route.h 128 struct psref_target rt_psref;
if.h 427 struct psref_target
774 struct psref_target ifa_psref;
if_wg.c 542 struct psref_target
589 struct psref_target wgsa_psref;
632 struct psref_target wgp_psref;
  /src/sys/netinet/
ip_encap.h 97 struct psref_target psref;
  /src/sys/dev/audio/
audiovar.h 230 struct psref_target sc_psref;
  /src/sys/net/lagg/
if_laggproto.h 66 struct psref_target lp_psref;
130 struct psref_target lv_psref;

Completed in 46 milliseconds