Searched refs:thread_nr (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_fw_trace.c23 u32 thread_nr; local
33 for (thread_nr = 0; thread_nr < ARRAY_SIZE(fw_trace->buffers); thread_nr++) {
35 &tracebuf_ctrl->tracebuf[thread_nr];
36 struct pvr_fw_trace_buffer *trace_buffer = &fw_trace->buffers[thread_nr];
50 u32 thread_nr; local
53 for (thread_nr = 0; thread_nr < ARRAY_SIZE(fw_trace->buffers); thread_nr
114 u32 thread_nr; local
457 u32 thread_nr; local
[all...]
/linux-master/drivers/mailbox/
H A Dmtk-cmdq-mailbox.c89 u32 thread_nr; member in struct:gce_plat
303 for_each_clear_bit(bit, &irq_status, cmdq->pdata->thread_nr) {
340 for (i = 0; i < cmdq->pdata->thread_nr; i++) {
610 cmdq->irq_mask = GENMASK(cmdq->pdata->thread_nr - 1, 0);
640 cmdq->mbox.chans = devm_kcalloc(dev, cmdq->pdata->thread_nr,
645 cmdq->mbox.num_chans = cmdq->pdata->thread_nr;
653 cmdq->thread = devm_kcalloc(dev, cmdq->pdata->thread_nr,
658 for (i = 0; i < cmdq->pdata->thread_nr; i++) {
709 .thread_nr = 24,
716 .thread_nr
[all...]
/linux-master/tools/perf/bench/
H A Dnuma.c62 int thread_nr; member in struct:thread_data
1158 int thread_nr = td->thread_nr; local
1177 set_taskname("thread %d/%d", process_nr, thread_nr);
1186 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1)
1190 if (process_nr == 0 && thread_nr == 0)
1195 process_nr, thread_nr, global_data, process_data, thread_data);
1229 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val);
1242 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val);
1311 process_nr, thread_nr, runtime_ns_ma
[all...]
/linux-master/tools/perf/util/
H A Dsynthetic-events.c1030 int thread_nr; local
1044 thread_nr = sysconf(_SC_NPROCESSORS_ONLN);
1046 thread_nr = nr_threads_synthesize;
1048 if (thread_nr <= 1) {
1055 if (thread_nr > n)
1056 thread_nr = n;
1058 synthesize_threads = calloc(thread_nr, sizeof(pthread_t));
1062 args = calloc(thread_nr, sizeof(*args));
1066 num_per_thread = n / thread_nr;
1067 m = n % thread_nr;
[all...]
/linux-master/arch/powerpc/platforms/powernv/
H A Didle.c229 int thread_nr = cpu_thread_in_core(cpu); local
232 clear_bit(thread_nr, state);
239 int thread_nr = cpu_thread_in_core(cpu); local
242 set_bit(thread_nr, state);
/linux-master/drivers/mtd/nand/raw/
H A Dcadence-nand-controller.c1276 u8 thread_nr = chip_nr; local
1307 status = cadence_nand_cdma_send_and_wait(cdns_ctrl, thread_nr);
1380 u8 thread_nr = cdns_chip->cs[chip->cur_cs]; local
1386 status = cadence_nand_cdma_send_and_wait(cdns_ctrl, thread_nr);
1885 u8 thread_nr = 0; local
1890 status = cadence_nand_wait_on_sdma(cdns_ctrl, &thread_nr, &sdma_size);
1958 u8 thread_nr = 0; local
1963 status = cadence_nand_wait_on_sdma(cdns_ctrl, &thread_nr, &sdma_size);

Completed in 175 milliseconds