sched_rq_cmpRegular
4.4: Absent ⚠️
4.8: Absent ⚠️
4.10: Absent ⚠️
4.13: Absent ⚠️
4.15: Absent ⚠️
4.18: Absent ⚠️
5.0: Absent ⚠️
5.3: Absent ⚠️
5.4: Absent ⚠️
5.8: Absent ⚠️
5.11: ✅int sched_rq_cmp(void *priv, struct list_head *a, struct list_head *b);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-mq-sched.c (ffffffff81573100)
Location: block/blk-mq-sched.c:78
Inline: False
Symbols:
ffffffff81573100-ffffffff81573119: sched_rq_cmp (STB_LOCAL)
5.13: ✅int sched_rq_cmp(void *priv, const struct list_head *a, const struct list_head *b);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-mq-sched.c (ffffffff8157b150)
Location: block/blk-mq-sched.c:78
Inline: False
Symbols:
ffffffff8157b150-ffffffff8157b169: sched_rq_cmp (STB_LOCAL)
5.15: ✅int sched_rq_cmp(void *priv, const struct list_head *a, const struct list_head *b);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-mq-sched.c (ffffffff815e04c0)
Location: block/blk-mq-sched.c:78
Inline: False
Symbols:
ffffffff815e04c0-ffffffff815e04d9: sched_rq_cmp (STB_LOCAL)
5.19: ✅int sched_rq_cmp(void *priv, const struct list_head *a, const struct list_head *b);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-mq-sched.c (ffffffff8168ef10)
Location: block/blk-mq-sched.c:50
Inline: False
Symbols:
ffffffff8168ef10-ffffffff8168ef31: sched_rq_cmp (STB_LOCAL)
6.2: ✅int sched_rq_cmp(void *priv, const struct list_head *a, const struct list_head *b);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-mq-sched.c (ffffffff8174d9d0)
Location: block/blk-mq-sched.c:49
Inline: False
Symbols:
ffffffff8174d9d0-ffffffff8174d9f1: sched_rq_cmp (STB_LOCAL)
6.5: ✅int sched_rq_cmp(void *priv, const struct list_head *a, const struct list_head *b);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-mq-sched.c (ffffffff81789f50)
Location: block/blk-mq-sched.c:47
Inline: False
Symbols:
ffffffff81789f50-ffffffff81789f71: sched_rq_cmp (STB_LOCAL)
6.8: ✅int sched_rq_cmp(void *priv, const struct list_head *a, const struct list_head *b);
Collision: Unique Static
Inline: No
Transformation: False
Instances:
In block/blk-mq-sched.c (ffffffff817cc6d0)
Location: block/blk-mq-sched.c:47
Inline: False
Symbols:
ffffffff817cc6d0-ffffffff817cc6f1: sched_rq_cmp (STB_LOCAL)
arm64: Absent ⚠️
armhf: Absent ⚠️
ppc64el: Absent ⚠️
riscv64: Absent ⚠️
aws: Absent ⚠️
azure: Absent ⚠️
gcp: Absent ⚠️
lowlatency: Absent ⚠️
Regular
5.11 and 5.13 ⚠️struct list_head *a ➡️ const struct list_head *a
struct list_head *b ➡️ const struct list_head *b
5.13 and 5.15 ✅
5.15 and 5.19 ✅
5.19 and 6.2 ✅
6.2 and 6.5 ✅
6.5 and 6.8 ✅