Searched defs:round_up (Results 1 - 11 of 11) sorted by relevance
| /kernel/linux/linux-6.6/tools/include/linux/ |
| H A D | math.h | 11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | math.h | 25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-5.10/tools/include/linux/ |
| H A D | kernel.h | 114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | kernel.h | 75 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
| /kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/ |
| H A D | intel_sdsi.c | 49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
| /kernel/linux/linux-5.10/drivers/atm/ |
| H A D | horizon.h | 487 round_up, enumerator
|
| H A D | ambassador.h | 643 round_up, enumerator
|
| /kernel/linux/linux-6.6/drivers/clk/bcm/ |
| H A D | clk-bcm2835.c | 507 bool round_up; member
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
| H A D | display_mode_vba_util_32.c | 1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) in dml32_RoundToDFSGranularity() argument
|
Completed in 19 milliseconds