Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dsr.c297 int this_count = scsi_bufflen(SCpnt); in sr_done() local
298 int good_bytes = (result == 0 ? this_count : 0); in sr_done()
332 if (good_bytes < 0 || good_bytes >= this_count) in sr_done()
348 good_bytes = this_count; in sr_done()
361 int block = 0, this_count, s_size; in sr_init_command() local
443 this_count, blk_rq_sectors(rq))); in sr_init_command()
448 if (this_count > 0xffff) { in sr_init_command()
449 this_count = 0xffff; in sr_init_command()
450 SCpnt->sdb.length = this_count * s_size; in sr_init_command()
455 put_unaligned_be16(this_count, &SCpnt->cmnd[7]); in sr_init_command()
[all …]
/openbmc/linux/drivers/irqchip/
H A Dirq-gic-v3-its.c1587 int this_count = its_read_lpi_count(d, tmp); in cpumask_pick_least_loaded() local
1588 if (this_count < count) { in cpumask_pick_least_loaded()
1590 count = this_count; in cpumask_pick_least_loaded()