Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dsubr_witness.c343 static uint32_t witness_hash_djb2(const uint8_t *key, uint32_t size);
2968 witness_hash_djb2(const uint8_t *key, uint32_t size) in witness_hash_djb2() function
3024 hash = witness_hash_djb2(key, 0) % w_hash.wh_size; in witness_hash_get()
3050 hash = witness_hash_djb2(w->w_name, 0) % w_hash.wh_size; in witness_hash_put()
3072 hash = witness_hash_djb2((const char*)&key, in witness_lock_order_get()
3119 hash = witness_hash_djb2((const char*)&key, in witness_lock_order_add()