Lines Matching refs:memlog
45 struct memlog { struct
60 static struct memlog* memlog_get_by_id(ext_mem_client_id_t client_id, in memlog_get_by_id() argument
62 struct memlog* log; in memlog_get_by_id()
63 list_for_every_entry(&log_list, log, struct memlog, entry) { in memlog_get_by_id()
76 static void __memlog_write(struct memlog* log, const char* str, size_t len) { in __memlog_write()
97 static void memlog_write(struct memlog* log, const char* str, size_t len) { in memlog_write()
114 static void memlog_commit(struct memlog* log) { in memlog_commit()
151 struct memlog* log = containerof(cb, struct memlog, cb); in memlog_print_callback()
156 struct memlog* log = containerof(cb, struct memlog, cb); in memlog_commit_callback()
163 struct memlog* log; in memlog_add()
208 struct memlog* log; in memlog_rm()
252 LK_INIT_HOOK(memlog, memlog_init, LK_INIT_LEVEL_APPS);