Home
last modified time | relevance | path

Searched refs:nhash (Results 1 – 1 of 1) sorted by relevance

/lib/
Drhashtable.c155 unsigned int nhash) in nested_table_alloc() argument
169 (i << shifted) | nhash); in nested_table_alloc()
1144 unsigned int nhash; in rht_bucket_nested_insert() local
1148 nhash = index; in rht_bucket_nested_insert()
1151 size <= (1 << shift) ? shifted : 0, nhash); in rht_bucket_nested_insert()
1157 nhash |= index << shifted; in rht_bucket_nested_insert()
1161 nhash); in rht_bucket_nested_insert()