Home
last modified time | relevance | path

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

/linux-6.6.21/tools/include/linux/ !
Dmath.h11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux-6.6.21/tools/testing/selftests/bpf/progs/ !
Dtest_xdp_meta.c8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/linux-6.6.21/include/linux/ !
Dmath.h25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux-6.6.21/tools/arch/x86/intel_sdsi/ !
Dintel_sdsi.c49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/linux-6.6.21/drivers/clk/bcm/ !
Dclk-bcm2835.c507 bool round_up; member
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dml/dcn32/ !
Ddisplay_mode_vba_util_32.c1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) in dml32_RoundToDFSGranularity()