OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opool
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/kernel/threadpool_tester/
threadpool_tester.c
70
struct threadpool *pool, *
opool
= NULL;
local in function:threadpool_tester_get_unbound
97
opool
= ctx->ctx_unbound[pri_to_idx(val)];
100
if (
opool
!= NULL) {
103
__func__, val,
opool
== pool ? "match" : "NO MATCH"));
104
KASSERT(
opool
== pool);
/src/tests/modules/threadpool_tester/
threadpool_tester.c
70
struct threadpool *pool, *
opool
= NULL;
local in function:threadpool_tester_get_unbound
97
opool
= ctx->ctx_unbound[pri_to_idx(val)];
100
if (
opool
!= NULL) {
103
__func__, val,
opool
== pool ? "match" : "NO MATCH"));
104
KASSERT(
opool
== pool);
Completed in 13 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025