Home
last modified time | relevance | path

Searched refs:xxh32_reset (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dxxhash.h171 * xxh32_reset() - reset the xxh32 state to start a new hashing operation
178 void xxh32_reset(struct xxh32_state *state, uint32_t seed);
187 * After calling xxh32_reset() call xxh32_update() as many times as necessary.
/kernel/linux/linux-6.6/include/linux/
H A Dxxhash.h171 * xxh32_reset() - reset the xxh32 state to start a new hashing operation
178 void xxh32_reset(struct xxh32_state *state, uint32_t seed);
187 * After calling xxh32_reset() call xxh32_update() as many times as necessary.
/kernel/linux/linux-5.10/lib/
H A Dxxhash.c242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset() function
254 EXPORT_SYMBOL(xxh32_reset); variable
/kernel/linux/linux-6.6/lib/
H A Dxxhash.c242 void xxh32_reset(struct xxh32_state *statePtr, const uint32_t seed) in xxh32_reset() function
254 EXPORT_SYMBOL(xxh32_reset); variable

Completed in 3 milliseconds