Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsharded_mutex.c6 struct sharded_mutex *sharded_mutex__new(size_t num_shards) in sharded_mutex__new() argument
12 for (bits = 0; ((size_t)1 << bits) < num_shards; bits++) in sharded_mutex__new()
H A Dsharded_mutex.h21 struct sharded_mutex *sharded_mutex__new(size_t num_shards);