Home
last modified time | relevance | path

Searched refs:get_timestamp (Results 1 - 25 of 46) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/misc/ibmasm/
H A Dheartbeat.c64 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit()
66 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit()
77 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_receive_heartbeat()
H A Dlowlevel.c53 dbg("respond to interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
68 dbg("finished interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
H A Dcommand.c87 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in do_exec_command()
110 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_exec_command()
130 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in exec_next_command()
H A Dibmasm.h41 static inline char *get_timestamp(char *buf) in get_timestamp() function
/kernel/linux/linux-6.6/drivers/misc/ibmasm/
H A Dheartbeat.c65 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit()
67 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_heartbeat_exit()
78 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_receive_heartbeat()
H A Dlowlevel.c53 dbg("respond to interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
68 dbg("finished interrupt at %s\n", get_timestamp(tsbuf)); in ibmasm_interrupt_handler()
H A Dcommand.c87 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in do_exec_command()
110 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in ibmasm_exec_command()
130 dbg("%s:%d at %s\n", __func__, __LINE__, get_timestamp(tsbuf)); in exec_next_command()
H A Dibmasm.h41 static inline char *get_timestamp(char *buf) in get_timestamp() function
/kernel/linux/linux-5.10/drivers/staging/blackbox/
H A Dblackbox_core.c197 get_timestamp(info->error_time, TIMESTAMP_MAX_LEN); in format_error_info()
245 get_timestamp(timestamp, sizeof(timestamp)); in save_invalid_log()
326 get_timestamp(timestamp, sizeof(timestamp)); in save_log_without_reset()
418 get_timestamp((char *)info->error_time, TIMESTAMP_MAX_LEN); in do_save_last_log()
H A Dblackbox_common.c155 void get_timestamp(char *buf, size_t buf_size) in get_timestamp() function
178 EXPORT_SYMBOL_GPL(get_timestamp); variable
/kernel/linux/linux-6.6/drivers/staging/blackbox/
H A Dblackbox_core.c197 get_timestamp(info->error_time, TIMESTAMP_MAX_LEN); in format_error_info()
245 get_timestamp(timestamp, sizeof(timestamp)); in save_invalid_log()
326 get_timestamp(timestamp, sizeof(timestamp)); in save_log_without_reset()
418 get_timestamp((char *)info->error_time, TIMESTAMP_MAX_LEN); in do_save_last_log()
H A Dblackbox_common.c176 void get_timestamp(char *buf, size_t buf_size) in get_timestamp() function
199 EXPORT_SYMBOL_GPL(get_timestamp); variable
/kernel/linux/linux-6.6/kernel/
H A Dwatchdog.c334 static unsigned long get_timestamp(void) in get_timestamp() function
354 __this_cpu_write(watchdog_report_ts, get_timestamp()); in update_report_ts()
360 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in update_touch_ts()
474 now = get_timestamp(); in watchdog_timer_fn()
/kernel/linux/linux-5.10/include/linux/
H A Dblackbox.h77 void get_timestamp(char *buf, size_t buf_size);
/kernel/linux/linux-6.6/include/linux/
H A Dblackbox.h77 void get_timestamp(char *buf, size_t buf_size);
/kernel/linux/linux-5.10/kernel/
H A Dwatchdog.c228 static unsigned long get_timestamp(void) in get_timestamp() function
249 __this_cpu_write(watchdog_touch_ts, get_timestamp()); in update_touch_ts()
302 unsigned long now = get_timestamp(); in is_softlockup()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.h288 u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p); member
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_desc.h288 u64 (*get_timestamp)(struct sxgbe_rx_ctxt_desc *p); member
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c361 .get_timestamp = dwxgmac2_get_timestamp,
H A Dnorm_desc.c326 .get_timestamp = ndesc_get_timestamp,
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.h47 int (*get_timestamp)(struct msm_gpu *gpu, uint64_t *value); member
H A Dadreno_gpu.c244 if (adreno_gpu->funcs->get_timestamp) { in adreno_get_param()
248 ret = adreno_gpu->funcs->get_timestamp(gpu, value); in adreno_get_param()
/kernel/linux/linux-6.6/drivers/net/can/usb/etas_es58x/
H A Des58x_core.h347 * @get_timestamp: Request a timestamp from the ES58X device.
359 int (*get_timestamp)(struct es58x_device *es58x_dev); member
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Ddwxgmac2_descs.c356 .get_timestamp = dwxgmac2_get_timestamp,
H A Dnorm_desc.c314 .get_timestamp = ndesc_get_timestamp,

Completed in 16 milliseconds

12