Revision 798248206b59acc6e1238c778281419c041891a7 authored by Akinobu Mita on 01 November 2011, 00:08:07 UTC, committed by Linus Torvalds on 01 November 2011, 00:30:47 UTC
memchr_inv() is mainly used to check whether the whole buffer is filled
with just a specified byte.

The function name and prototype are stolen from logfs and the
implementation is from SLUB.

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Acked-by: Christoph Lameter <cl@linux-foundation.org>
Acked-by: Pekka Enberg <penberg@kernel.org>
Cc: Matt Mackall <mpm@selenic.com>
Acked-by: Joern Engel <joern@logfs.org>
Cc: Marcin Slusarz <marcin.slusarz@gmail.com>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 7731113
History
File Mode Size
boot
configs
include
kernel
lib
mm
Kconfig -rw-r--r-- 1.9 KB
Kconfig.debug -rw-r--r-- 811 bytes
Makefile -rw-r--r-- 1.1 KB

back to top