/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);
|
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);
|
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);
|