[lttng-dev] [PATCH urcu] urcu: add cds_list_for_each_entry_safe_from macro

2015-04-30 Thread Jeff Layton
Same as cds_list_for_each_entry_safe, but starts at an arbitrary point within the list instead of at the head. Signed-off-by: Jeff Layton --- urcu/list.h | 9 + 1 file changed, 9 insertions(+) diff --git a/urcu/list.h b/urcu/list.h index b4962b445dfb..4aaf869351fe 100644 --- a/urcu/list

Re: [lttng-dev] [PATCH urcu] urcu: add cds_list_for_each_entry_safe_from macro

2015-05-08 Thread Mathieu Desnoyers
- Original Message - > Same as cds_list_for_each_entry_safe, but starts at an arbitrary point > within the list instead of at the head. Merged in urcu master branch, thanks! Mathieu > > Signed-off-by: Jeff Layton > --- > urcu/list.h | 9 + > 1 file changed, 9 insertions(+) >