diff options
author | Krishna Kumar <krkumar2@in.ibm.com> | 2006-10-17 04:39:09 (GMT) |
---|---|---|
committer | Roland Dreier <rolandd@cisco.com> | 2006-11-29 23:33:05 (GMT) |
commit | f115db4803effd8207c3169590fb3f13336a4093 (patch) | |
tree | e485659a0593e06583a661ec83e20647d90a964e /mm | |
parent | e4022274cf8df1f78f9e20ba7e199a9edf655422 (diff) | |
download | linux-f115db4803effd8207c3169590fb3f13336a4093.tar.xz |
RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()
In queue_req(), use time_after_eq() instead of time_after()
for following reasons :
- Improves insert time if multiple entries with same time are
present.
- set_timeout need not be called if entry with same time
is added to the list (and that happens to be the entry
with the smallest time), saving atomic/locking operations.
- Earlier entries with same time are deleted first (fifo).
Signed-off-by: Krishna Kumar <krkumar2@in.ibm.com>
Acked-by: Sean Hefty <sean.hefty@intel.com>
Signed-off-by: Roland Dreier <rolandd@cisco.com>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions