| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| pa.h | 8 #include "jemalloc/internal/emap.h" 114 /* The emap this shard is tied to. */ 115 emap_t *emap; member in struct:pa_shard_s 138 emap_t *emap, base_t *base, unsigned ind, pa_shard_stats_t *stats,
|
| hpa.h | 120 * Our emap. This is just a cache of the emap pointer in the associated 123 emap_t *emap; member in struct:hpa_shard_s 153 bool hpa_shard_init(hpa_shard_t *shard, hpa_central_t *central, emap_t *emap,
|
| pac.h | 95 emap_t *emap; member in struct:pac_s 124 bool pac_init(tsdn_t *tsdn, pac_t *pac, base_t *base, emap_t *emap,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| pa.c | 29 * merge touch the global emap to find head state. The first of these 45 emap_t emap; member in struct:test_data_s 61 bool err = emap_init(&test_data->emap, test_data->base, 74 &test_data->emap, test_data->base, /* ind */ 1, &test_data->stats,
|
| hpa.c | 21 emap_t emap; member in struct:test_data_s 52 err = emap_init(&test_data->emap, test_data->base, /* zeroed */ false); 59 &test_data->emap, test_data->base, &test_data->shard_edata_cache,
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| pa.h | 8 #include "jemalloc/internal/emap.h" 114 /* The emap this shard is tied to. */ 115 emap_t *emap; member in struct:pa_shard_s 138 emap_t *emap, base_t *base, unsigned ind, pa_shard_stats_t *stats,
|
| hpa.h | 120 * Our emap. This is just a cache of the emap pointer in the associated 123 emap_t *emap; member in struct:hpa_shard_s 153 bool hpa_shard_init(hpa_shard_t *shard, hpa_central_t *central, emap_t *emap,
|
| pac.h | 95 emap_t *emap; member in struct:pac_s 124 bool pac_init(tsdn_t *tsdn, pac_t *pac, base_t *base, emap_t *emap,
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/instmem/ |
| nouveau_nvkm_subdev_instmem_nv50.c | 152 void *emap; local 179 emap = eobj->map; 191 __USE(emap); 194 iounmap(emap);
|
| /src/usr.sbin/puffs/mount_psshfs/ |
| psbuf.c | 420 static int emap[] = { variable 435 #define NERRORS ((int)(sizeof(emap) / sizeof(emap[0]))) 447 return emap[error];
|
| /src/sys/netinet/ |
| ip_encap.c | 202 thmap_t *emap = encap_map[0]; local 227 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) { 364 thmap_t *emap = encap_map[1]; local 389 while ((ep = thmap_get(emap, &key, sizeof(key))) != NULL) { 644 thmap_t *emap; local 658 emap = encap_map[0]; 663 emap = encap_map[1]; 698 while ((retep = thmap_put(emap, &ep->key, sizeof(ep->key), ep)) != ep) 808 thmap_t *emap; local 819 emap = encap_map[0] [all...] |
| /src/external/bsd/ppp/usr.sbin/pppd/ |
| tdb.c | 608 } emap[] = { local 617 for (i=0;emap[i].estring;i++) { 618 if (tdb->ecode == emap[i].ecode) return emap[i].estring;
|