Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dstring.h248 int ptr_to_hashval(const void *ptr, unsigned long *hashval_out);
/openbmc/linux/lib/
H A 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()