| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| sec.h | 5 #include "jemalloc/internal/pai.h" 13 * knowledge of the underlying PAI implementation). 89 pai_t pai; member in struct:sec_s
|
| hpa.h | 7 #include "jemalloc/internal/pai.h" 82 * pai must be the first member; we cast from a pointer to it to a 85 pai_t pai; member in struct:hpa_shard_s
|
| pac.h | 5 #include "jemalloc/internal/pai.h" 10 * Page allocator classic; an implementation of the PAI interface that: 83 pai_t pai; member in struct:pac_s
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| pa.c | 74 if (sec_init(tsdn, &shard->hpa_sec, shard->base, &shard->hpa_shard.pai, 118 ? &shard->pac.pai : &shard->hpa_sec.pai); 131 edata = pai_alloc(tsdn, &shard->hpa_sec.pai, size, alignment, 139 edata = pai_alloc(tsdn, &shard->pac.pai, size, alignment, zero, 167 pai_t *pai = pa_get_pai(shard, edata); local 169 bool error = pai_expand(tsdn, pai, edata, old_size, new_size, zero, 192 pai_t *pai = pa_get_pai(shard, edata); local 193 bool error = pai_shrink(tsdn, pai, edata, old_size, new_size, 213 * by the pai implementation, e.g. to make caching decisions 219 pai_t *pai = pa_get_pai(shard, edata); local [all...] |
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| sec.h | 5 #include "jemalloc/internal/pai.h" 13 * knowledge of the underlying PAI implementation). 89 pai_t pai; member in struct:sec_s
|
| hpa.h | 7 #include "jemalloc/internal/pai.h" 82 * pai must be the first member; we cast from a pointer to it to a 85 pai_t pai; member in struct:hpa_shard_s
|
| pac.h | 5 #include "jemalloc/internal/pai.h" 10 * Page allocator classic; an implementation of the PAI interface that: 83 pai_t pai; member in struct:pac_s
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| hpa.h | 13 #include "jemalloc/internal/pai.h" 67 * pai must be the first member; we cast from a pointer to it to a 70 pai_t pai; member in struct:hpa_shard_s
|
| pac.h | 10 #include "jemalloc/internal/pai.h" 14 * Page allocator classic; an implementation of the PAI interface that: 87 pai_t pai; member in struct:pac_s
|
| /src/external/bsd/jemalloc/dist/src/ |
| pa.c | 117 return (edata_pai_get(edata) == EXTENT_PAI_PAC ? &shard->pac.pai 118 : &shard->hpa_shard.pai); 131 edata = pai_alloc(tsdn, &shard->hpa_shard.pai, size, alignment, 139 edata = pai_alloc(tsdn, &shard->pac.pai, size, alignment, zero, 167 pai_t *pai = pa_get_pai(shard, edata); local 169 bool error = pai_expand(tsdn, pai, edata, old_size, new_size, zero, 192 pai_t *pai = pa_get_pai(shard, edata); local 194 tsdn, pai, edata, old_size, new_size, deferred_work_generated); 213 * by the pai implementation, e.g. to make caching decisions. 219 pai_t *pai = pa_get_pai(shard, edata) local [all...] |
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| hpa.h | 13 #include "jemalloc/internal/pai.h" 67 * pai must be the first member; we cast from a pointer to it to a 70 pai_t pai; member in struct:hpa_shard_s
|
| pac.h | 10 #include "jemalloc/internal/pai.h" 14 * Page allocator classic; an implementation of the PAI interface that: 87 pai_t pai; member in struct:pac_s
|
| /src/common/lib/libprop/ |
| prop_array.c | 161 struct _prop_array_iterator *pai; local 182 pai = _prop_array_iterator_locked(pa); 183 if (pai == NULL) 189 while ((po = _prop_array_iterator_next_object_locked(pai)) != NULL) { 193 pai->pai_index < pa->pa_count ? 195 prop_object_iterator_release(&pai->pai_base); 200 prop_object_iterator_release(&pai->pai_base); 333 struct _prop_array_iterator *pai = v; local 334 prop_array_t pa = pai->pai_base.pi_obj; 339 if (pa->pa_version != pai->pai_base.pi_version 357 struct _prop_array_iterator *pai = v; local 372 struct _prop_array_iterator *pai = v; local 384 struct _prop_array_iterator *pai = v; local 530 struct _prop_array_iterator *pai; local 555 struct _prop_array_iterator *pai; local [all...] |
| /src/sys/arch/powerpc/booke/ |
| booke_pmap.c | 413 struct pmap_asid_info * const pai = PMAP_PAI(pm, curcpu()->ci_tlb_info); local 415 if (asid != pai->pai_asid)
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| sec.c | 7 pai_t pai; member in struct:pai_test_allocator_s 148 ta->pai.alloc = &pai_test_allocator_alloc; 149 ta->pai.alloc_batch = &pai_test_allocator_alloc_batch; 150 ta->pai.expand = &pai_test_allocator_expand; 151 ta->pai.shrink = &pai_test_allocator_shrink; 152 ta->pai.dalloc = &pai_test_allocator_dalloc; 153 ta->pai.dalloc_batch = &pai_test_allocator_dalloc_batch; 178 test_sec_init(&sec, &ta.pai, /* nshards */ 1, /* max_alloc */ 2 * PAGE, 181 one_page[i] = pai_alloc(tsdn, &sec.pai, PAGE, PAGE, 185 two_page[i] = pai_alloc(tsdn, &sec.pai, 2 * PAGE, PAGE [all...] |
| /src/sys/uvm/pmap/ |
| pmap_tlb.c | 221 struct pmap_asid_info *pai; local 224 LIST_FOREACH(pai, &ti->ti_pais, pai_link) { 225 KASSERT(pai != NULL); 226 KASSERT(PAI_PMAP(pai, ti) != pmap_kernel()); 227 KASSERTMSG(pai->pai_asid > KERNEL_PID, 228 "pm %p asid %#x (%d)", PAI_PMAP(pai, ti), pai->pai_asid, 230 KASSERTMSG(pai->pai_asid <= ti->ti_asid_max, 231 "pm %p asid %#x", PAI_PMAP(pai, ti), pai->pai_asid) 515 struct pmap_asid_info *pai, *next; local 570 struct pmap_asid_info * const pai = PMAP_PAI(ti->ti_victim, ti); local 685 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 756 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 796 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 920 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 1051 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 1081 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 1119 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local [all...] |
| pmap.c | 383 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(curcpu())); local 385 if (asid != pai->pai_asid) 387 func, asid, pai->pai_asid);
|
| /src/sys/arch/aarch64/aarch64/ |
| pmap_machdep.c | 146 UVMHIST_LOG(pmaphist, " ti=%#jx pai=%#jx asid=%#jx", 255 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 260 tlb_invalidate_addr(va, pai->pai_asid); 263 tlb_invalidate_addr(va, pai->pai_asid); 564 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 566 pmap_md_asid_activate(pai->pai_asid, pmap_efirt(), NULL);
|
| pmap.c | 384 struct pmap_asid_info * const pai = PMAP_PAI(kpm, cpu_tlb_info(ci)); local 386 pai->pai_asid = KERNEL_PID; 906 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 910 AARCH64_TLBI_BY_ASID_VA(pai->pai_asid, va); 913 AARCH64_TLBI_BY_ASID_VA(pai->pai_asid, va); 1135 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 1139 pr(" pv[%d].pv_pmap = %p (asid=%d)\n", i, pm, pai->pai_asid); 1259 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 1261 AARCH64_TLBI_BY_ASID_VA(pai->pai_asid, trunc_page(pv->pv_va)); 1362 struct pmap_asid_info * const pai = PMAP_PAI(pm local 1395 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 1964 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 2005 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2173 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 2236 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2479 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2563 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2641 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2749 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local [all...] |
| /src/sys/arch/mips/mips/ |
| pmap_machdep.c | 858 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 860 if (asid != pai->pai_asid)
|
| /src/external/bsd/libbind/dist/irs/ |
| getaddrinfo.c | 229 /* external reference: pai, error, and label free */ \ 230 (ai) = get_ai(pai, (afd), (addr)); \ 247 /* external reference: pai, error and label free */ \ 248 error = get_canonname(pai, (ai), (str)); \ 331 struct addrinfo *pai; local 336 pai = &ai; 337 pai->ai_flags = 0; 338 pai->ai_family = PF_UNSPEC; 339 pai->ai_socktype = ANY; 340 pai->ai_protocol = ANY [all...] |
| /src/external/apache2/mDNSResponder/nss/ |
| nss_mdnsd.c | 237 const struct addrinfo *pai; local 250 pai = va_arg(ap, struct addrinfo *); 252 switch (pai->ai_family) { 281 _mdns_addrinfo_init(&ctx, pai);
|
| /src/lib/libc/net/ |
| getaddrinfo.c | 319 /* external reference: pai, error, and label free */ \ 320 (ai) = get_ai(pai, (afd), (addr)); \ 337 /* external reference: pai, error and label free */ \ 338 error = get_canonname(pai, (ai), (str)); \ 462 struct addrinfo *pai; local 477 pai = &ai; 478 pai->ai_flags = 0; 479 pai->ai_family = PF_UNSPEC; 480 pai->ai_socktype = ANY; 481 pai->ai_protocol = ANY 2231 const struct addrinfo *pai; local 2370 const struct addrinfo *pai; local 2488 const struct addrinfo *pai; local [all...] |
| /src/external/bsd/ntp/dist/ntpd/ |
| ntp_config.c | 2654 struct addrinfo * pai; local 2896 pai = NULL; 2958 pai = ai_list; 2959 INSIST(pai->ai_addr != NULL); 2960 INSIST(sizeof(addr) >= pai->ai_addrlen); 2961 memcpy(&addr, pai->ai_addr, 2962 pai->ai_addrlen); 3028 if (pai != NULL && 3029 NULL != (pai = pai->ai_next)) [all...] |
| /src/sys/arch/arm/arm32/ |
| pmap.c | 4443 UVMHIST_LOG(maphist, " ti=%#jx pai=%#jx asid=%#jx", 4923 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 4929 armreg_contextidr_write(pai->pai_asid); 4941 ci->ci_pmap_asid_cur = pai->pai_asid; 4989 /* || PMAP_PAI_ASIDVALID_P(pai, cpu_tlb_info(ci)) */))
|