Home
last modified time | relevance | path

Searched refs:log_init (Results 1 – 4 of 4) sorted by relevance

/linux/tools/thermal/lib/
H A Dlog.h27 int log_init(int level, const char *ident, int options);
H A Dlog.c52 int log_init(int level, const char *ident, int options) in log_init() function
/linux/drivers/md/
H A Draid5-log.h132 static inline int log_init(struct r5conf *conf, struct md_rdev *journal_dev, in log_init() function
H A Draid5.c8060 if (log_init(conf, journal_dev, raid5_has_ppl(conf))) in raid5_run()
8265 ret = log_init(conf, rdev, false); in raid5_add_disk()
8912 err = log_init(conf, NULL, true); in raid5_change_consistency_policy()