Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Ddynamic_queue_limits.h68 #define DQL_MAX_OBJECT (UINT_MAX / 16) macro
69 #define DQL_MAX_LIMIT ((UINT_MAX / 2) - DQL_MAX_OBJECT)
77 BUG_ON(count > DQL_MAX_OBJECT); in dql_queued()