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

/linux-master/arch/s390/kernel/
H A Dperf_cpum_cf.c539 static void cfdiag_diffctrset(u64 *pstart, u64 *pstop, int counters) argument
541 for (; --counters >= 0; ++pstart, ++pstop)
542 if (*pstop >= *pstart)
543 *pstop -= *pstart;
545 *pstop = *pstart - *pstop + 1;

Completed in 74 milliseconds