numam-spdk/lib/util
Daniel Verkamp 9d524f5353 bit_array: annotate bounds check as unlikely
The out-of-bounds case in the bit array accessors should not happen
normally, so help the compiler order the basic blocks correctly so that
the in-bounds case is the fallthrough path.

Change-Id: Id778e724b3a58c17c728b8544c2653c60d90a6ba
Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>
2016-09-16 15:22:39 -07:00
..
bit_array.c bit_array: annotate bounds check as unlikely 2016-09-16 15:22:39 -07:00
fd.c Rename and move fd related helper functions to fd.c. 2016-09-14 10:51:25 -07:00
Makefile util: add bit array data structure 2016-09-15 15:47:56 -07:00
pci.c pci: stub out kernel driver functions on FreeBSD 2016-07-21 09:23:24 -07:00
string.c scsi: move spdk_strcpy_pad() into util/string.c 2016-08-22 08:58:07 -07:00