| /linux/include/vdso/ |
| H A D | limits.h | 5 #define USHRT_MAX ((unsigned short)~0U) macro 6 #define SHRT_MAX ((short)(USHRT_MAX >> 1))
|
| /linux/include/net/ |
| H A D | ipv6_frag.h | 13 __IP6_DEFRAG_CONNTRACK_IN = IP6_DEFRAG_CONNTRACK_IN + USHRT_MAX, 15 __IP6_DEFRAG_CONNTRACK_OUT = IP6_DEFRAG_CONNTRACK_OUT + USHRT_MAX, 17 __IP6_DEFRAG_CONNTRACK_BRIDGE_IN = IP6_DEFRAG_CONNTRACK_BRIDGE_IN + USHRT_MAX,
|
| H A D | ip.h | 722 __IP_DEFRAG_CONNTRACK_IN_END = IP_DEFRAG_CONNTRACK_IN + USHRT_MAX, 724 __IP_DEFRAG_CONNTRACK_OUT_END = IP_DEFRAG_CONNTRACK_OUT + USHRT_MAX, 726 __IP_DEFRAG_CONNTRACK_BRIDGE_IN = IP_DEFRAG_CONNTRACK_BRIDGE_IN + USHRT_MAX,
|
| /linux/arch/arm/mach-omap1/ |
| H A D | gpio15xx.c | 34 .revision = USHRT_MAX, 75 .revision = USHRT_MAX,
|
| H A D | gpio16xx.c | 42 .revision = USHRT_MAX,
|
| /linux/arch/nios2/kernel/ |
| H A D | time.c | 299 timer_writew(&nios2_cs.timer, USHRT_MAX, ALTERA_TIMER_PERIODL_REG); in nios2_clocksource_init() 300 timer_writew(&nios2_cs.timer, USHRT_MAX, ALTERA_TIMER_PERIODH_REG); in nios2_clocksource_init()
|
| /linux/ipc/ |
| H A D | msg.c | 338 if (in->msg_cbytes > USHRT_MAX) in copy_msqid_to_user() 339 out.msg_cbytes = USHRT_MAX; in copy_msqid_to_user() 344 if (in->msg_qnum > USHRT_MAX) in copy_msqid_to_user() 345 out.msg_qnum = USHRT_MAX; in copy_msqid_to_user() 349 if (in->msg_qbytes > USHRT_MAX) in copy_msqid_to_user() 350 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user()
|
| /linux/fs/ocfs2/ |
| H A D | blockcheck.c | 364 BUG_ON(ecc > USHRT_MAX); in ocfs2_block_check_compute() 470 BUG_ON(ecc > USHRT_MAX); in ocfs2_block_check_compute_bhs()
|
| /linux/drivers/md/bcache/ |
| H A D | extents.c | 599 if (KEY_SIZE(l) + KEY_SIZE(r) > USHRT_MAX) { in bch_extent_merge() 600 SET_KEY_OFFSET(l, KEY_OFFSET(l) + USHRT_MAX - KEY_SIZE(l)); in bch_extent_merge() 601 SET_KEY_SIZE(l, USHRT_MAX); in bch_extent_merge()
|
| H A D | bcache.h | 765 #define BTREE_PRIO USHRT_MAX 783 __rounddown_pow_of_two(USHRT_MAX) / PAGE_SECTORS, in meta_bucket_pages()
|
| /linux/fs/f2fs/ |
| H A D | gc.h | 41 #define MAX_GC_FAILED_PINNED_FILES USHRT_MAX
|
| /linux/drivers/net/wireless/mediatek/mt7601u/ |
| H A D | usb.c | 131 WARN_ONCE(offset > USHRT_MAX, "read high off:%08x", offset); in __mt7601u_rr() 183 WARN_ONCE(offset > USHRT_MAX, "write high off:%08x", offset); in mt7601u_wr()
|
| /linux/sound/soc/meson/ |
| H A D | aiu-fifo-spdif.c | 41 .period_bytes_max = AIU_FIFO_SPDIF_BLOCK * USHRT_MAX,
|
| H A D | aiu-fifo-i2s.c | 39 .period_bytes_max = AIU_FIFO_I2S_BLOCK * USHRT_MAX,
|
| /linux/fs/smb/client/ |
| H A D | smb1transport.c | 372 if (total_in_tgt > USHRT_MAX) { in coalesce_t2() 383 if (byte_count > USHRT_MAX) { in coalesce_t2()
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipv6_flowlabel_mgr.c | 136 if (setuid(USHRT_MAX)) in run_tests()
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 324 bareudp->sport_min, USHRT_MAX, in bareudp_xmit_skb() 394 bareudp->sport_min, USHRT_MAX, in bareudp6_xmit_skb() 508 bareudp->sport_min, USHRT_MAX, in bareudp_fill_metadata_dst()
|
| /linux/net/netfilter/ |
| H A D | nf_nat_helper.c | 208 range = USHRT_MAX - port; in nf_nat_exp_find_port()
|
| /linux/net/openvswitch/ |
| H A D | datapath.h | 24 #define DP_MAX_PORTS USHRT_MAX
|
| /linux/net/core/ |
| H A D | netprio_cgroup.c | 32 #define NETPRIO_ID_MAX USHRT_MAX
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/cn20k/ |
| H A D | debugfs.c | 305 ptr[i] = USHRT_MAX; in print_nix_cn20k_sq_ctx() 314 if (ptr[i] != USHRT_MAX) in print_nix_cn20k_sq_ctx()
|
| /linux/drivers/clocksource/ |
| H A D | timer-stm32.c | 46 #define TIM_PSC_MAX USHRT_MAX
|
| /linux/net/rxrpc/ |
| H A D | recvmsg.c | 336 if (rx_pkt_offset == USHRT_MAX) { in rxrpc_recvmsg_data() 374 rx_pkt_offset = USHRT_MAX; in rxrpc_recvmsg_data()
|
| /linux/drivers/media/platform/amphion/ |
| H A D | venc.c | 166 fival->stepwise.min.denominator = USHRT_MAX; in venc_enum_frameintervals() 167 fival->stepwise.max.numerator = USHRT_MAX; in venc_enum_frameintervals() 668 0, USHRT_MAX, 1, 1); in venc_ctrl_init() 671 0, USHRT_MAX, 1, 1); in venc_ctrl_init()
|
| /linux/net/9p/ |
| H A D | protocol.c | 28 (2 + min_t(size_t, s ? strlen(s) : 0, USHRT_MAX)) 562 USHRT_MAX); in p9pdu_vwritef()
|