Fix: add hlist lttng wrappers
[lttng-modules.git] / wrapper / rcu.h
index d96d42d1de038e0ec9ae644332abb1d1e7627d2e..8c4cd7442c1907f6839d6629849b3c2b735187d8 100644 (file)
  * not do any RCU debugging or tracing.
  */
 #define lttng_hlist_for_each_entry_rcu(pos, head, member)      \
-       for (pos = lttng_hlist_entry_safe (lttng_rcu_dereference(hlist_first_rcu(head)), \
+       for (pos = lttng_hlist_entry_safe (lttng_rcu_dereference(lttng_hlist_first_rcu(head)), \
                        typeof(*(pos)), member);                \
                pos;                                            \
-               pos = lttng_hlist_entry_safe(lttng_rcu_dereference(hlist_next_rcu( \
+               pos = lttng_hlist_entry_safe(lttng_rcu_dereference(lttng_hlist_next_rcu( \
                        &(pos)->member)), typeof(*(pos)), member))
 
 #endif /* _LTTNG_WRAPPER_RCU_H */
This page took 0.023333 seconds and 4 git commands to generate.