Searched defs:round_up (Results 1 – 12 of 12) sorted by relevance
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
| /kernel/linux/linux-4.19/tools/testing/selftests/bpf/ |
| D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | kernel.h | 114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-4.19/tools/include/linux/ |
| D | kernel.h | 114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kernel.h | 72 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | kernel.h | 96 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-4.19/drivers/atm/ |
| D | horizon.h | 502 round_up, enumerator
|
| D | ambassador.h | 658 round_up, enumerator
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | horizon.h | 487 round_up, enumerator
|
| D | ambassador.h | 643 round_up, enumerator
|
| /kernel/linux/linux-5.10/drivers/clk/bcm/ |
| D | clk-bcm2835.c | 937 bool round_up) in bcm2835_clock_choose_div()
|
| /kernel/linux/linux-4.19/drivers/clk/bcm/ |
| D | clk-bcm2835.c | 919 bool round_up) in bcm2835_clock_choose_div()
|