Searched refs:curcnt (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/scsi/elx/efct/ |
D | efct_lio.c | 425 u32 flags = 0, cnt, curcnt; in efct_lio_write_pending() local 440 curcnt = (ocp->seg_map_cnt - ocp->cur_seg); in efct_lio_write_pending() 441 curcnt = (curcnt < io->sgl_allocated) ? curcnt : io->sgl_allocated; in efct_lio_write_pending() 447 for (cnt = 0; cnt < curcnt; cnt++, sg = sg_next(sg)) { in efct_lio_write_pending() 458 return efct_scsi_recv_wr_data(io, flags, sgl, curcnt, length, in efct_lio_write_pending() 470 uint flags = 0, cnt = 0, curcnt = 0; in efct_lio_queue_data_in() local 496 curcnt = min(ocp->seg_map_cnt - ocp->cur_seg, io->sgl_allocated); in efct_lio_queue_data_in() 498 while (cnt < curcnt) { in efct_lio_queue_data_in() 526 return efct_scsi_send_rd_data(io, flags, sgl, curcnt, length, in efct_lio_queue_data_in()
|
/linux-6.6.21/kernel/ |
D | softirq.c | 208 int curcnt; in __local_bh_enable_ip() local 214 curcnt = __this_cpu_read(softirq_ctrl.cnt); in __local_bh_enable_ip() 220 if (curcnt != cnt) in __local_bh_enable_ip()
|