Home
last modified time | relevance | path

Searched refs:debug_log (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A Dlog.c40 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 in batadv_emit_log_char()
60 batadv_fdebug_log(struct batadv_priv_debug_log *debug_log, const char *fmt, ...) batadv_fdebug_log() argument
104 batadv_log_empty(struct batadv_priv_debug_log *debug_log) batadv_log_empty() argument
113 struct batadv_priv_debug_log *debug_log = bat_priv->debug_log; batadv_log_read() local
167 struct batadv_priv_debug_log *debug_log = bat_priv->debug_log; batadv_log_poll() local
[all...]
H A Dtypes.h1738 /** @debug_log: holding debug logging relevant data */
1739 struct batadv_priv_debug_log *debug_log; member
/kernel/linux/linux-5.10/drivers/ide/
H A Dide-atapi.c20 #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("[cm in ide_pc_intr()
[all...]
/kernel/linux/linux-6.6/net/batman-adv/
H A Dtypes.h1710 /** @debug_log: holding debug logging relevant data */
1711 struct batadv_priv_debug_log *debug_log; member

Completed in 11 milliseconds