Home
last modified time | relevance | path

Searched defs:round_up (Results 1 – 6 of 6) sorted by relevance

/linux/tools/include/linux/
A Dmath.h11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux/tools/testing/selftests/bpf/progs/
A Dtest_xdp_meta.c8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/linux/include/linux/
A Dmath.h24 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux/drivers/atm/
A Dhorizon.h487 round_up, enumerator
A Dambassador.h643 round_up, enumerator
/linux/drivers/clk/bcm/
A Dclk-bcm2835.c936 bool round_up) in bcm2835_clock_choose_div()

Completed in 20 milliseconds