Searched refs:nent (Results 1 – 1 of 1) sorted by relevance
831 int nent = CONFIG_ENV_MIN_ENTRIES + size / 8; in himport_r() local833 if (nent > CONFIG_ENV_MAX_ENTRIES) in himport_r()834 nent = CONFIG_ENV_MAX_ENTRIES; in himport_r()836 debug("Create Hash Table: N=%d\n", nent); in himport_r()838 if (hcreate_r(nent, htab) == 0) { in himport_r()