Searched refs:U32_MAX (Results 1 – 18 of 18) sorted by relevance
21 #define U32_MAX ((u32)~0U) macro23 #define S32_MAX ((s32)(U32_MAX >> 1))
100 BUILD_BUG_ON_MSG(__builtin_constant_p(floor) && floor == U32_MAX, in get_random_u32_above()102 return floor + 1 + get_random_u32_below(U32_MAX - floor); in get_random_u32_above()113 (floor > ceil || ceil - floor == U32_MAX), in get_random_u32_inclusive()
11 #define UINT32_MAX U32_MAX
171 #define WWAN_NO_DEFAULT_LINK U32_MAX
31 #define MBA_MAX_MBPS U32_MAX
84 #define OPP_LEVEL_UNSET U32_MAX
637 return (U32_MAX >> page_shift) + 1; in dma_get_seg_boundary_nr_pages()
457 #define INVALID_RELID U32_MAX
16 #define IOAM6_U32_UNAVAILABLE U32_MAX
85 #define CDC_NCM_TIMER_INTERVAL_MAX (U32_MAX / NSEC_PER_USEC)
21 #define XEN_VCPU_ID_INVALID U32_MAX
229 #define VP_INVAL U32_MAX
236 prod += (u64)U32_MAX + 1; in qed_chain_get_elem_used_u32()
836 CSPL_MBOX_STS_ERROR = U32_MAX,
795 if (U32_MAX >= SIZE_MAX / sizeof(*p) && len > SIZE_MAX / sizeof(*p)) in xdr_stream_decode_uint32_array()
813 if ((value) > U32_MAX) \814 counter = cpu_to_be32(U32_MAX); \
883 #define TC_HTB_CLASSID_ROOT U32_MAX
268 if (poll(timer->xdpsq, U32_MAX)) in libeth_xdpsq_run_timer()
Completed in 50 milliseconds