Home
last modified time | relevance | path

Searched refs:SHRT_MAX (Results 1 – 5 of 5) sorted by relevance

/linux/include/vdso/
H A Dlimits.h6 #define SHRT_MAX ((short)(USHRT_MAX >> 1)) macro
7 #define SHRT_MIN ((short)(-SHRT_MAX - 1))
/linux/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()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c66 if (resp < SHRT_MAX) { in hclge_gen_resp_to_vf()
/linux/drivers/md/bcache/
H A Dbtree.c1838 bch_btree_op_init(&op, SHRT_MAX); in bch_btree_gc()
/linux/virt/kvm/
H A Dkvm_main.c1128 BUILD_BUG_ON(KVM_MEM_SLOTS_NUM > SHRT_MAX); in kvm_create_vm()