Home
last modified time | relevance | path

Searched refs:logit (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.1/tools/thermal/lib/
Dlog.h16 extern void logit(int level, const char *format, ...);
18 #define DEBUG(fmt, ...) logit(LOG_DEBUG, "%s:%d: " fmt, __func__, __LINE__, ##__VA_ARGS__)
19 #define INFO(fmt, ...) logit(LOG_INFO, fmt, ##__VA_ARGS__)
20 #define NOTICE(fmt, ...) logit(LOG_NOTICE, fmt, ##__VA_ARGS__)
21 #define WARN(fmt, ...) logit(LOG_WARNING, fmt, ##__VA_ARGS__)
22 #define ERROR(fmt, ...) logit(LOG_ERR, fmt, ##__VA_ARGS__)
23 #define CRITICAL(fmt, ...) logit(LOG_CRIT, fmt, ##__VA_ARGS__)
24 #define ALERT(fmt, ...) logit(LOG_ALERT, fmt, ##__VA_ARGS__)
25 #define EMERG(fmt, ...) logit(LOG_EMERG, fmt, ##__VA_ARGS__)
Dlog.c34 extern void logit(int level, const char *format, ...) in logit() function
/Linux-v6.1/fs/reiserfs/
Dfile.c179 int logit = reiserfs_file_data_log(inode); in reiserfs_commit_page() local
188 if (logit) { in reiserfs_commit_page()
207 if (logit) { in reiserfs_commit_page()
223 if (logit) { in reiserfs_commit_page()
/Linux-v6.1/drivers/scsi/qla2xxx/
Dqla_isr.c2132 int res, logit = 1; in qla24xx_els_ct_entry() local
2233 logit = 0; in qla24xx_els_ct_entry()
2251 if (logit) { in qla24xx_els_ct_entry()
2270 } else if (logit) { in qla24xx_els_ct_entry()
2341 int logit = 1; in qla24xx_logio_entry() local
2419 logit = 0; in qla24xx_logio_entry()
2423 logit = 0; in qla24xx_logio_entry()
2456 if (logit) in qla24xx_logio_entry()
2562 int logit = 0; in qla24xx_nvme_iocb_entry() local
2576 logit = 1; in qla24xx_nvme_iocb_entry()
[all …]
Dqla_mr.c2267 int logit = 1; in qlafx00_status_entry() local
2374 logit = 0; in qlafx00_status_entry()
2440 logit = 0; in qlafx00_status_entry()
2452 logit = 1; in qlafx00_status_entry()
2501 if (logit) in qlafx00_status_entry()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_scsi.c3846 uint32_t logit = LOG_FCP | LOG_FCP_ERROR; in lpfc_handle_fcp_err() local
3899 logit = LOG_FCP_ERROR; in lpfc_handle_fcp_err()
3902 logit = LOG_FCP_UNDER; in lpfc_handle_fcp_err()
3905 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_handle_fcp_err()
4030 u32 logit = LOG_FCP; in lpfc_fcp_io_cmd_wqe_cmpl() local
4118 logit = 0; in lpfc_fcp_io_cmd_wqe_cmpl()
4120 logit = LOG_FCP | LOG_FCP_UNDER; in lpfc_fcp_io_cmd_wqe_cmpl()
4121 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl()
4173 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl()
4240 lpfc_printf_vlog(vport, KERN_WARNING, logit, in lpfc_fcp_io_cmd_wqe_cmpl()
[all …]
Dlpfc_attr.c7197 int logit = 0; in lpfc_nvme_mod_param_dep() local
7201 logit = 1; in lpfc_nvme_mod_param_dep()
7205 logit = 1; in lpfc_nvme_mod_param_dep()
7209 logit = 1; in lpfc_nvme_mod_param_dep()
7211 if (logit) in lpfc_nvme_mod_param_dep()
Dlpfc_init.c12674 goto logit; in lpfc_cpu_affinity_check()
12681 logit: in lpfc_cpu_affinity_check()
/Linux-v6.1/tools/testing/ktest/
Dktest.pl584 sub logit { subroutine
2109 logit $sha1;
2885 logit $output;