linux-xiaomi-chiron/tools/perf/util/include/linux
Akinobu Mita 307b1cd7ec bitops: rename for_each_set_bit_cont() in favor of analogous list.h function
This renames for_each_set_bit_cont() to for_each_set_bit_from() because
it is analogous to list_for_each_entry_from() in list.h rather than
list_for_each_entry_continue().

This doesn't remove for_each_set_bit_cont() for now.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: Robert Richter <robert.richter@amd.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2012-03-23 16:58:33 -07:00
..
bitmap.h perf tools: Add bitmap_or function into bitmap object 2012-02-13 23:28:10 -02:00
bitops.h bitops: rename for_each_set_bit_cont() in favor of analogous list.h function 2012-03-23 16:58:33 -07:00
compiler.h perf tools: Fix build against newer glibc 2011-08-18 07:24:53 -03:00
const.h
ctype.h
hash.h
kernel.h
linkage.h
list.h
module.h
poison.h
prefetch.h
rbtree.h
string.h
types.h