include/linux/list_bl.h
0 → 100644
+144
−0
include/linux/rculist_bl.h
0 → 100644
+127
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
Introduce a type of hlist that can support the use of the lowest bit in the hlist_head. This will be subsequently used to implement per-bucket bit spinlock for inode and dentry hashes, and may be useful in other cases such as network hashes. Reviewed-by:Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by:
Nick Piggin <npiggin@kernel.dk>