Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_xdp_meta.c8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/Linux-v5.4/tools/include/linux/
Dkernel.h116 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/Linux-v5.4/include/linux/
Dkernel.h71 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/Linux-v5.4/drivers/atm/
Dhorizon.h487 round_up, enumerator
Dambassador.h643 round_up, enumerator
/Linux-v5.4/drivers/clk/bcm/
Dclk-bcm2835.c920 bool round_up) in bcm2835_clock_choose_div()