Searched refs:rtsc (Results 1 - 2 of 2) sorted by last modified time

/linux-master/net/sched/
H A Dsch_hfsc.c488 rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) argument
490 rtsc->x = x;
491 rtsc->y = y;
492 rtsc->sm1 = isc->sm1;
493 rtsc->ism1 = isc->ism1;
494 rtsc->dx = isc->dx;
495 rtsc->dy = isc->dy;
496 rtsc->sm2 = isc->sm2;
497 rtsc->ism2 = isc->ism2;
505 rtsc_y2x(struct runtime_sc *rtsc, u6 argument
526 rtsc_x2y(struct runtime_sc *rtsc, u64 x) argument
547 rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y) argument
[all...]
/linux-master/include/soc/arc/
H A Dtimers.h29 unsigned int pad2:15, rtsc:1, pad1:5, rtc:1, t1:1, t0:1, ver:8; member in struct:bcr_timer
31 unsigned int ver:8, t0:1, t1:1, rtc:1, pad1:5, rtsc:1, pad2:15;

Completed in 313 milliseconds