Home
last modified time | relevance | path

Searched refs:nr_reads (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_schedule.c61 unsigned nr_reads; member
888 for (unsigned t = 0; t < reg->nr_reads; ++t) in bi_tuple_is_new_src()
1128 unsigned total_srcs = tuple->reg.nr_reads + unique_new_srcs; in bi_instr_schedulable()
1222 tuple->reg.reads[tuple->reg.nr_reads++] = instr->src[s]; in bi_pop_instr()
1809 nr_prev_reads = tuple_state.reg.nr_reads; in bi_schedule_clause()
/kernel/linux/linux-5.10/block/
H A Dblk-throttle.c1191 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
1202 nr_reads++; in throtl_dispatch_tg()
1204 if (nr_reads >= max_nr_reads) in throtl_dispatch_tg()
1218 return nr_reads + nr_writes; in throtl_dispatch_tg()
/kernel/linux/linux-6.6/block/
H A Dblk-throttle.c1091 unsigned int nr_reads = 0, nr_writes = 0; in throtl_dispatch_tg() local
1102 nr_reads++; in throtl_dispatch_tg()
1104 if (nr_reads >= max_nr_reads) in throtl_dispatch_tg()
1118 return nr_reads + nr_writes; in throtl_dispatch_tg()
/kernel/linux/linux-5.10/fs/
H A Dbuffer.c2592 int nr_reads = 0; in nobh_write_begin() local
2671 nr_reads++; in nobh_write_begin()
2675 if (nr_reads) { in nobh_write_begin()

Completed in 19 milliseconds