Searched refs:devt_hash_func (Results 1 – 2 of 2) sorted by relevance
102 void devt_hash_func(const dev_t *p, struct siphash *state) { in devt_hash_func() function117 DEFINE_HASH_OPS(devt_hash_ops, dev_t, devt_hash_func, devt_compare_func);
104 void devt_hash_func(const dev_t *p, struct siphash *state) _pure_;106 #define devt_hash_func uint64_hash_func macro