Home
last modified time | relevance | path

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

/linux/tools/thermal/lib/
H A 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__)
H A Dlog.c34 extern void logit(int level, const char *format, ...) in logit() function
/linux/fs/reiserfs/
H A 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/drivers/scsi/qla2xxx/
H A Dqla_isr.c2585 logit = 0; in qla24xx_logio_entry()
2589 logit = 0; in qla24xx_logio_entry()
2622 if (logit) in qla24xx_logio_entry()
2741 logit = 1; in qla24xx_nvme_iocb_entry()
2769 logit = 1; in qla24xx_nvme_iocb_entry()
2803 logit = 1; in qla24xx_nvme_iocb_entry()
2809 logit = 0; in qla24xx_nvme_iocb_entry()
3502 logit = 0; in qla2x00_status_entry()
3560 logit = 0; in qla2x00_status_entry()
3571 logit = 1; in qla2x00_status_entry()
[all …]
H A Dqla_mr.c2265 int logit = 1; in qlafx00_status_entry() local
2372 logit = 0; in qlafx00_status_entry()
2438 logit = 0; in qlafx00_status_entry()
2450 logit = 1; in qlafx00_status_entry()
2499 if (logit) in qlafx00_status_entry()
/linux/drivers/scsi/lpfc/
H A Dlpfc_scsi.c3886 logit = LOG_FCP_ERROR; in lpfc_handle_fcp_err()
3889 logit = LOG_FCP_UNDER; in lpfc_handle_fcp_err()
4020 u32 logit = LOG_FCP; in lpfc_fcp_io_cmd_wqe_cmpl() local
4102 logit = 0; in lpfc_fcp_io_cmd_wqe_cmpl()
4104 logit = LOG_FCP | LOG_FCP_UNDER; in lpfc_fcp_io_cmd_wqe_cmpl()
4351 uint32_t logit = LOG_FCP; in lpfc_scsi_cmd_iocb_cmpl() local
4424 logit = 0; in lpfc_scsi_cmd_iocb_cmpl()
5994 u32 logit = LOG_FCP; in lpfc_device_reset_handler() local
6030 logit = LOG_TRACE_EVENT; in lpfc_device_reset_handler()
6072 u32 logit = LOG_FCP; in lpfc_target_reset_handler() local
[all …]
H A Dlpfc_attr.c7330 int logit = 0; in lpfc_nvme_mod_param_dep() local
7334 logit = 1; in lpfc_nvme_mod_param_dep()
7338 logit = 1; in lpfc_nvme_mod_param_dep()
7342 logit = 1; in lpfc_nvme_mod_param_dep()
7344 if (logit) in lpfc_nvme_mod_param_dep()
H A Dlpfc_init.c12677 goto logit; in lpfc_cpu_affinity_check()
12682 logit: in lpfc_cpu_affinity_check()
/linux/tools/testing/ktest/
H A Dktest.pl588 sub logit { subroutine
2153 logit $sha1;
2930 logit $output;