Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/time/
Dtimeconv.c47 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result) in time64_to_tm() function
141 EXPORT_SYMBOL(time64_to_tm);
Dtime_test.c72 time64_to_tm(secs, 0, &result); in time64_to_tm_test_date_range()
/Linux-v6.1/include/linux/
Dtime.h58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
/Linux-v6.1/fs/udf/
Dudftime.c84 time64_to_tm(seconds, 0, &tm); in udf_time_to_disk_stamp()
/Linux-v6.1/drivers/media/test-drivers/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-v6.1/fs/exfat/
Dmisc.c99 time64_to_tm(ts->tv_sec, 0, &tm); in exfat_set_entry_time()
/Linux-v6.1/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_coredump.c230 time64_to_tm(start, 0, &tm); in bnxt_fill_coredump_record()
255 time64_to_tm(end, 0, &tm); in bnxt_fill_coredump_record()
Dbnxt.c8277 time64_to_tm(now, 0, &tm); in bnxt_hwrm_fw_set_time()
/Linux-v6.1/fs/fat/
Dmisc.c247 time64_to_tm(ts->tv_sec, -fat_tz_offset(sbi), &tm); in fat_time_unix2fat()
/Linux-v6.1/security/tomoyo/
Dutil.c95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()
/Linux-v6.1/drivers/scsi/fnic/
Dfnic_trace.c796 time64_to_tm(tdata->time_stamp.tv_sec, 0, &tm); in copy_and_format_trace_data()
/Linux-v6.1/net/netfilter/
Dnft_meta.c53 time64_to_tm(secs, 0, &tm); in nft_meta_hour()
/Linux-v6.1/drivers/media/test-drivers/vidtv/
Dvidtv_psi.c1957 time64_to_tm(ts.tv_sec, 0, &time); in vidtv_psi_eit_event_init()
/Linux-v6.1/drivers/scsi/aacraid/
Dcommsup.c2368 time64_to_tm(local_time, 0, &cur_tm); in aac_send_safw_hostttime()
/Linux-v6.1/drivers/scsi/lpfc/
Dlpfc_init.c5596 time64_to_tm(cur_time.tv_sec, 0, &broken); in lpfc_cgn_update_stat()
5698 time64_to_tm(cur_time.tv_sec, 0, &broken); in lpfc_cgn_save_evt_cnt()
5858 time64_to_tm(phba->cgn_daily_ts.tv_sec, 0, &broken); in lpfc_cgn_save_evt_cnt()
13624 time64_to_tm(cmpl_time.tv_sec, 0, &broken); in lpfc_init_congestion_buf()
13675 time64_to_tm(cmpl_time.tv_sec, 0, &broken); in lpfc_init_congestion_stat()
Dlpfc_sli.c8431 time64_to_tm(cur_time.tv_sec, 0, &broken); in lpfc_set_host_tm()
/Linux-v6.1/lib/
Dvsprintf.c1913 time64_to_tm(time, 0, &tm); in time64_str()
/Linux-v6.1/fs/
Dnamespace.c2620 time64_to_tm(sb->s_time_max, 0, &tm); in mnt_warn_timestamp_expiry()
/Linux-v6.1/drivers/scsi/arcmsr/
Darcmsr_hba.c3871 time64_to_tm(ktime_get_real_seconds(), -sys_tz.tz_minuteswest * 60, &tm); in arcmsr_set_iop_datetime()
/Linux-v6.1/drivers/scsi/
Dips.c5991 time64_to_tm(current_time, 0, &tm); in ips_fix_ffdc_time()
/Linux-v6.1/drivers/scsi/smartpqi/
Dsmartpqi_init.c1040 time64_to_tm(local_time, -sys_tz.tz_minuteswest * 60, &tm); in pqi_write_current_time_to_host_wellness()