Searched refs:jif (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/block/drbd/
H A Ddrbd_debugfs.c164 unsigned long jif; local
174 jif = req->start_jif;
182 seq_printf(m, "%u\t", jiffies_to_msecs(now - jif));
364 unsigned long jif = jiffies; local
376 seq_print_resource_pending_bitmap_io(m, resource, jif);
380 seq_print_resource_pending_meta_io(m, resource, jif);
399 seq_print_resource_pending_peer_requests(m, resource, jif);
403 seq_print_waiting_for_AL(m, resource, jif);
407 seq_print_resource_transfer_log_summary(m, resource, connection, jif);
410 jif
540 unsigned long jif = jiffies; local
[all...]
/linux-master/kernel/time/
H A Dtimer_migration.c898 unsigned long jif)
976 fetch_next_timer_interrupt_remote(jif, now, &tevt, cpu);
1002 unsigned long jif; local
1006 jif = data->basej;
1030 tmigr_handle_remote_cpu(remote_cpu, now, jif);
1161 unsigned long jif; local
1167 data.now = get_jiffies_update(&jif);
897 tmigr_handle_remote_cpu(unsigned int cpu, u64 now, unsigned long jif) argument
/linux-master/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c763 unsigned long jif; local
782 jif = msecs_to_jiffies(HINIC_MBOX_COMP_TIME);
783 if (!wait_for_completion_timeout(done, jif)) {
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h228 unsigned long jif; member in struct:lpfc_debugfs_trc
H A Dlpfc_debugfs.c167 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
178 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
233 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
244 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time);
1841 dtp->jif = jiffies;
1879 dtp->jif = jiffies;
/linux-master/kernel/
H A Dsysctl.c1208 unsigned long jif = msecs_to_jiffies(*negp ? -*lvalp : *lvalp); local
1210 if (jif > INT_MAX)
1212 WRITE_ONCE(*valp, (int)jif);
/linux-master/kernel/rcu/
H A Dtree_nocb.h271 void rcu_set_jiffies_lazy_flush(unsigned long jif) argument
273 jiffies_lazy_flush = jif;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_init.c2164 u64 jif; local
2213 jif = jiffies;
2217 jiffies_to_msecs(jiffies - jif), vha->host_no,

Completed in 344 milliseconds