[PATCH 0/2] rdma: Converge on using secs_to_jiffies()
From: Easwar Hariharan
Date: Wed Feb 19 2025 - 16:37:54 EST
This series converts users of msecs_to_jiffies() that either use the
multiply pattern of either of:
- msecs_to_jiffies(N*1000) or
- msecs_to_jiffies(N*MSEC_PER_SEC)
where N is a constant or an expression, to avoid the multiplication.
The conversion is made with Coccinelle with the secs_to_jiffies() script
in scripts/coccinelle/misc. Attention is paid to what the best change
can be rather than restricting to what the tool provides.
This series is based on next-20250219
Signed-off-by: Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>
---
Easwar Hariharan (2):
RDMA/mlx4: convert timeouts to secs_to_jiffies()
RDMA/mlx5: convert timeouts to secs_to_jiffies()
drivers/infiniband/hw/mlx4/alias_GUID.c | 2 +-
drivers/infiniband/hw/mlx5/mr.c | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 8936cec5cb6e27649b86fabf383d7ce4113bba49
change-id: 20250219-rdma-secs-to-jiffies-21fb900be3fe
Best regards,
--
Easwar Hariharan <eahariha@xxxxxxxxxxxxxxxxxxx>