| /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,
|
| /linux/arch/arm/mach-omap1/ |
| H A D | gpio15xx.c | 34 .revision = USHRT_MAX, 75 .revision = USHRT_MAX,
|
| H A D | gpio16xx.c | 41 .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/arch/arm64/kvm/hyp/include/nvhe/ |
| H A D | memory.h | 132 BUG_ON(p->refcount == USHRT_MAX); in hyp_page_ref_inc()
|
| /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/fs/f2fs/ |
| H A D | gc.h | 41 #define MAX_GC_FAILED_PINNED_FILES USHRT_MAX
|
| /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/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/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/drivers/net/caif/ |
| H A D | caif_virtio.c | 267 if (cfv->ctx.head != USHRT_MAX) { in cfv_rx_poll() 271 cfv->ctx.head = USHRT_MAX; in cfv_rx_poll() 716 cfv->ctx.head = USHRT_MAX; in cfv_probe()
|
| /linux/tools/testing/selftests/net/ |
| H A D | ipv6_flowlabel_mgr.c | 136 if (setuid(USHRT_MAX)) in run_tests()
|
| /linux/net/netfilter/ |
| H A D | nf_nat_helper.c | 208 range = USHRT_MAX - port; in nf_nat_exp_find_port()
|
| /linux/net/core/ |
| H A D | netprio_cgroup.c | 32 #define NETPRIO_ID_MAX USHRT_MAX
|
| /linux/net/openvswitch/ |
| H A D | datapath.h | 24 #define DP_MAX_PORTS USHRT_MAX
|
| /linux/drivers/net/ |
| H A D | bareudp.c | 327 bareudp->sport_min, USHRT_MAX, in bareudp_xmit_skb() 397 bareudp->sport_min, USHRT_MAX, in bareudp6_xmit_skb() 511 bareudp->sport_min, USHRT_MAX, in bareudp_fill_metadata_dst()
|
| /linux/net/hsr/ |
| H A D | hsr_main.h | 32 #define HSR_SEQNR_START (USHRT_MAX - 1024)
|
| /linux/drivers/clocksource/ |
| H A D | timer-stm32.c | 46 #define TIM_PSC_MAX USHRT_MAX
|
| /linux/arch/x86/kvm/mmu/ |
| H A D | page_track.c | 84 if (WARN_ON_ONCE(val + count < 0 || val + count > USHRT_MAX)) in update_gfn_write_track()
|
| /linux/include/linux/ |
| H A D | kexec.h | 212 *temp_start = start + (end - start) / USHRT_MAX * i; in kexec_random_range_start()
|
| /linux/net/9p/ |
| H A D | protocol.c | 28 (2 + min_t(size_t, s ? strlen(s) : 0, USHRT_MAX)) 563 USHRT_MAX); in p9pdu_vwritef()
|