OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pool_allocator_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
subr_pool.c
270
static kmutex_t
pool_allocator_lock
;
variable
703
mutex_init(&
pool_allocator_lock
, MUTEX_DEFAULT, IPL_NONE);
850
mutex_enter(&
pool_allocator_lock
);
862
mutex_exit(&
pool_allocator_lock
);
1045
mutex_enter(&
pool_allocator_lock
);
1048
mutex_exit(&
pool_allocator_lock
);
subr_pool.c
270
static kmutex_t
pool_allocator_lock
;
variable
703
mutex_init(&
pool_allocator_lock
, MUTEX_DEFAULT, IPL_NONE);
850
mutex_enter(&
pool_allocator_lock
);
862
mutex_exit(&
pool_allocator_lock
);
1045
mutex_enter(&
pool_allocator_lock
);
1048
mutex_exit(&
pool_allocator_lock
);
Completed in 34 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026