Home
last modified time | relevance | path

Searched refs:SHRT_MAX (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/include/vdso/
H A Dlimits.h6 #define SHRT_MAX ((short)(USHRT_MAX >> 1)) macro
7 #define SHRT_MIN ((short)(-SHRT_MAX - 1))
/kernel/linux/linux-6.6/include/vdso/
H A Dlimits.h6 #define SHRT_MAX ((short)(USHRT_MAX >> 1)) macro
7 #define SHRT_MIN ((short)(-SHRT_MAX - 1))
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dverifier_stack_ptr.c197 __imm_const(shrt_max, SHRT_MAX) in to_stack_check_high_6()
217 __imm_const(shrt_max, SHRT_MAX) in to_stack_check_high_7()
/kernel/linux/linux-5.10/fs/afs/
H A Dvl_rotate.c24 vc->ac.error = SHRT_MAX; in afs_begin_vlserver_operation()
112 case SHRT_MAX: in afs_select_vlserver()
H A Dfs_operation.c44 op->ac.error = SHRT_MAX; in afs_alloc_operation()
H A Drotate.c132 case SHRT_MAX: in afs_select_fileserver()
/kernel/linux/linux-6.6/fs/afs/
H A Dvl_rotate.c24 vc->ac.error = SHRT_MAX; in afs_begin_vlserver_operation()
112 case SHRT_MAX: in afs_select_vlserver()
H A Dfs_operation.c44 op->ac.error = SHRT_MAX; in afs_alloc_operation()
H A Drotate.c132 case SHRT_MAX: in afs_select_fileserver()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dccs-pll.c299 u16 best_pix_div = SHRT_MAX >> 1, best_div = lim_bk->max_sys_clk_div; in __ccs_pll_calculate_vt_tree()
359 if (best_pix_div == SHRT_MAX >> 1) in __ccs_pll_calculate_vt_tree()
446 u16 best_pix_div = SHRT_MAX >> 1; in ccs_pll_calculate_vt()
558 if (best_pix_div < SHRT_MAX >> 1) in ccs_pll_calculate_vt()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dina2xx.c352 return clamp_val(val, SHRT_MIN, SHRT_MAX); in ina226_alert_to_reg()
357 return clamp_val(val, 0, SHRT_MAX); in ina226_alert_to_reg()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dina2xx.c350 return clamp_val(val, SHRT_MIN, SHRT_MAX); in ina226_alert_to_reg()
355 return clamp_val(val, 0, SHRT_MAX); in ina226_alert_to_reg()
/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dcyberjack.c278 if (old_rdtodo > SHRT_MAX - size) { in cyberjack_read_int_callback()
/kernel/linux/linux-6.6/drivers/usb/serial/
H A Dcyberjack.c276 if (old_rdtodo > SHRT_MAX - size) { in cyberjack_read_int_callback()
/kernel/linux/linux-6.6/drivers/clk/imx/
H A Dclk-pll14xx.c33 #define KDIV_MAX SHRT_MAX
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h107 * {SHRT_MAX, 0} sentinal.
130 #define ADRENO_SPEEDBINS(tbl...) (struct adreno_speedbin[]) { tbl {SHRT_MAX, 0} }
H A Da6xx_gpu.c2208 for (int i = 0; info->speedbins[i].fuse != SHRT_MAX; i++) in fuse_to_supp_hw()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c63 if (resp < SHRT_MAX) { in hclge_gen_resp_to_vf()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_sfq.c645 if (scaled <= 0 || scaled > SHRT_MAX) in sfq_change()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_sfq.c648 if (scaled <= 0 || scaled > SHRT_MAX) in sfq_change()
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c66 if (resp < SHRT_MAX) { in hclge_gen_resp_to_vf()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Drelo_core.c1074 if (new_val > SHRT_MAX) { in bpf_core_patch_insn()
/kernel/linux/linux-5.10/drivers/xen/events/
H A Devents_base.c1547 if (info->refcnt <= 0 || info->refcnt == SHRT_MAX) in evtchn_get()
/kernel/linux/linux-6.6/drivers/xen/events/
H A Devents_base.c1612 if (info->refcnt <= 0 || info->refcnt == SHRT_MAX) in evtchn_get()
/kernel/linux/linux-6.6/include/linux/
H A Dkvm_host.h677 #define KVM_MEM_SLOTS_NUM SHRT_MAX

Completed in 31 milliseconds

12