aboutsummaryrefslogtreecommitdiffstats
path: root/tools/lib/find_bit.c
diff options
context:
space:
mode:
authorYury Norov <[email protected]>2022-09-15 02:07:28 +0000
committerYury Norov <[email protected]>2022-09-21 19:17:18 +0000
commit14a99e130f2758bc826a7e7a8bdf6f7400b54f0f (patch)
tree3b067dad53502e8e00c0fce608fe3b2587f2be91 /tools/lib/find_bit.c
parentlib/find_bit: introduce FIND_FIRST_BIT() macro (diff)
downloadkernel-14a99e130f2758bc826a7e7a8bdf6f7400b54f0f.tar.gz
kernel-14a99e130f2758bc826a7e7a8bdf6f7400b54f0f.zip
lib/find_bit: create find_first_zero_bit_le()
find_first_zero_bit_le() is an alias to find_next_zero_bit_le(), despite that 'next' is known to be slower than 'first' version. Now that we have common FIND_FIRST_BIT() macro helper, it's trivial to implement find_first_zero_bit_le() as a real function. Reviewed-by: Valentin Schneider <[email protected]> Signed-off-by: Yury Norov <[email protected]>
Diffstat (limited to 'tools/lib/find_bit.c')
0 files changed, 0 insertions, 0 deletions