Searched refs:dbg_memalloc (Results 1 – 2 of 2) sorted by relevance
/linux/fs/jffs2/ |
A D | malloc.c | 117 dbg_memalloc("%p\n", ret); in jffs2_alloc_full_dirent() 123 dbg_memalloc("%p\n", x); in jffs2_free_full_dirent() 137 dbg_memalloc("%p\n", x); in jffs2_free_full_dnode() 151 dbg_memalloc("%p\n", x); in jffs2_free_raw_dirent() 165 dbg_memalloc("%p\n", x); in jffs2_free_raw_inode() 173 dbg_memalloc("%p\n", in jffs2_alloc_tmp_dnode_info() 180 dbg_memalloc("%p\n", x); in jffs2_free_tmp_dnode_info() 207 dbg_memalloc("%d\n", nr); in jffs2_prealloc_raw_node_refs() 244 dbg_memalloc("%p\n", x); in jffs2_free_refblock() 258 dbg_memalloc("%p\n", x); in jffs2_free_node_frag() [all …]
|
A D | debug.h | 160 #define dbg_memalloc(fmt, ...) JFFS2_DEBUG(fmt, ##__VA_ARGS__) macro 162 #define dbg_memalloc(fmt, ...) no_printk(fmt, ##__VA_ARGS__) macro
|
Completed in 4 milliseconds