| /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/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 684 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 755 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 795 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 919 struct pmap_asid_info * const pai = PMAP_PAI(pm, ti); local 1052 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_tlb.h | 104 #define PMAP_PAI_ASIDVALID_P(pai, ti) (!tlbinfo_hasasids_p(ti) || (pai)->pai_asid != 0) 106 #define PAI_PMAP(pai, ti) \ 107 ((pmap_t)((intptr_t)(pai) \
|
| /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/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/jemalloc/dist/src/ |
| pa.c | 227 * by the pai implementation, e.g. to make caching decisions. 167 pai_t *pai = pa_get_pai(shard, edata); local 192 pai_t *pai = pa_get_pai(shard, edata); local 219 pai_t *pai = pa_get_pai(shard, edata); local
|
| emap.c | 44 extent_pai_t pai, extent_state_t expected_state, bool forward, 80 if (!extent_can_acquire_neighbor(edata, neighbor_contents, pai, 100 extent_pai_t pai, extent_state_t expected_state, bool forward) { 101 return emap_try_acquire_edata_neighbor_impl(tsdn, emap, edata, pai, 107 edata_t *edata, extent_pai_t pai, extent_state_t expected_state) { 109 return emap_try_acquire_edata_neighbor_impl(tsdn, emap, edata, pai,
|
| /src/external/bsd/jemalloc.old/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...] |
| emap.c | 44 extent_pai_t pai, extent_state_t expected_state, bool forward, 79 if (!extent_can_acquire_neighbor(edata, neighbor_contents, pai, 99 extent_pai_t pai, extent_state_t expected_state, bool forward) { 100 return emap_try_acquire_edata_neighbor_impl(tsdn, emap, edata, pai, 106 edata_t *edata, extent_pai_t pai, extent_state_t expected_state) { 108 return emap_try_acquire_edata_neighbor_impl(tsdn, emap, edata, pai,
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| hpa.c | |
| hpa_sec_integration.c | |
| hpa_vectorized_madvise.c | |
| hpa_vectorized_madvise_large_batch.c | |
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| hpa.c | 145 edata = pai_alloc(tsdn, &shard->pai, ALLOC_MAX, PAGE, false, false, 149 edata = pai_alloc(tsdn, &shard->pai, ALLOC_MAX + PAGE, PAGE, false, 153 edata = pai_alloc(tsdn, &shard->pai, ALLOC_MAX, PAGE, false, false, 157 edata = pai_alloc(tsdn, &shard->pai, HUGEPAGE, PAGE, false, false, 161 edata = pai_alloc(tsdn, &shard->pai, HUGEPAGE + PAGE, PAGE, false, 265 edata_t *edata = pai_alloc(tsdn, &shard->pai, 284 pai_dalloc(tsdn, &shard->pai, to_free, 305 tsdn, &shard->pai, to_free, &deferred_work_generated); 395 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, 412 tsdn, &shard->pai, edatas[i], &deferred_work_generated) [all...] |
| hpa_sec_integration.c | 171 edata_t *edata1 = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, false, 185 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, 196 tsdn, &shard->pai, edatas[i], &deferred_work_generated); 206 tsdn, &shard->pai, edatas[NALLOCS - 1], &deferred_work_generated); 215 edata_t *edata2 = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, false, 225 pai_dalloc(tsdn, &shard->pai, edata2, &deferred_work_generated);
|
| hpa_vectorized_madvise.c | 177 edata_t *edata = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, false, 180 pai_dalloc(tsdn, &shard->pai, edata, &deferred_work_generated); 221 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, 231 pai_dalloc(tsdn, &shard->pai, edatas[i],
|
| hpa_vectorized_madvise_large_batch.c | 173 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, 183 pai_dalloc(tsdn, &shard->pai, edatas[i], 235 edatas[i] = pai_alloc(tsdn, &shard->pai, PAGE, PAGE, false, 242 tsdn, &shard->pai, edatas[i], &deferred_work_generated);
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| extent.h | 95 extent_pai_t pai, extent_state_t expected_state, bool forward, 108 if (pai == EXTENT_PAI_PAC) { 134 assert(edata_pai_get(edata) == pai); 135 if (edata_pai_get(neighbor) != pai) {
|
| hpa.h | 70 pai_t pai; member in struct:hpa_shard_s
|
| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| extent.h | |
| hpa.h | |
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| extent.h | 95 extent_pai_t pai, extent_state_t expected_state, bool forward, 108 if (pai == EXTENT_PAI_PAC) { 130 assert(edata_pai_get(edata) == pai); 131 if (edata_pai_get(neighbor) != pai) {
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| extent.h | 95 extent_pai_t pai, extent_state_t expected_state, bool forward, 108 if (pai == EXTENT_PAI_PAC) { 130 assert(edata_pai_get(edata) == pai); 131 if (edata_pai_get(neighbor) != pai) {
|
| /src/sys/arch/aarch64/aarch64/ |
| pmap_machdep.c | 144 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 148 UVMHIST_LOG(pmaphist, " ti=%#jx pai=%#jx asid=%#jx", 150 (uintptr_t)pai, (uintptr_t)pai->pai_asid, 0); 194 tlb_invalidate_addr(va, pai->pai_asid); 217 tlb_invalidate_addr(va, pai->pai_asid); 264 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 269 tlb_invalidate_addr(va, pai->pai_asid); 272 tlb_invalidate_addr(va, pai->pai_asid); 571 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)) local [all...] |
| pmap.c | 384 struct pmap_asid_info * const pai = PMAP_PAI(kpm, cpu_tlb_info(ci)); local 386 pai->pai_asid = KERNEL_PID; 908 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 912 AARCH64_TLBI_BY_ASID_VA(pai->pai_asid, va); 915 AARCH64_TLBI_BY_ASID_VA(pai->pai_asid, va); 1137 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 1141 pr(" pv[%d].pv_pmap = %p (asid=%d)\n", i, pm, pai->pai_asid); 1261 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 1263 AARCH64_TLBI_BY_ASID_VA(pai->pai_asid, trunc_page(pv->pv_va)); 1364 struct pmap_asid_info * const pai = PMAP_PAI(pm local 1397 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 1966 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 2007 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2175 struct pmap_asid_info * const pai = PMAP_PAI(pm, local 2238 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2481 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2565 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2643 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local 2751 struct pmap_asid_info * const pai = PMAP_PAI(pm, cpu_tlb_info(ci)); local [all...] |