OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opcpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/kernel/threadpool_tester/
threadpool_tester.c
195
struct threadpool_percpu *pcpu, *
opcpu
= NULL;
local in function:threadpool_tester_get_percpu
222
opcpu
= ctx->ctx_percpu[pri_to_idx(val)];
225
if (
opcpu
!= NULL) {
228
__func__, val,
opcpu
== pcpu ? "match" : "NO MATCH"));
229
KASSERT(
opcpu
== pcpu);
/src/tests/modules/threadpool_tester/
threadpool_tester.c
195
struct threadpool_percpu *pcpu, *
opcpu
= NULL;
local in function:threadpool_tester_get_percpu
222
opcpu
= ctx->ctx_percpu[pri_to_idx(val)];
225
if (
opcpu
!= NULL) {
228
__func__, val,
opcpu
== pcpu ? "match" : "NO MATCH"));
229
KASSERT(
opcpu
== pcpu);
Completed in 12 milliseconds
Indexes created Tue Oct 14 08:09:56 GMT 2025