Searched refs:log_init (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/thermal/lib/ |
D | log.h | 27 int log_init(int level, const char *ident, int options);
|
D | log.c | 52 int log_init(int level, const char *ident, int options) in log_init() function
|
/linux-6.6.21/drivers/md/ |
D | raid5-log.h | 132 static inline int log_init(struct r5conf *conf, struct md_rdev *journal_dev, in log_init() function
|
D | raid5.c | 8112 if (log_init(conf, journal_dev, raid5_has_ppl(conf))) in raid5_run() 8332 ret = log_init(conf, rdev, false); in raid5_add_disk() 8999 err = log_init(conf, NULL, true); in raid5_change_consistency_policy()
|
/linux-6.6.21/tools/thermal/thermal-engine/ |
D | thermal-engine.c | 304 if (log_init(options.loglevel, basename(argv[0]), options.logopt)) { in main()
|
/linux-6.6.21/tools/thermal/thermometer/ |
D | thermometer.c | 547 if (log_init(options.loglvl, argv[0], options.logopt)) in main()
|