Searched refs:USHRT_MAX (Results 1 – 5 of 5) sorted by relevance
31 #ifndef USHRT_MAX32 #define USHRT_MAX ((u16)(~0U)) macro36 #define SHRT_MAX ((s16)(USHRT_MAX>>1))
323 if (in->msg_cbytes > USHRT_MAX) { in copy_msqid_to_user()324 out.msg_cbytes = USHRT_MAX; in copy_msqid_to_user()330 if (in->msg_qnum > USHRT_MAX) { in copy_msqid_to_user()331 out.msg_qnum = USHRT_MAX; in copy_msqid_to_user()336 if (in->msg_qbytes > USHRT_MAX) { in copy_msqid_to_user()337 out.msg_qbytes = USHRT_MAX; in copy_msqid_to_user()
28 #define USHRT_MAX 0xffff macro
228 #define DEFAULT_MAX_MAP_COUNT (USHRT_MAX - MAPCOUNT_ELF_CORE_MARGIN)
403 sta->last_seq_ctrl[i] = cpu_to_le16(USHRT_MAX); in sta_info_alloc()