Searched refs:debug_log (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
D | log.c | 40 static char *batadv_log_char_addr(struct batadv_priv_debug_log *debug_log, in batadv_log_char_addr() argument 43 return &debug_log->log_buff[idx & BATADV_LOG_BUFF_MASK]; in batadv_log_char_addr() 46 static void batadv_emit_log_char(struct batadv_priv_debug_log *debug_log, in batadv_emit_log_char() argument 51 char_addr = batadv_log_char_addr(debug_log, debug_log->log_end); in batadv_emit_log_char() 53 debug_log->log_end++; in batadv_emit_log_char() 55 if (debug_log->log_end - debug_log->log_start > batadv_log_buff_len) in batadv_emit_log_char() 56 debug_log->log_start = debug_log->log_end - batadv_log_buff_len; in batadv_emit_log_char() 60 static int batadv_fdebug_log(struct batadv_priv_debug_log *debug_log, in batadv_fdebug_log() argument 67 if (!debug_log) in batadv_fdebug_log() 70 spin_lock_bh(&debug_log->lock); in batadv_fdebug_log() [all …]
|
D | types.h | 1733 struct batadv_priv_debug_log *debug_log; member
|
/kernel/linux/linux-5.10/drivers/ide/ |
D | ide-atapi.c | 20 #define debug_log(fmt, args...) \ macro 23 #define debug_log(fmt, args...) do {} while (0) macro 301 debug_log("%s: scsi_req(rq)->cmd[0]: 0x%x\n", __func__, scsi_req(rq)->cmd[0]); in ide_cd_expiry() 374 debug_log("ireason: 0x%x, rw: 0x%x\n", ireason, rw); in ide_check_ireason() 427 debug_log("Enter %s - interrupt handler\n", __func__); in ide_pc_intr() 450 debug_log("%s: DMA finished\n", drive->name); in ide_pc_intr() 458 debug_log("Packet command completed, %d bytes transferred\n", in ide_pc_intr() 471 debug_log("%s: I/O error\n", drive->name); in ide_pc_intr() 482 debug_log("[cmd %x]: check condition\n", scsi_req(rq)->cmd[0]); in ide_pc_intr() 549 debug_log("[cmd %x] transferred %d bytes, padded %d bytes, resid: %u\n", in ide_pc_intr()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 196156 + * @file vpu-debug_log.c
|