Home | History | Annotate | Download | only in unit

Lines Matching refs:shard

42 	pa_shard_t shard;
73 err = pa_shard_init(TSDN_NULL, &test_data->shard, &test_data->central,
92 edata_t *edata = pa_alloc(TSDN_NULL, &test_data->shard, PAGE,
96 pa_dalloc(TSDN_NULL, &test_data->shard, edata,
99 &test_data->shard.pac.decay_dirty.mtx);
100 pac_decay_all(TSDN_NULL, &test_data->shard.pac,
101 &test_data->shard.pac.decay_dirty,
102 &test_data->shard.pac.stats->decay_dirty,
103 &test_data->shard.pac.ecache_dirty, true);
105 &test_data->shard.pac.decay_dirty.mtx);