Searched refs:PSCHED_TICKS_PER_SEC (Results 1 - 4 of 4) sorted by path

/linux-master/drivers/net/dsa/ocelot/
H A Dfelix_vsc9959.c2288 .burst = div_u64(burst, PSCHED_TICKS_PER_SEC),
/linux-master/include/net/
H A Dpkt_sched.h58 #define PSCHED_TICKS_PER_SEC PSCHED_NS2TICKS(NSEC_PER_SEC) macro
/linux-master/net/sched/
H A Dsch_hfsc.c418 sm += PSCHED_TICKS_PER_SEC - 1;
419 do_div(sm, PSCHED_TICKS_PER_SEC);
432 ism = ((u64)PSCHED_TICKS_PER_SEC << ISM_SHIFT);
445 dx = ((u64)d * PSCHED_TICKS_PER_SEC);
457 m = (sm * PSCHED_TICKS_PER_SEC) >> SM_SHIFT;
468 do_div(d, PSCHED_TICKS_PER_SEC);
H A Dsch_pie.c336 alpha = ((u64)params->alpha * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4;
337 beta = ((u64)params->beta * (MAX_PROB / PSCHED_TICKS_PER_SEC)) >> 4;
515 (PSCHED_TICKS_PER_SEC) >> PIE_SCALE;

Completed in 232 milliseconds