Home
last modified time | relevance | path

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

/u-boot/lib/
A Dhashtable.c859 int nent = CONFIG_ENV_MIN_ENTRIES + size / 8; in himport_r() local
861 if (nent > CONFIG_ENV_MAX_ENTRIES) in himport_r()
862 nent = CONFIG_ENV_MAX_ENTRIES; in himport_r()
864 debug("Create Hash Table: N=%d\n", nent); in himport_r()
866 if (hcreate_r(nent, htab) == 0) { in himport_r()

Completed in 4 milliseconds