Home
last modified time | relevance | path

Searched refs:jif (Results 1 – 6 of 6) 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 = jiffies - jif; in in_flight_summary_show()
[all …]
/linux/kernel/time/
H A Dtimer_migration.c904 unsigned long jif) in tmigr_handle_remote_cpu() argument
982 fetch_next_timer_interrupt_remote(jif, now, &tevt, cpu); in tmigr_handle_remote_cpu()
1007 unsigned long jif; in tmigr_handle_remote_up() local
1011 jif = data->basej; in tmigr_handle_remote_up()
1035 tmigr_handle_remote_cpu(remote_cpu, now, jif); in tmigr_handle_remote_up()
1160 unsigned long jif; in tmigr_requires_handle_remote() local
1166 data.now = get_jiffies_update(&jif); in tmigr_requires_handle_remote()
/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.h228 unsigned long jif; member
/linux/kernel/rcu/
H A Dtree_nocb.h249 void rcu_set_jiffies_lazy_flush(unsigned long jif) in rcu_set_jiffies_lazy_flush() argument
251 jiffies_lazy_flush = jif; in rcu_set_jiffies_lazy_flush()
/linux/drivers/scsi/qla2xxx/
H A Dqla_init.c2176 u64 jif; in __qla2x00_async_tm_cmd() local
2225 jif = jiffies; in __qla2x00_async_tm_cmd()
2229 jiffies_to_msecs(jiffies - jif), vha->host_no, in __qla2x00_async_tm_cmd()