Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Ddynamic_queue_limits.h69 #define DQL_MAX_LIMIT ((UINT_MAX / 2) - DQL_MAX_OBJECT) macro
/OK3568_Linux_fs/kernel/lib/
H A Ddynamic_queue_limits.c133 dql->max_limit = DQL_MAX_LIMIT; in dql_init()
/OK3568_Linux_fs/kernel/net/core/
H A Dnet-sysfs.c1282 value = DQL_MAX_LIMIT; in bql_set()
1287 if (value > DQL_MAX_LIMIT) in bql_set()