Home
last modified time | relevance | path

Searched refs:time64_to_tm (Results 1 – 22 of 22) sorted by relevance

/Linux-v5.4/kernel/time/
Dtimeconv.c78 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() function
129 EXPORT_SYMBOL(time64_to_tm);
/Linux-v5.4/include/linux/
Dtime.h71 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
/Linux-v5.4/fs/udf/
Dudftime.c84 time64_to_tm(seconds, 0, &tm); in udf_time_to_disk_stamp()
/Linux-v5.4/drivers/media/platform/vivid/
Dvivid-rds-gen.c94 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in vivid_rds_generate()
Dvivid-vbi-gen.c181 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in vivid_vbi_gen_set_time_of_day()
/Linux-v5.4/drivers/firmware/
Draspberrypi.c188 time64_to_tm(packet, 0, &tm); in rpi_firmware_print_firmware_revision()
/Linux-v5.4/fs/fat/
Dmisc.c238 time64_to_tm(ts->tv_sec, -fat_tz_offset(sbi), &tm); in fat_time_unix2fat()
/Linux-v5.4/security/tomoyo/
Dutil.c95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()
/Linux-v5.4/net/netfilter/
Dnft_meta.c52 time64_to_tm(secs, 0, &tm); in nft_meta_hour()
/Linux-v5.4/drivers/scsi/fnic/
Dfnic_trace.c810 time64_to_tm(tdata->time_stamp.tv_sec, 0, &tm); in copy_and_format_trace_data()
/Linux-v5.4/drivers/media/usb/pulse8-cec/
Dpulse8-cec.c347 time64_to_tm(date, 0, &tm); in pulse8_setup()
/Linux-v5.4/fs/nilfs2/
Dsysfs.c25 time64_to_tm(time_t_val, 0, &res); \
/Linux-v5.4/drivers/usb/host/
Dxhci-tegra.c910 time64_to_tm(timestamp, 0, &time); in tegra_xusb_load_firmware()
/Linux-v5.4/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_ethtool.c3182 time64_to_tm(start, 0, &tm); in bnxt_fill_coredump_record()
3206 time64_to_tm(end, 0, &tm); in bnxt_fill_coredump_record()
Dbnxt.c7311 time64_to_tm(now, 0, &tm); in bnxt_hwrm_fw_set_time()
/Linux-v5.4/kernel/debug/kdb/
Dkdb_main.c2527 time64_to_tm(now, 0, &tm); in kdb_summary()
/Linux-v5.4/drivers/staging/exfat/
Dexfat_super.c74 time64_to_tm(second, 0, &tm); in exfat_time_unix2fat()
112 time64_to_tm(second, 0, &tm); in tm_current()
/Linux-v5.4/drivers/scsi/aacraid/
Dcommsup.c2378 time64_to_tm(local_time, 0, &cur_tm); in aac_send_safw_hostttime()
/Linux-v5.4/fs/
Dnamespace.c2479 time64_to_tm(sb->s_time_max, 0, &tm); in mnt_warn_timestamp_expiry()
/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr_hba.c3694 time64_to_tm(ktime_get_real_seconds(), -sys_tz.tz_minuteswest * 60, &tm); in arcmsr_set_iop_datetime()
/Linux-v5.4/drivers/scsi/
Dips.c5989 time64_to_tm(current_time, 0, &tm); in ips_fix_ffdc_time()
/Linux-v5.4/drivers/scsi/smartpqi/
Dsmartpqi_init.c887 time64_to_tm(local_time, -sys_tz.tz_minuteswest * 60, &tm); in pqi_write_current_time_to_host_wellness()