Searched defs:clamp (Results 1 – 12 of 12) sorted by relevance
/linux/samples/bpf/ |
H A D | tcp_clamp_kern.c | 30 int clamp = 100; in bpf_clamp() local
|
/linux/drivers/macintosh/ |
H A D | windfarm_cpufreq_clamp.c | 66 struct wf_control *clamp; in wf_cpufreq_clamp_init() local
|
/linux/drivers/media/common/v4l2-tpg/ |
H A D | v4l2-tpg-colors.c | 1234 int clamp = 1; in csc() local
|
/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_av1_filmgrain.c | 195 static inline s32 clamp(s32 value, s32 low, s32 high) in clamp() function
|
/linux/tools/include/linux/ |
H A D | kernel.h | 59 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) macro
|
/linux/fs/btrfs/ |
H A D | space-info.h | 131 int clamp; /* Used to scale our threshold for preemptive member
|
/linux/drivers/media/platform/ti/omap3isp/ |
H A D | ispccdc.h | 142 struct omap3isp_ccdc_bclamp clamp; member
|
H A D | ispccdc.c | 536 u32 clamp; in ccdc_configure_clamp() local
|
/linux/include/linux/ |
H A D | minmax.h | 198 * clamp - return a value clamped to a given range with typechecking macro
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_cubic.c | 22 #define clamp(val, lo, hi) min((typeof(val))max(val, lo), hi) macro
|
/linux/sound/soc/codecs/ |
H A D | arizona-jack.c | 98 bool clamp) in arizona_extcon_hp_clamp()
|
/linux/block/ |
H A D | blk-cgroup.c | 1893 bool clamp; in blkcg_maybe_throttle_blkg() local
|