Searched refs:kmem_dump_obj (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dslab.h299 bool kmem_dump_obj(void *object);
301 static inline bool kmem_dump_obj(void *object) { return false; } function
/linux-master/kernel/rcu/
H A Drcu.h255 kmem_dump_obj(rhp);
/linux-master/mm/
H A Dslab_common.c538 * kmem_dump_obj - Print available slab provenance information
552 bool kmem_dump_obj(void *object) function
605 EXPORT_SYMBOL_GPL(kmem_dump_obj); variable
H A Dutil.c1093 if (kmem_dump_obj(object))

Completed in 143 milliseconds