X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Frculfhash.c;h=ca9c83c47ccd082b97753711b8298f7ebf96bd74;hb=61c3fb603104bda9e67c0690c1964e61a770d045;hp=247564b8aa72f3d6ac7c87b1f1f12ab98ef5dc98;hpb=0b1e236d1711f4f9076f73a093ece05aca00eca4;p=urcu.git diff --git a/src/rculfhash.c b/src/rculfhash.c index 247564b..ca9c83c 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)