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

/freebsd-10.1-release/crypto/openssl/crypto/lhash/
H A Dlh_stats.c96 fprintf(out, "up_load = %lu\n", lh->up_load);
204 BIO_printf(out, "up_load = %lu\n", lh->up_load);
H A Dlhash.c132 ret->up_load = UP_LOAD;
185 if (lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))
H A Dlhash.h147 unsigned long up_load; /* load times 256 */ member in struct:lhash_st

Completed in 112 milliseconds