Searched refs:freelist_ptr_decode (Results 1 - 2 of 2) sorted by relevance

/linux-master/scripts/gdb/linux/
H A Dslab.py99 def freelist_ptr_decode(cache, ptr, ptr_addr): function
109 return freelist_ptr_decode(cache, p, ptr_addr)
/linux-master/mm/
H A Dslub.c492 static inline void *freelist_ptr_decode(const struct kmem_cache *s, function
513 return freelist_ptr_decode(s, p, ptr_addr);
545 return freelist_ptr_decode(s, p, freepointer_addr);

Completed in 120 milliseconds