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

  /src/sys/sys/
localcount.h 1 /* $NetBSD: localcount.h,v 1.5 2017/11/17 09:26:36 ozaki-r Exp $ */
36 #error <sys/localcount.h> is for kernel consumers only.
45 struct localcount { struct
51 void localcount_init(struct localcount *);
52 void localcount_drain(struct localcount *, struct kcondvar *,
54 void localcount_fini(struct localcount *);
55 void localcount_acquire(struct localcount *);
56 void localcount_release(struct localcount *, struct kcondvar *,
60 localcount_debug_refcnt(const struct localcount *);
  /src/sys/netipsec/
keydb.h 39 #include <sys/localcount.h>
72 struct localcount localcount; /* reference count */ member in struct:secashead
99 struct localcount localcount; /* reference count */ member in struct:secasvar
ipsec.h 46 #include <sys/localcount.h>
70 struct localcount localcount; /* reference count */ member in struct:secpolicy

Completed in 12 milliseconds