Lines Matching refs:jiffies
248 if (time_before(jiffies, ifmsh->next_perr)) in mesh_path_error_tx()
555 if (time_after(jiffies, ifmsh->last_sn_update + in hwmp_preq_frame_process()
557 time_before(jiffies, ifmsh->last_sn_update)) { in hwmp_preq_frame_process()
559 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
572 ifmsh->last_sn_update = jiffies; in hwmp_preq_frame_process()
826 (time_after(jiffies, mpath->last_preq_to_root + in hwmp_rann_frame_process()
828 time_before(jiffies, mpath->last_preq_to_root))) && in hwmp_rann_frame_process()
834 mpath->last_preq_to_root = jiffies; in hwmp_rann_frame_process()
967 if (time_after(jiffies, ifmsh->last_preq + min_preq_int_jiff(sdata))) in mesh_queue_preq()
970 else if (time_before(jiffies, ifmsh->last_preq)) { in mesh_queue_preq()
974 ifmsh->last_preq = jiffies - min_preq_int_jiff(sdata) - 1; in mesh_queue_preq()
997 time_before(jiffies, ifmsh->last_preq + in mesh_path_start_discovery()
1033 ifmsh->last_preq = jiffies; in mesh_path_start_discovery()
1035 if (time_after(jiffies, ifmsh->last_sn_update + in mesh_path_start_discovery()
1037 time_before(jiffies, ifmsh->last_sn_update)) { in mesh_path_start_discovery()
1039 sdata->u.mesh.last_sn_update = jiffies; in mesh_path_start_discovery()
1059 mod_timer(&mpath->timer, jiffies + mpath->discovery_timeout); in mesh_path_start_discovery()
1151 if (time_after(jiffies, in mesh_nexthop_lookup()
1196 mpath->exp_time = jiffies; in mesh_path_timer()