/kernel/linux/linux-5.10/include/vdso/ |
H A D | limits.h | 6 #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 D | limits.h | 6 #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 D | verifier_stack_ptr.c | 197 __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 D | vl_rotate.c | 24 vc->ac.error = SHRT_MAX; in afs_begin_vlserver_operation() 112 case SHRT_MAX: in afs_select_vlserver()
|
H A D | fs_operation.c | 44 op->ac.error = SHRT_MAX; in afs_alloc_operation()
|
H A D | rotate.c | 132 case SHRT_MAX: in afs_select_fileserver()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | vl_rotate.c | 24 vc->ac.error = SHRT_MAX; in afs_begin_vlserver_operation() 112 case SHRT_MAX: in afs_select_vlserver()
|
H A D | fs_operation.c | 44 op->ac.error = SHRT_MAX; in afs_alloc_operation()
|
H A D | rotate.c | 132 case SHRT_MAX: in afs_select_fileserver()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ccs-pll.c | 299 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 D | ina2xx.c | 352 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 D | ina2xx.c | 350 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 D | cyberjack.c | 278 if (old_rdtodo > SHRT_MAX - size) { in cyberjack_read_int_callback()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | cyberjack.c | 276 if (old_rdtodo > SHRT_MAX - size) { in cyberjack_read_int_callback()
|
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-pll14xx.c | 33 #define KDIV_MAX SHRT_MAX
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/ |
H A D | adreno_gpu.h | 107 * {SHRT_MAX, 0} sentinal. 130 #define ADRENO_SPEEDBINS(tbl...) (struct adreno_speedbin[]) { tbl {SHRT_MAX, 0} }
|
H A D | a6xx_gpu.c | 2208 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 D | hclge_mbx.c | 63 if (resp < SHRT_MAX) { in hclge_gen_resp_to_vf()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_sfq.c | 645 if (scaled <= 0 || scaled > SHRT_MAX) in sfq_change()
|
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_sfq.c | 648 if (scaled <= 0 || scaled > SHRT_MAX) in sfq_change()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
H A D | hclge_mbx.c | 66 if (resp < SHRT_MAX) { in hclge_gen_resp_to_vf()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | relo_core.c | 1074 if (new_val > SHRT_MAX) { in bpf_core_patch_insn()
|
/kernel/linux/linux-5.10/drivers/xen/events/ |
H A D | events_base.c | 1547 if (info->refcnt <= 0 || info->refcnt == SHRT_MAX) in evtchn_get()
|
/kernel/linux/linux-6.6/drivers/xen/events/ |
H A D | events_base.c | 1612 if (info->refcnt <= 0 || info->refcnt == SHRT_MAX) in evtchn_get()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | kvm_host.h | 677 #define KVM_MEM_SLOTS_NUM SHRT_MAX
|