Go to the source code of this file.
◆ CLIB_CUCKOO_OPTIMIZE_CMP_REDUCED_HASH
#define CLIB_CUCKOO_OPTIMIZE_CMP_REDUCED_HASH 1 |
◆ CLIB_CUCKOO_OPTIMIZE_PREFETCH
#define CLIB_CUCKOO_OPTIMIZE_PREFETCH 1 |
◆ CLIB_CUCKOO_OPTIMIZE_UNROLL
#define CLIB_CUCKOO_OPTIMIZE_UNROLL 1 |
◆ CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH
#define CLIB_CUCKOO_OPTIMIZE_USE_COUNT_LIMITS_SEARCH 1 |
#define F |
( |
|
n, |
|
|
|
v, |
|
|
|
s |
|
) |
| n = v, |
◆ foreach_clib_cuckoo_error
#define foreach_clib_cuckoo_error |
( |
|
F | ) |
|
Value:F (CLIB_CUCKOO_ERROR_SUCCESS, 0,
"success") \
F (CLIB_CUCKOO_ERROR_NOT_FOUND, -1, "object not found") \
F (CLIB_CUCKOO_ERROR_AGAIN, -2, "object busy")
Definition at line 31 of file cuckoo_common.h.
◆ clib_cuckoo_error_e