bcachefs-tools/include/linux/rculist.h

17 lines
325 B
C
Raw Normal View History

2017-01-08 12:13:18 +03:00
#ifndef _LINUX_RCULIST_H
#define _LINUX_RCULIST_H
2018-05-17 10:14:09 +03:00
#include <urcu/rculist.h>
2017-01-08 12:13:18 +03:00
2018-05-17 10:14:09 +03:00
#include <urcu/rcuhlist.h>
2017-01-08 12:13:18 +03:00
2018-05-17 10:14:09 +03:00
#define hlist_add_head_rcu cds_hlist_add_head_rcu
#define hlist_del_rcu cds_hlist_del_rcu
2017-01-08 12:13:18 +03:00
2018-05-17 10:14:09 +03:00
#define hlist_for_each_rcu cds_hlist_for_each_rcu
#define hlist_for_each_entry_rcu cds_hlist_for_each_entry_rcu_2
2017-01-08 12:13:18 +03:00
#endif