Home
last modified time | relevance | path

Searched refs:jiffies_to_timespec (Results 1 – 7 of 7) sorted by relevance

/linux-3.4.99/include/asm-generic/
Dcputime.h45 jiffies_to_timespec(cputime_to_jiffies(__ct),__val)
/linux-3.4.99/kernel/
Dtime.c514 jiffies_to_timespec(const unsigned long jiffies, struct timespec *value) in jiffies_to_timespec() function
525 EXPORT_SYMBOL(jiffies_to_timespec);
/linux-3.4.99/include/linux/
Djiffies.h301 extern void jiffies_to_timespec(const unsigned long jiffies,
/linux-3.4.99/drivers/ata/
Dlibata-transport.c497 jiffies_to_timespec(ent->timestamp,&time); in ata_show_ering()
/linux-3.4.99/drivers/scsi/libfc/
Dfc_lport.c312 jiffies_to_timespec(jiffies, &v0); in fc_get_host_stats()
313 jiffies_to_timespec(lport->boot_time, &v1); in fc_get_host_stats()
/linux-3.4.99/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_hw.c2534 jiffies_to_timespec(jiffies, &val); in netxen_collect_minidump()
/linux-3.4.99/kernel/sched/
Dcore.c5018 jiffies_to_timespec(time_slice, &t); in SYSCALL_DEFINE2()