Searched refs:num_allocated (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/groff/src/libs/libdriver/
H A Dinput.cpp268 size_t num_allocated; member in class:IntArray
306 size_t num_allocated; member in class:StringBuf
323 size_t num_allocated; member in class:EnvStack
442 num_allocated = 4;
443 // allocate pointer to array of num_allocated pointers to environment
444 data = (environment **)malloc(envp_size * num_allocated);
474 if (num_stored >= num_allocated) {
476 num_allocated *= 2;
477 data = (environment **)malloc(envp_size * num_allocated);
501 num_allocated
[all...]
/freebsd-11-stable/sys/dev/ixl/
H A Dixl_pf_qmgr.c86 qtag->num_allocated = alloc_size;
116 qtag->num_allocated = alloc_size;
141 for (i = 0; i < qtag->num_allocated; i++) {
147 for (i = first_index; i < first_index + qtag->num_allocated; i++)
272 MPASS(index < qtag->num_allocated);
H A Dixl_pf_qmgr.h78 u16 num_allocated; member in struct:ixl_pf_qtag
H A Dixl_pf_iov.c168 (bsrl(vf->qtag.num_allocated) << I40E_AQ_VSI_TC_QUE_NUMBER_SHIFT));
1790 i, pf->vfs[i].qtag.num_allocated);
1837 vf->vf_num, vf->qtag.num_allocated, vf->qtag.num_active);
H A Dif_ixl.c605 pf->qtag.num_allocated, pf->qtag.num_active);
H A Dixl_pf_main.c2162 tc_queues = bsrl(pf->qtag.num_allocated);
4013 pf->qtag.num_allocated, pf->qtag.num_active);
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-mm.h154 int num_allocate, int *num_allocated);
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mm.c40 int *num_allocated)
45 *num_allocated = 0;
201 (*num_allocated)++;
210 mempool->memblocks_allocated += *num_allocated;
39 __hal_mempool_grow(xge_hal_mempool_t *mempool, int num_allocate, int *num_allocated) argument
/freebsd-11-stable/sys/dev/vxge/vxgehal/
H A Dvxgehal-mm.c44 u32 *num_allocated)
62 "num_allocated = 0x"VXGE_OS_STXFMT, (ptr_t) mempool,
63 num_allocate, (ptr_t) num_allocated);
65 *num_allocated = 0;
130 (*num_allocated)++;
191 (*num_allocated)--;
41 __hal_mempool_grow( vxge_hal_mempool_t *mempool, u32 num_allocate, u32 *num_allocated) argument
/freebsd-11-stable/contrib/gcc/
H A Dmips-tfile.c937 unsigned long num_allocated; /* # objects allocated */
952 0, /* num_allocated */ \
1659 new_links->start_index = vp->num_allocated;
1733 vp->num_allocated
1734 = ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE;
1743 hash_ptr->indx = vp->num_allocated;
1747 vp->num_allocated += len+1;
1799 ret = vp->num_allocated++;
1989 return vp->num_allocated++;
2009 return vp->num_allocated
930 unsigned long num_allocated; /* # objects allocated */ member in struct:varray
[all...]
/freebsd-11-stable/contrib/binutils/gas/
H A Decoff.c807 unsigned long num_allocated; /* # objects allocated */
822 0, /* num_allocated */ \
1533 new_links->start_index = vp->num_allocated;
1568 vp->num_allocated =
1569 ((vp->num_allocated + PAGE_USIZE - 1) / PAGE_USIZE) * PAGE_USIZE;
1574 hash_ptr->indx = vp->num_allocated;
1579 vp->num_allocated += len + 1;
1658 ++vp->num_allocated;
1822 return vp->num_allocated++;
1846 return vp->num_allocated
805 unsigned long num_allocated; /* # objects allocated */ member in struct:varray
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe.c8983 int num_allocated = 0; local
9017 num_allocated = num_requested;
9018 if ((rc = pci_alloc_msix(sc->dev, &num_allocated)) != 0) {
9024 if (num_allocated < 2) { /* possible? */
9032 num_requested, num_allocated);
9035 sc->intr_count = num_allocated;
9036 sc->num_queues = num_allocated - 1;
9041 for (i = 0; i < num_allocated; i++) {
9086 num_allocated = num_requested;
9087 if ((rc = pci_alloc_msi(sc->dev, &num_allocated)) !
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Dqlnx_os.c6380 int i, rc, num_allocated; local
6435 num_allocated = i;
6436 if (!num_allocated) {
6439 } else if (num_allocated < rxq->num_rx_buffers) {
6441 " desired (%d allocated)\n", num_allocated);

Completed in 335 milliseconds