Searched refs:debug_check_no_obj_freed (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddebugobjects.h95 extern void debug_check_no_obj_freed(const void *address, unsigned long size);
98 debug_check_no_obj_freed(const void *address, unsigned long size) { } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Ddebugobjects.c667 void debug_check_no_obj_freed(const void *address, unsigned long size) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dvmalloc.c1381 debug_check_no_obj_freed(addr, area->size);
H A Dslab.c3816 debug_check_no_obj_freed(objp, obj_size(cachep));
3846 debug_check_no_obj_freed(objp, obj_size(c));
H A Dpage_alloc.c669 debug_check_no_obj_freed(page_address(page),
H A Dslub.c1863 debug_check_no_obj_freed(object, s->objsize);

Completed in 202 milliseconds