LPROF_HASH_SIZE
#define LPROF_HASH_MASK (LPROF_HASH_SIZE - 1)
struct lphead lpt_hash[LPROF_HASH_SIZE];
for (i = 0; i < LPROF_HASH_SIZE; ++i) {