Home
last modified time | relevance | path

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

/external/libdrm/intel/
Duthash.h107 #define HASH_BKT_CAPACITY_THRESH 10U /* expand when bucket count reaches */ macro
743 if ((head.count >= ((head.expand_mult+1U) * HASH_BKT_CAPACITY_THRESH)) \