Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslab.c2674 static void kfree_debugcheck(const void *objp) in kfree_debugcheck() function
2677 pr_err("kfree_debugcheck: out of range ptr %lxh\n", in kfree_debugcheck()
2714 kfree_debugcheck(objp); in cache_free_debugcheck()
2738 #define kfree_debugcheck(x) do { } while(0) macro
3748 kfree_debugcheck(objp); in kfree()
/kernel/linux/linux-6.6/mm/
H A Dslab.c2634 static void kfree_debugcheck(const void *objp) in kfree_debugcheck() function
2637 pr_err("kfree_debugcheck: out of range ptr %lxh\n", in kfree_debugcheck()
2674 kfree_debugcheck(objp); in cache_free_debugcheck()
2698 #define kfree_debugcheck(x) do { } while(0) macro

Completed in 10 milliseconds