Skip to content
  • Akinobu Mita's avatar
    bitops: introduce for_each_clear_bit() · 03f4a822
    Akinobu Mita authored
    
    
    Introduce for_each_clear_bit() and for_each_clear_bit_from().  They are
    similar to for_each_set_bit() and list_for_each_set_bit_from(), but they
    iterate over all the cleared bits in a memory region.
    
    Signed-off-by: default avatarAkinobu 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>
    Cc: David Woodhouse <dwmw2@infradead.org>
    Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
    Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
    Cc: Stefano Panella <stefano.panella@csr.com>
    Cc: David Vrabel <david.vrabel@csr.com>
    Cc: Sergei Shtylyov <sshtylyov@mvista.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
    03f4a822