Home
last modified time | relevance | path

Searched refs:jif (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_debugfs.c164 unsigned long jif; in seq_print_waiting_for_AL() local
174 jif = req->start_jif; in seq_print_waiting_for_AL()
182 seq_printf(m, "%u\t", jiffies_to_msecs(now - jif)); in seq_print_waiting_for_AL()
364 unsigned long jif = jiffies; in in_flight_summary_show() local
376 seq_print_resource_pending_bitmap_io(m, resource, jif); in in_flight_summary_show()
380 seq_print_resource_pending_meta_io(m, resource, jif); in in_flight_summary_show()
399 seq_print_resource_pending_peer_requests(m, resource, jif); in in_flight_summary_show()
403 seq_print_waiting_for_AL(m, resource, jif); in in_flight_summary_show()
407 seq_print_resource_transfer_log_summary(m, resource, connection, jif); in in_flight_summary_show()
410 jif in in_flight_summary_show()
540 unsigned long jif = jiffies; callback_history_show() local
[all...]
/linux/kernel/time/
H A Dtimer_migration.c941 unsigned long jif) in tmigr_handle_remote_cpu()
983 * point where the jiffies snapshot @jif was taken in tmigr_handle_remote(). in tmigr_handle_remote_cpu()
1023 fetch_next_timer_interrupt_remote(jif, now, &tevt, cpu); in tmigr_handle_remote_cpu()
1048 unsigned long jif; in tmigr_handle_remote_up()
1052 jif = data->basej; in tmigr_handle_remote_up()
1076 tmigr_handle_remote_cpu(remote_cpu, now, jif); in tmigr_handle_remote_up()
1192 unsigned long jif; in tmigr_requires_handle_remote()
1198 data.now = get_jiffies_update(&jif); in tmigr_requires_handle_remote()
942 tmigr_handle_remote_cpu(unsigned int cpu,u64 now,unsigned long jif) tmigr_handle_remote_cpu() argument
1049 unsigned long jif; tmigr_handle_remote_up() local
1193 unsigned long jif; tmigr_requires_handle_remote() local
/linux/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_mbox.c763 unsigned long jif; in wait_for_mbox_seg_completion() local
782 jif = msecs_to_jiffies(HINIC_MBOX_COMP_TIME); in wait_for_mbox_seg_completion()
783 if (!wait_for_completion_timeout(done, jif)) { in wait_for_mbox_seg_completion()
/linux/drivers/scsi/lpfc/
H A Dlpfc_debugfs.c167 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data()
178 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_disc_trc_data()
233 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_slow_ring_trc_data()
244 ms = jiffies_to_msecs(dtp->jif - lpfc_debugfs_start_time); in lpfc_debugfs_slow_ring_trc_data()
1848 dtp->jif = jiffies; in lpfc_debugfs_disc_trc()
1886 dtp->jif = jiffies; in lpfc_debugfs_slow_ring_trc()