Searched defs:round_up (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/tools/perf/util/include/linux/
H A Dkernel.h104 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
H A Dldlm_pool.c144 static inline __u64 dru(__u64 val, __u32 shift, int round_up) dru() argument
245 int round_up; ldlm_pool_recalc_slv() local
/linux-4.1.27/include/linux/
H A Dkernel.h63 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux-4.1.27/drivers/atm/
H A Dambassador.h658 round_up, enumerator in enum:__anon3403
H A Dhorizon.h502 round_up, enumerator in enum:__anon3409

Completed in 242 milliseconds