Lines Matching refs:jiffies
246 if (time_before(jiffies, ifmsh->next_perr)) in mesh_path_error_tx()
594 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
596 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
598 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
611 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
869 (time_after(jiffies, mpath->last_preq_to_root + in hwmp_rann_frame_process()
871 time_before(jiffies, mpath->last_preq_to_root))) && in hwmp_rann_frame_process()
877 mpath->last_preq_to_root = jiffies; in hwmp_rann_frame_process()
1014 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata))) in mesh_queue_preq()
1017 else if (time_before(jiffies, ifmsh->last_preq)) { in mesh_queue_preq()
1021 ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1; in mesh_queue_preq()
1044 time_before(jiffies, ifmsh->last_preq + in mesh_path_start_discovery()
1084 ifmsh->last_preq = jiffies; in mesh_path_start_discovery()
1086 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1088 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1090 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
1113 mod_timer(&mpath->timer, jiffies + mpath->discovery_timeout); in mesh_path_start_discovery()
1240 if (time_after(jiffies, in mesh_nexthop_lookup()
1283 mpath->exp_time = jiffies; in mesh_path_timer()