Home | History | Annotate | Download | only in unit

Lines Matching defs:tsdn

78 	tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
84 edata = pai_alloc(tsdn, &shard->pai, ALLOC_MAX, PAGE, false, false,
87 edata = pai_alloc(tsdn, &shard->pai, ALLOC_MAX + PAGE, PAGE, false,
159 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
191 edata_t *edata = pai_alloc(tsdn, &shard->pai,
209 pai_dalloc(tsdn, &shard->pai, to_free,
229 pai_dalloc(tsdn, &shard->pai, to_free,
232 hpa_shard_destroy(tsdn, shard);
254 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
266 allocs[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE,
273 size_t nsuccess = pai_alloc_batch(tsdn, &shard->pai, PAGE, NALLOCS / 2,
294 pai_dalloc_batch(tsdn, &shard->pai, &allocs_list,
297 pai_dalloc(tsdn, &shard->pai, allocs[i],
303 allocs[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE,
382 tsdn_t *tsdn = tsd_tsdn(tsd_fetch());
385 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
389 hpa_shard_do_deferred_work(tsdn, shard);
394 hpa_shard_do_deferred_work(tsdn, shard);
401 pai_dalloc(tsdn, &shard->pai, edatas[i],
405 hpa_shard_do_deferred_work(tsdn, shard);
419 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false,
427 pai_dalloc(tsdn, &shard->pai, edatas[0],
431 hpa_shard_do_deferred_work(tsdn, shard);