X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Frculfhash.c;h=efd1c4aedea734d8a19cc19b51e5c0ddcf0c1fa4;hb=3b4d308436f00a8253549f16980fd6889dfe08b1;hp=811d5156ccdebc06679758ea282c9df22060fd16;hpb=9c6eddc6adb45418157c5641631a93db24a0fab3;p=urcu.git diff --git a/src/rculfhash.c b/src/rculfhash.c index 811d515..efd1c4a 100644 --- a/src/rculfhash.c +++ b/src/rculfhash.c @@ -581,6 +581,7 @@ unsigned int cds_lfht_fls_ulong(unsigned long x) * Return the minimum order for which x <= (1UL << order). * Return -1 if x is 0. */ +static int cds_lfht_get_count_order_u32(uint32_t x) { if (!x)