Searched defs:round_down (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-5.10/tools/include/linux/ |
| D | kernel.h | 115 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /kernel/linux/linux-4.19/tools/include/linux/ |
| D | kernel.h | 115 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | kernel.h | 81 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | kernel.h | 105 #define round_down(x, y) ((x) & ~__round_mask(x, y)) macro
|
| /kernel/linux/linux-4.19/drivers/atm/ |
| D | horizon.h | 503 round_down, enumerator
|
| D | ambassador.h | 659 round_down, enumerator
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| D | horizon.h | 488 round_down, enumerator
|
| D | ambassador.h | 644 round_down, enumerator
|