Searched refs:dbg_memalloc (Results 1 – 2 of 2) sorted by relevance
| /fs/jffs2/ |
| A D | malloc.c | 101 dbg_memalloc("%p\n", ret); in jffs2_alloc_full_dirent() 107 dbg_memalloc("%p\n", x); in jffs2_free_full_dirent() 121 dbg_memalloc("%p\n", x); in jffs2_free_full_dnode() 135 dbg_memalloc("%p\n", x); in jffs2_free_raw_dirent() 149 dbg_memalloc("%p\n", x); in jffs2_free_raw_inode() 157 dbg_memalloc("%p\n", in jffs2_alloc_tmp_dnode_info() 164 dbg_memalloc("%p\n", x); in jffs2_free_tmp_dnode_info() 191 dbg_memalloc("%d\n", nr); in jffs2_prealloc_raw_node_refs() 228 dbg_memalloc("%p\n", x); in jffs2_free_refblock() 242 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