Home
last modified time | relevance | path

Searched refs:sec_init (Results 1 – 5 of 5) sorted by relevance

/src/contrib/jemalloc/include/jemalloc/internal/
H A Dsec.h97 bool sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback,
/src/contrib/jemalloc/src/
H A Dpa.c74 if (sec_init(tsdn, &shard->hpa_sec, shard->base, &shard->hpa_shard.pai, in pa_shard_enable_hpa()
H A Dsec.c24 sec_init(tsdn_t *tsdn, sec_t *sec, base_t *base, pai_t *fallback, in sec_init() function
/src/sys/dev/sec/
H A Dsec.c71 static int sec_init(struct sec_softc *sc);
342 error = sec_init(sc); in sec_attach()
680 sec_init(struct sec_softc *sc) in sec_init() function
/src/lib/libc/stdlib/malloc/jemalloc/include/jemalloc/internal/
H A Dprivate_namespace.h623 #define sec_init JEMALLOC_N(sec_init) macro