Home
last modified time | relevance | path

Searched refs:UINT_MAX (Results 1 – 16 of 16) sorted by relevance

/include/linux/
Ddynamic_queue_limits.h66 #define DQL_MAX_OBJECT (UINT_MAX / 16)
67 #define DQL_MAX_LIMIT ((UINT_MAX / 2) - DQL_MAX_OBJECT)
Dlimits.h13 #define UINT_MAX (~0U) macro
Dobjagg.h15 #define OBJAGG_OBJ_ROOT_ID_INVALID UINT_MAX
Dwatchdog.h173 return t > UINT_MAX / 1000 || t < wdd->min_timeout || in watchdog_timeout_invalid()
Dvisorbus.h341 #define BUS_ROOT_DEVICE UINT_MAX
Dbvec.h123 .bi_size = UINT_MAX, \
Dscatterlist.h25 #define SCATTERLIST_MAX_SEGMENT (UINT_MAX & PAGE_MASK)
Ddevice-mapper.h618 ((num) > (UINT_MAX - (fixed)) / (obj))
Dblk-cgroup.h30 #define THROTL_IOPS_MAX UINT_MAX
Dbio.h119 if (bio->bi_iter.bi_size > UINT_MAX - len) in bio_full()
Dirq.h1121 #define IRQ_MSK(n) (u32)((n) < 32 ? ((1 << (n)) - 1) : UINT_MAX)
Dxarray.h243 #define xa_limit_32b XA_LIMIT(0, UINT_MAX)
Dblkdev.h1000 UINT_MAX >> SECTOR_SHIFT); in blk_queue_get_max_sectors()
/include/keys/
Drxrpc-type.h135 if (time > UINT_MAX) in rxrpc_time64_to_u32()
136 return UINT_MAX; in rxrpc_time64_to_u32()
/include/linux/netfilter/ipset/
Dip_set.h459 #define IPSET_NO_TIMEOUT UINT_MAX
462 #define IPSET_MAX_TIMEOUT (UINT_MAX >> 1)/MSEC_PER_SEC
/include/sound/
Dpcm_params.h217 i->max = UINT_MAX; in snd_interval_any()