Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dstring.h346 int ptr_to_hashval(const void *ptr, unsigned long *hashval_out);
/linux-6.15/lib/
H A Dvsprintf.c771 static inline int __ptr_to_hashval(const void *ptr, unsigned long *hashval_out) in subsys_initcall()
791 *hashval_out = hashval; in subsys_initcall()
795 int ptr_to_hashval(const void *ptr, unsigned long *hashval_out) in ptr_to_hashval() argument
797 return __ptr_to_hashval(ptr, hashval_out); in ptr_to_hashval()