Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/
Dsr.c294 int this_count = scsi_bufflen(SCpnt); in sr_done() local
295 int good_bytes = (result == 0 ? this_count : 0); in sr_done()
329 if (good_bytes < 0 || good_bytes >= this_count) in sr_done()
345 good_bytes = this_count; in sr_done()
358 int block = 0, this_count, s_size; in sr_init_command() local
433 this_count = (scsi_bufflen(SCpnt) >> 9) / (s_size >> 9); in sr_init_command()
440 this_count, blk_rq_sectors(rq))); in sr_init_command()
445 if (this_count > 0xffff) { in sr_init_command()
446 this_count = 0xffff; in sr_init_command()
447 SCpnt->sdb.length = this_count * s_size; in sr_init_command()
[all …]
/linux-5.19.10/drivers/irqchip/
Dirq-gic-v3-its.c1559 int this_count = its_read_lpi_count(d, tmp); in cpumask_pick_least_loaded() local
1560 if (this_count < count) { in cpumask_pick_least_loaded()
1562 count = this_count; in cpumask_pick_least_loaded()