android_kernel_lge_bullhead/drivers/block/xen-blkback
Joe Maples 353f0539b5 micro-optimization: Use DSTRLEN to remove incorrect strlen uses
strlen is often used incorectly to get the length of strings
defined at compile time. In these cases, the behavior can be
replicated with sizeof(X) - 1, which is calculated at compile
time rather than runtime, reducing overhead. I've created a
simple macro to replace these instances and applied it to all
the files compiled into the angler kernel.

Signed-off-by: Joe Maples <joe@frap129.org>
2019-08-26 13:31:43 +02:00
..
Makefile
blkback.c xen/blkback: fix reference counting 2013-12-04 10:56:25 -08:00
common.h xen-blkback: only read request operation from shared ring once 2017-02-06 23:32:29 +01:00
xenbus.c micro-optimization: Use DSTRLEN to remove incorrect strlen uses 2019-08-26 13:31:43 +02:00