Searched defs:round_up (Results 1 - 8 of 8) sorted by relevance

/linux-master/tools/include/linux/
H A Dmath.h11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/linux-master/tools/testing/selftests/bpf/
H A Dbpf_arena_alloc.h10 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux-master/include/linux/
H A Dmath.h25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/linux-master/drivers/clk/bcm/
H A Dclk-bcm2835.c507 bool round_up; member in struct:bcm2835_clock_data
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) argument
/linux-master/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddisplay_mode_core.c2079 static dml_float_t RoundToDFSGranularity(dml_float_t Clock, dml_bool_t round_up, dml_float_t VCOSpeed) argument

Completed in 244 milliseconds