Home
last modified time | relevance | path

Searched refs:__round_mask (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-6.6/tools/include/linux/
H A Dmath.h10 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
12 #define round_down(x, y) ((x) & ~__round_mask(x, y))
/kernel/linux/linux-5.10/tools/include/linux/
H A Dkernel.h113 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
115 #define round_down(x, y) ((x) & ~__round_mask(x, y))
/kernel/linux/linux-6.6/include/linux/
H A Dmath.h15 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
35 #define round_down(x, y) ((x) & ~__round_mask(x, y))
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c7 #define __round_mask(x, y) ((__typeof__(x))((y) - 1)) macro
8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1)
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c7 #define __round_mask(x, y) ((__typeof__(x))((y) - 1)) macro
8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1)
/kernel/linux/linux-5.10/include/linux/
H A Dkernel.h66 #define __round_mask(x, y) ((__typeof__(x))((y)-1)) macro
75 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1)
84 #define round_down(x, y) ((x) & ~__round_mask(x, y))
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c48 #define __round_mask(x, y) ((__typeof__(x))((y) - 1)) macro
49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1)

Completed in 4 milliseconds