Searched refs:curcnt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/scsi/elx/efct/
H A Defct_lio.c425 u32 flags = 0, cnt, curcnt; local
440 curcnt = (ocp->seg_map_cnt - ocp->cur_seg);
441 curcnt = (curcnt < io->sgl_allocated) ? curcnt : io->sgl_allocated;
447 for (cnt = 0; cnt < curcnt; cnt++, sg = sg_next(sg)) {
458 return efct_scsi_recv_wr_data(io, flags, sgl, curcnt, length,
470 uint flags = 0, cnt = 0, curcnt = 0; local
496 curcnt = min(ocp->seg_map_cnt - ocp->cur_seg, io->sgl_allocated);
498 while (cnt < curcnt) {
[all...]
/linux-master/kernel/
H A Dsoftirq.c209 int curcnt; local
215 curcnt = __this_cpu_read(softirq_ctrl.cnt);
221 if (curcnt != cnt)

Completed in 117 milliseconds