Searched refs:mtx_pool (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_mtxpool.c61 static MALLOC_DEFINE(M_MTXPOOL, "mtx_pool", "mutex pool");
75 struct mtx_pool { struct
85 struct mtx_pool __read_frequently *mtxpool_sleep;
102 mtx_pool_find(struct mtx_pool *pool, void *ptr)
117 mtx_pool_initialize(struct mtx_pool *pool, const char *mtx_name, int pool_size,
132 struct mtx_pool *
135 struct mtx_pool *pool;
142 pool = malloc(sizeof (struct mtx_pool) +
150 mtx_pool_destroy(struct mtx_pool **poolp)
153 struct mtx_pool *poo
[all...]
H A Dsys_generic.c163 static struct mtx_pool *mtxpool_select;
/freebsd-12-stable/sys/sys/
H A Dmutex.h389 struct mtx_pool;
391 struct mtx_pool *mtx_pool_create(const char *mtx_name, int pool_size, int opts);
392 void mtx_pool_destroy(struct mtx_pool **poolp);
393 struct mtx *mtx_pool_find(struct mtx_pool *pool, void *ptr);
394 struct mtx *mtx_pool_alloc(struct mtx_pool *pool);
407 extern struct mtx_pool *mtxpool_sleep;
/freebsd-12-stable/share/man/man9/
H A DMakefile211 mtx_pool.9 \
1428 MLINKS+=mtx_pool.9 mtx_pool_alloc.9 \
1429 mtx_pool.9 mtx_pool_create.9 \
1430 mtx_pool.9 mtx_pool_destroy.9 \
1431 mtx_pool.9 mtx_pool_find.9 \
1432 mtx_pool.9 mtx_pool_lock.9 \
1433 mtx_pool.9 mtx_pool_lock_spin.9 \
1434 mtx_pool.9 mtx_pool_unlock.9 \
1435 mtx_pool.9 mtx_pool_unlock_spin.9
/freebsd-12-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c106 struct mtx_pool *pmc_mtxpool;

Completed in 193 milliseconds