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

  /src/sys/lib/libkern/
entpool.h 1 /* $NetBSD: entpool.h,v 1.1 2020/04/30 03:28:19 riastradh Exp $ */
65 struct entpool { struct
74 void entpool_enter(struct entpool *, const void *, size_t);
75 bool entpool_enter_nostir(struct entpool *, const void *, size_t);
76 void entpool_stir(struct entpool *);
77 void entpool_extract(struct entpool *, void *, size_t);
entpool.h 1 /* $NetBSD: entpool.h,v 1.1 2020/04/30 03:28:19 riastradh Exp $ */
65 struct entpool { struct
74 void entpool_enter(struct entpool *, const void *, size_t);
75 bool entpool_enter_nostir(struct entpool *, const void *, size_t);
76 void entpool_stir(struct entpool *);
77 void entpool_extract(struct entpool *, void *, size_t);
entpool.h 1 /* $NetBSD: entpool.h,v 1.1 2020/04/30 03:28:19 riastradh Exp $ */
65 struct entpool { struct
74 void entpool_enter(struct entpool *, const void *, size_t);
75 bool entpool_enter_nostir(struct entpool *, const void *, size_t);
76 void entpool_stir(struct entpool *);
77 void entpool_extract(struct entpool *, void *, size_t);
entpool.h 1 /* $NetBSD: entpool.h,v 1.1 2020/04/30 03:28:19 riastradh Exp $ */
65 struct entpool { struct
74 void entpool_enter(struct entpool *, const void *, size_t);
75 bool entpool_enter_nostir(struct entpool *, const void *, size_t);
76 void entpool_stir(struct entpool *);
77 void entpool_extract(struct entpool *, void *, size_t);

Completed in 244 milliseconds