Searched refs:shard (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | threads.c | 28 hashmap__init(&table->shard, key_hash, key_equal, NULL); in threads__init() 40 hashmap__clear(&table->shard); in threads__exit() 53 nr += hashmap__size(&table->shard); in threads__nr() 100 if (hashmap__find(&table->shard, tid, &res)) in threads__find() 118 if (hashmap__add(&table->shard, tid, res)) { in threads__findnew() 122 if (hashmap__find(&table->shard, tid, &res)) in threads__findnew() 144 hashmap__for_each_entry_safe(&table->shard, cur, tmp, bkt) { in threads__remove_all_threads() 147 hashmap__delete(&table->shard, cur->key, /*old_key=*/NULL, &old_value); in threads__remove_all_threads() 163 hashmap__delete(&table->shard, thread__tid(thread), /*old_key=*/NULL, &old_value); in threads__remove() 178 hashmap__for_each_entry(&table->shard, cur, bkt) { in threads__for_each_thread()
|
| H A D | threads.h | 15 struct hashmap shard; member
|
| /linux-6.15/net/ceph/ |
| H A D | debugfs.c | 179 if (spgid->shard != CEPH_SPG_NOSHARD) in dump_spgid() 180 seq_printf(s, "s%d", spgid->shard); in dump_spgid()
|
| H A D | osdmap.c | 699 if (lhs->shard < rhs->shard) in ceph_spg_compare() 701 if (lhs->shard > rhs->shard) in ceph_spg_compare() 2856 spgid->shard = CEPH_SPG_NOSHARD; in ceph_pg_to_primary_shard() 2864 spgid->shard = i; in ceph_pg_to_primary_shard()
|
| H A D | osd_client.c | 2030 backoff->spgid.pgid.seed, backoff->spgid.shard, backoff->id); in should_plug_request() 2123 ceph_encode_8(p, spgid->shard); in encode_spgid() 2341 req->r_t.spgid.shard, osd->o_osd, req->r_t.epoch, req->r_flags, in send_request() 4319 ceph_decode_8_safe(&p, end, m->spgid.shard, e_inval); in decode_MOSDBackoff() 4398 m->spgid.pgid.pool, m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_block() 4458 m->spgid.pgid.pool, m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock() 4464 m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock() 4472 m->spgid.pgid.seed, m->spgid.shard, m->id); in handle_backoff_unblock()
|
| /linux-6.15/include/linux/ceph/ |
| H A D | osdmap.h | 31 s8 shard; member
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 3768 For repairs going on within a shard of the filesystem, these advantages 3769 outweigh the delays inherent in locking the shard while repairing parts of the 3770 shard.
|