Searched refs:PRIOMAP_MIN_SZ (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/core/
H A Dnetprio_cgroup.c34 #define PRIOMAP_MIN_SZ 128 macro
53 * from PRIOMAP_MIN_SZ and double it until it's large enough to
56 new_sz = PRIOMAP_MIN_SZ;
64 if (WARN_ON(new_sz < PRIOMAP_MIN_SZ))

Completed in 255 milliseconds