Home
last modified time | relevance | path

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

12

/linux/kernel/time/
H A 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);
H A Dtime_test.c74 time64_to_tm(secs, 0, &result); in time64_to_tm_test_date_range()
/linux/include/linux/
H A Dtime.h58 void time64_to_tm(time64_t totalsecs, int offset, struct tm *result);
/linux/fs/udf/
H A Dudftime.c75 time64_to_tm(seconds, 0, &tm); in udf_time_to_disk_stamp()
/linux/drivers/media/test-drivers/vivid/
H A Dvivid-rds-gen.c94 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in vivid_rds_generate()
H A Dvivid-vbi-gen.c177 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in vivid_vbi_gen_set_time_of_day()
/linux/fs/exfat/
H A Dmisc.c99 time64_to_tm(ts->tv_sec, 0, &tm); in exfat_set_entry_time()
/linux/fs/fat/
H A Dmisc.c247 time64_to_tm(ts->tv_sec, -fat_tz_offset(sbi), &tm); in fat_time_unix2fat()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_coredump.c286 time64_to_tm(start, 0, &tm); in bnxt_fill_coredump_record()
311 time64_to_tm(end, 0, &tm); in bnxt_fill_coredump_record()
/linux/drivers/net/wwan/
H A Dwwan_hwsim.c243 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in wwan_hwsim_nmea_emul_timer()
/linux/security/tomoyo/
H A Dutil.c95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()
/linux/net/netfilter/
H A Dnft_meta.c53 time64_to_tm(secs, 0, &tm); in nft_meta_hour()
/linux/sound/soc/codecs/
H A Dtas2783-sdw.c585 time64_to_tm(ts, 0, &tm); in tas2783_validate_calibdata()
/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.c152 time64_to_tm(ktime_get_real_seconds(), 0, &tm); in bnge_hwrm_fw_set_time()
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_psi.c1990 time64_to_tm(ts.tv_sec, 0, &time); in vidtv_psi_eit_event_init()
/linux/drivers/scsi/aacraid/
H A Dcommsup.c2239 time64_to_tm(local_time, 0, &cur_tm); in aac_send_safw_hostttime()
/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c1008 time64_to_tm(entry->seconds_since_epoch, 0, &tm); in dump_cfg_access_entry()
/linux/drivers/bluetooth/
H A Dbtintel_pcie.c658 time64_to_tm(now.tv_sec, 0, &tm_now); in btintel_pcie_read_dram_buffers()
/linux/lib/
H A Dvsprintf.c1971 time64_to_tm(time, 0, &tm); in time64_str()
/linux/drivers/scsi/arcmsr/
H A Darcmsr_hba.c3959 time64_to_tm(ktime_get_real_seconds(), -sys_tz.tz_minuteswest * 60, &tm); in arcmsr_set_iop_datetime()
/linux/drivers/scsi/lpfc/
H A Dlpfc_attr.c408 time64_to_tm(ktime_get_real_seconds(), in lpfc_vmid_info_show()
H A Dlpfc_init.c5654 time64_to_tm(cur_time.tv_sec, 0, &tm_val); in lpfc_cgn_update_tstamp()
H A Dlpfc_sli.c8428 time64_to_tm(cur_time.tv_sec, 0, &broken); in lpfc_set_host_tm()
/linux/drivers/scsi/
H A Dips.c5973 time64_to_tm(current_time, 0, &tm); in ips_fix_ffdc_time()
/linux/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c1099 time64_to_tm(local_time, -sys_tz.tz_minuteswest * 60, &tm); in pqi_write_current_time_to_host_wellness()

12