Searched refs:alloc (Results 76 - 100 of 106) sorted by relevance

12345

/barrelfish-2018-10-04/lib/virtio/
H A Dvirtqueue.c1123 * \param alloc returns the pointer to the allocator
1129 struct virtio_buffer_allocator **alloc)
1131 assert(alloc);
1135 *alloc = vq->buffer_alloc;
1128 virtio_virtqueue_get_buf_alloc(struct virtqueue *vq, struct virtio_buffer_allocator **alloc) argument
/barrelfish-2018-10-04/lib/barrelfish/arch/x86/
H A Dpmap.c169 err = pmap->p.slot_alloc->alloc(pmap->p.slot_alloc, &newvnode->u.vnode.cap);
193 err = pmap->p.slot_alloc->alloc(pmap->p.slot_alloc, &newvnode->mapping);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dia64cpuid.S55 { .mib; alloc r2=ar.pfs,0,96,0,96
H A Dsparccpuid.S400 .section ".init",#alloc,#execinstr
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Duplink.pl146 { .mii; alloc loc0=ar.pfs,$V,3,2,0
/barrelfish-2018-10-04/lib/zlib/
H A Dzutil.h97 # include <alloc.h>
/barrelfish-2018-10-04/lib/barrelfish/slot_alloc/
H A Dsingle_slot_alloc.c208 ret->a.alloc = salloc;
/barrelfish-2018-10-04/usr/monitor/
H A Dram_alloc.c161 err = monitor_mem_client->rpc_tx_vtbl.alloc(monitor_mem_client, size_bits,
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_out.c238 u16_t alloc = length; local
245 alloc = max_length;
264 alloc = LWIP_MIN(max_length, LWIP_MEM_ALIGN_SIZE(TCP_OVERSIZE_CALC_LENGTH(length)));
268 p = pbuf_alloc(layer, alloc, PBUF_RAM);
/barrelfish-2018-10-04/lib/barrelfish/vspace/
H A Dmmu_aware.c142 err = state->slot_alloc->alloc(state->slot_alloc, &frame);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/md5/asm/
H A Dmd5-ia64.S271 alloc PFSSave = ar.pfs, MD5_NINP, MD5_NLOC, MD5_NOUT, MD5_NROT
629 alloc PFS = ar.pfs, _NINPUTS, _NLOCALS, _NOUTPUT, _NROTATE
895 alloc PFS = ar.pfs, _NINPUTS, _NLOCALS, _NOUTPUT, _NROTATE ; \
/barrelfish-2018-10-04/lib/barrelfish/arch/aarch64/
H A Dpmap.c196 err = pmap_aarch64->p.slot_alloc->alloc(pmap_aarch64->p.slot_alloc, &newvnode->u.vnode.cap);
234 err = pmap_aarch64->p.slot_alloc->alloc(pmap_aarch64->p.slot_alloc, &newvnode->mapping);
358 err = pmap->p.slot_alloc->alloc(pmap->p.slot_alloc, &page->mapping);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_qp.c1306 qp->qpn = mthca_alloc(&dev->qp_table.alloc);
1316 mthca_free(&dev->qp_table.alloc, qp->qpn);
1486 mthca_free(&dev->qp_table.alloc, qp->qpn);
2281 err = mthca_alloc_init(&dev->qp_table.alloc,
2292 mthca_alloc_cleanup(&dev->qp_table.alloc);
2317 mthca_alloc_cleanup(&dev->qp_table.alloc);
2331 mthca_alloc_cleanup(&dev->qp_table.alloc);
H A Dmthca_memfree.c727 goto alloc;
742 alloc:
/barrelfish-2018-10-04/include/vm/
H A Dvm_phys.c955 goto alloc;
974 goto alloc;
982 alloc:
H A Duma_core.c540 int alloc; local
547 alloc = sizeof(hash->uh_slab_hash[0]) * hash->uh_hashsize;
548 hash->uh_slab_hash = (struct slabhead *)malloc(alloc,
551 alloc = sizeof(hash->uh_slab_hash[0]) * UMA_HASH_SIZE_INIT;
557 bzero(hash->uh_slab_hash, alloc);
635 * bucket The free/alloc bucket with items, cpu queue must be locked.
752 * Safely drain per-CPU caches of a zone(s) to alloc bucket.
796 * cpu (alloc/free).
2170 * We have run out of items in our alloc bucket.
2176 printf("uma_zalloc: Swapping empty with alloc
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-ia64.S92 { .mmi; alloc r16=ar.pfs,12,0,0,8
284 { .mmi; alloc pfssave=ar.pfs,3,1,12,0
471 { .mmi; alloc r16=ar.pfs,12,0,0,8
663 { .mmi; alloc pfssave=ar.pfs,3,1,12,0
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-ia64.pl473 alloc r2 = ar.pfs, _NINPUTS, _NLOCALS, _NOUTPUT, _NROTATE
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-ia64.pl240 { .mmi; alloc tmp1=ar.pfs,3,15,0,0
/barrelfish-2018-10-04/lib/tommath/
H A Dtommath.h180 int used, alloc, sign; member in struct:__anon1402
H A Dtommath.tex600 \hspace{3mm}int used, alloc, sign;\\
616 a given integer. The \textbf{used} count must be positive (or zero) and may not exceed the \textbf{alloc} count.
618 \item The \textbf{alloc} parameter denotes how
620 of a result would exceed the \textbf{alloc} count all of the algorithms will automatically increase the size of the
624 precision integer. It is padded with $(\textbf{alloc} - \textbf{used})$ zero digits. The array is maintained in a least
639 \item The value of \textbf{alloc} may not be less than one. That is \textbf{dp} always points to a previously allocated
641 \item The value of \textbf{used} may not exceed \textbf{alloc} and must be greater than or equal to zero.
752 6. $a.alloc \leftarrow MP\_PREC$\\
765 Before any of the members such as \textbf{sign}, \textbf{used} or \textbf{alloc} are initialized the memory for
776 \textbf{alloc} member
[all...]
H A Dbn.tex341 int used, alloc, sign;
596 contribute to the value of the mp\_int. The \textit{alloc} parameter dictates how many digits are currently available in
605 This will grow the array of digits of $a$ to $size$. If the \textit{alloc} parameter is already bigger than
623 if ((result = mp_grow(&number, number.alloc + 20)) != MP_OKAY) \{
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl3106 grid [label $textf.headings.c -text alloc -width 11 -anchor e] -row 1 -column 2 -sticky news
3119 foreach {cname alloc used peak} [lrange $component 1 end] {
3126 set extentfree [expr round($direction*($alloc-$used)/$total*360)]
3137 grid [label $cframe.alloc -foreground $lcol -width 11 -anchor e] -row 0 -column 2 -sticky news
3140 $cframe.alloc configure -text $alloc
/barrelfish-2018-10-04/lib/spawndomain/
H A Dspawn.c178 err = si->pagecn_slot_alloc.a.alloc(&si->pagecn_slot_alloc.a, &si->vtree);
/barrelfish-2018-10-04/lib/barrelfish/arch/x86_32/
H A Dpmap.c205 err = pmap->p.slot_alloc->alloc(pmap->p.slot_alloc, &page->mapping);

Completed in 333 milliseconds

12345