Searched refs:KVBLK_INISZPOW (Results 1 – 2 of 2) sorted by relevance
83 #define KVBLK_INISZPOW 9U macro
1055 if (!(RMKV_NO_RESIZE & opts) && kb->szpow > KVBLK_INISZPOW) { in _kvblk_rmkv()1060 while (npow > KVBLK_INISZPOW && (1ULL << (npow - 1)) >= dsz) { in _kvblk_rmkv()1434 if (kvbpow < KVBLK_INISZPOW) { in _sblk_create_v1()1435 kvbpow = KVBLK_INISZPOW; in _sblk_create_v1()