Home
last modified time | relevance | path

Searched refs:TP_LOG (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/tests/kernel/threadpool_tester/
H A Dthreadpool_tester.c44 #define TP_LOG(x) printf x macro
46 #define TP_LOG(x) /* nothing */ macro
88 TP_LOG(("%s: threadpool_get(..., %d) failed -> %d\n", in threadpool_tester_get_unbound()
102 TP_LOG(("%s: found existing unbound pool for pri %d (%s)\n", in threadpool_tester_get_unbound()
108 TP_LOG(("%s: created unbound pool for pri %d\n", in threadpool_tester_get_unbound()
142 TP_LOG(("%s: no unbound pool for pri %d\n", in threadpool_tester_put_unbound()
148 TP_LOG(("%s: released unbound pool for pri %d\n", in threadpool_tester_put_unbound()
177 TP_LOG(("%s: no unbound pool for pri %d\n", in threadpool_tester_run_unbound()
184 TP_LOG(("%s: scheduled job on unbound pool for pri %d\n", in threadpool_tester_run_unbound()
213 TP_LOG(("%s: threadpool_percpu_get(..., %d) failed -> %d\n", in threadpool_tester_get_percpu()
[all …]
/netbsd-src/tests/modules/threadpool_tester/
H A Dthreadpool_tester.c44 #define TP_LOG(x) printf x macro
46 #define TP_LOG(x) /* nothing */ macro
88 TP_LOG(("%s: threadpool_get(..., %d) failed -> %d\n", in threadpool_tester_get_unbound()
102 TP_LOG(("%s: found existing unbound pool for pri %d (%s)\n", in threadpool_tester_get_unbound()
108 TP_LOG(("%s: created unbound pool for pri %d\n", in threadpool_tester_get_unbound()
142 TP_LOG(("%s: no unbound pool for pri %d\n", in threadpool_tester_put_unbound()
148 TP_LOG(("%s: released unbound pool for pri %d\n", in threadpool_tester_put_unbound()
177 TP_LOG(("%s: no unbound pool for pri %d\n", in threadpool_tester_run_unbound()
184 TP_LOG(("%s: scheduled job on unbound pool for pri %d\n", in threadpool_tester_run_unbound()
213 TP_LOG(("%s: threadpool_percpu_get(..., %d) failed -> %d\n", in threadpool_tester_get_percpu()
[all …]