Searched refs:PING_HTABLE_SIZE (Results 1 – 2 of 2) sorted by relevance
16 #define PING_HTABLE_SIZE 64 macro17 #define PING_HTABLE_MASK (PING_HTABLE_SIZE-1)
58 struct hlist_nulls_head hash[PING_HTABLE_SIZE];1046 for (state->bucket = start; state->bucket < PING_HTABLE_SIZE; in ping_get_first()1208 for (i = 0; i < PING_HTABLE_SIZE; i++) in ping_init()
Completed in 5 milliseconds