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

/linux-master/include/uapi/linux/
H A Dacct.h27 * comp2_t is 24-bit with 5-bit base 2 exponent and 20 bit fraction
33 typedef __u32 comp2_t; typedef
/linux-master/kernel/
H A Dacct.c365 * encode an u64 into a comp2_t (24 bits)
378 static comp2_t encode_comp2_t(u64 value)
464 comp2_t etime = encode_comp2_t(elapsed);

Completed in 460 milliseconds