Searched refs:nr_threads (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/futex/ |
H A D | futex_utils.h | 35 * Wait for nr_threads to be sleeping 37 static inline int wait_for_threads(unsigned int nr_threads) in wait_for_threads() argument 68 if (cnt != nr_threads) { in wait_for_threads() 70 nr_threads); in wait_for_threads()
|
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | decode.c | 606 unsigned nr_threads = in pandecode_shader_disassemble() local 617 stats.work_count, nr_threads); in pandecode_shader_disassemble()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_compile.c | 1337 unsigned nr_threads = 1; in agx_print_stats() local 1343 nr_ins, size, max_reg, nr_threads, ctx->loop_count, in agx_print_stats()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bifrost_compile.c | 4177 unsigned nr_threads = full_threads ? 2 : 1; in bi_print_stats() local 4189 size / 16, nr_threads); in bi_print_stats() 4238 unsigned nr_threads = (ctx->info.work_reg_count <= 32) ? 2 : 1; in va_print_stats() local 4248 cycles_v, cycles_t, cycles_ls, size / 16, nr_threads, in va_print_stats()
|
/third_party/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 3364 unsigned nr_threads = in midgard_compile_shader_nir() local 3379 nr_registers, nr_threads, in midgard_compile_shader_nir()
|
Completed in 18 milliseconds