HomeSort by: relevance | last modified time | path
    Searched defs:opcpu (Results 1 - 4 of 4) 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);
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);

Completed in 23 milliseconds