diff options
| author | Himangi Saraogi <[email protected]> | 2014-08-20 23:20:09 +0530 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-08-22 12:23:11 -0700 |
| commit | 8b1b1eb521004cec2518307c22dba8f4bff1c2bf (patch) | |
| tree | b7a36384538f2a7831a5ee08080463990450d438 /tools/perf/scripts/python/netdev-times.py | |
| parent | c72c95a064e55923c5dd050d099e51ac550f29a2 (diff) | |
decnet: Use time_after_eq
The functions time_before, time_before_eq, time_after, and time_after_eq
are more robust for comparing jiffies against other values.
A simplified version of the Coccinelle semantic patch making this change
is as follows:
@change@
expression E1,E2;
@@
- (jiffies - E1) >= E2
+ time_after_eq(jiffies, E1+E2)
Signed-off-by: Himangi Saraogi <[email protected]>
Acked-by: Julia Lawall <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions