Home
last modified time | relevance | path

Searched refs:xcnt (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/testing/selftests/kvm/aarch64/
Darch_timer.c76 uint64_t xcnt; member
94 shared_data->xcnt = timer_get_cntct(VIRTUAL); in guest_configure_timer_action()
99 shared_data->xcnt = timer_get_cntct(VIRTUAL); in guest_configure_timer_action()
104 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()
109 shared_data->xcnt = timer_get_cntct(PHYSICAL); in guest_configure_timer_action()
121 uint64_t xcnt = 0, xcnt_diff_us, cval = 0; in guest_validate_irq() local
129 xcnt = timer_get_cntct(VIRTUAL); in guest_validate_irq()
136 xcnt = timer_get_cntct(PHYSICAL); in guest_validate_irq()
143 xcnt_diff_us = cycles_to_usec(xcnt - shared_data->xcnt); in guest_validate_irq()
149 GUEST_ASSERT_3(xcnt >= cval, xcnt, cval, xcnt_diff_us); in guest_validate_irq()
/linux-6.1.9/drivers/scsi/
Dinitio.c1510 long cnt, xcnt; /* cannot use unsigned !! code: if (xcnt < 0) */ in initio_state_5() local
1559 xcnt = (long) scb->buflen - cnt; /* xcnt== bytes already xferred */ in initio_state_5()
1567 xcnt -= (long) sgp->len; in initio_state_5()
1568 if (xcnt < 0) { /* this sgp xfer half done */ in initio_state_5()
1569 xcnt += (long) sgp->len; /* xcnt == bytes xferred in this sgp */ in initio_state_5()
1570 sgp->data += (u32) xcnt; /* new ptr to be xfer */ in initio_state_5()
1571 sgp->len -= (u32) xcnt; /* new len to be xfer */ in initio_state_5()
1584 scb->bufptr += (u32) xcnt; in initio_state_5()
/linux-6.1.9/drivers/staging/rtl8712/
Drtl8712_xmit.c604 int res = _SUCCESS, xcnt = 0; in r8712_xmitframe_complete() local
676 xcnt++; in r8712_xmitframe_complete()
/linux-6.1.9/drivers/gpu/drm/nouveau/nvkm/engine/ce/fuc/
Dcom.fuc416 // Calculates the hw swizzle mask and adjusts the surface's xcnt to match
473 // SRC_XCNT = (xcnt * src_cpp), or 0 if no src ref in swz (hw will hang)
787 // fill in cpp/xcnt for both surfaces as if (cpp == 1)