Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dstring.h248 int ptr_to_hashval(const void *ptr, unsigned long *hashval_out);
/linux-6.6.21/lib/
Dvsprintf.c777 static inline int __ptr_to_hashval(const void *ptr, unsigned long *hashval_out) in subsys_initcall()
797 *hashval_out = hashval; in subsys_initcall()
801 int ptr_to_hashval(const void *ptr, unsigned long *hashval_out) in ptr_to_hashval() argument
803 return __ptr_to_hashval(ptr, hashval_out); in ptr_to_hashval()