Searched refs:linux_malloc (Results 1 – 2 of 2) sorted by relevance
47 struct linux_malloc { struct96 struct linux_malloc *lm; in kmalloc()135 struct linux_malloc *olm, *nlm; in krealloc()147 olm = (struct linux_malloc *)ptr - 1; in krealloc()157 struct linux_malloc *lm; in kfree()162 lm = (struct linux_malloc *)ptr - 1; in kfree()
212 LOCKDEBUG_MEM_CHECK(obj, ((struct linux_malloc *)obj - 1)->lm_size); in _kfree_rcu()