OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:split_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl2/userspace-rcu/dist/src/
rculfhash.c
714
ht->
split_count
= ht->alloc->calloc(ht->alloc->state, split_count_mask + 1,
716
urcu_posix_assert(ht->
split_count
);
718
ht->
split_count
= NULL;
725
poison_free(ht->alloc, ht->
split_count
);
744
unsigned long
split_count
, count;
local
747
if (caa_unlikely(!ht->
split_count
))
750
split_count
= uatomic_add_return(&ht->
split_count
[index].add, 1);
751
if (caa_likely(
split_count
& ((1UL << COUNT_COMMIT_ORDER) - 1)))
755
dbg_printf("add split count %lu\n",
split_count
);
772
unsigned long
split_count
, count;
local
[
all
...]
rculfhash-internal.h
88
struct ht_items_count *
split_count
; /* split item count */
member in struct:cds_lfht
Completed in 25 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026