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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Ddebugobjects.c667 void debug_check_no_obj_freed(const void *address, unsigned long size) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Ddebugobjects.c667 void debug_check_no_obj_freed(const void *address, unsigned long size) function
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 331 milliseconds