Home
last modified time | relevance | path

Searched refs:alloced (Results 26 – 44 of 44) sorted by relevance

12

/openbmc/linux/include/linux/
H A Dmpi.h30 int alloced; /* array size (# of allocated limbs) */ member
/openbmc/linux/drivers/dma/ti/
H A Dedma.c222 bool alloced; member
1695 echan->alloced = true; in edma_alloc_chan_resources()
1732 if (echan->alloced) { in edma_free_chan_resources()
1734 echan->alloced = false; in edma_free_chan_resources()
2593 if (echan[i].alloced) in edma_pm_suspend()
2618 if (echan[i].alloced) { in edma_pm_resume()
/openbmc/linux/mm/
H A Dshmem.c418 static void shmem_recalc_inode(struct inode *inode, long alloced, long swapped) in shmem_recalc_inode() argument
424 info->alloced += alloced; in shmem_recalc_inode()
426 freed = info->alloced - info->swapped - in shmem_recalc_inode()
438 info->alloced -= freed; in shmem_recalc_inode()
1138 if (info->alloced - info->swapped != inode->i_mapping->nrpages) in shmem_getattr()
1207 if (info->alloced) in shmem_setattr()
1952 int alloced = 0; in shmem_get_folio_gfp() local
2069 alloced = true; in shmem_get_folio_gfp()
2114 if (alloced) { in shmem_get_folio_gfp()
H A Dpage_alloc.c2686 int alloced; in __rmqueue_pcplist() local
2697 alloced = rmqueue_bulk(zone, order, in __rmqueue_pcplist()
2701 pcp->count += alloced << order; in __rmqueue_pcplist()
/openbmc/linux/drivers/acpi/apei/
H A Dghes.c802 int alloced; in ghes_estatus_cache_alloc() local
807 alloced = atomic_add_return(1, &ghes_estatus_cache_alloced); in ghes_estatus_cache_alloc()
808 if (alloced > GHES_ESTATUS_CACHE_ALLOCED_MAX) { in ghes_estatus_cache_alloc()
/openbmc/linux/drivers/net/ethernet/atheros/atlx/
H A Datl1.c1764 rfd_ring->buffer_info[rfd_ring->next_to_clean].alloced = 0; in atl1_clean_alloc_flag()
1848 while (!buffer_info->alloced && !next_info->alloced) { in atl1_alloc_rx_buffers()
1850 buffer_info->alloced = 1; in atl1_alloc_rx_buffers()
1864 buffer_info->alloced = 1; in atl1_alloc_rx_buffers()
1988 buffer_info->alloced = 0; in atl1_intr_rx()
2018 buffer_info->alloced = 0; in atl1_intr_rx()
H A Datl1.h596 u16 alloced; /* 1 if skb allocated */ member
/openbmc/linux/fs/gfs2/
H A Dbmap.c665 unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; in __gfs2_iomap_alloc() local
704 n = blks - alloced; in __gfs2_iomap_alloc()
708 alloced += n; in __gfs2_iomap_alloc()
773 gfs2_add_inode_blocks(&ip->i_inode, alloced); in __gfs2_iomap_alloc()
/openbmc/linux/lib/crypto/mpi/
H A Dmpicoder.c145 if (val->alloced < nlimbs) in mpi_fromstr()
/openbmc/linux/include/sound/
H A Dhdaudio.h43 unsigned int alloced; member
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1148 cinfo.rcvtids = roundup(uctxt->egrbufs.alloced, in get_ctxt_info()
1156 cinfo.egrtids = uctxt->egrbufs.alloced; in get_ctxt_info()
H A Dhfi.h151 u16 alloced; /* number of rcvarray entries used */ member
H A Dchip.c9978 rcd->egrbufs.alloced; i++) in hfi1_clear_tids()
12054 reg = (((u64)(rcd->egrbufs.alloced >> RCV_SHIFT) in hfi1_rcvctrl()
/openbmc/linux/Documentation/virt/kvm/
H A Dlocking.rst111 | | pfn1 is re-alloced for gfn2. |
/openbmc/linux/Documentation/networking/
H A Drds.rst342 - transport connection alloced and connected if not already
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1658 int i, alloced; in hclge_assign_tqp() local
1660 for (i = 0, alloced = 0; i < hdev->num_tqps && in hclge_assign_tqp()
1661 alloced < num_tqps; i++) { in hclge_assign_tqp()
1662 if (!hdev->htqp[i].alloced) { in hclge_assign_tqp()
1664 hdev->htqp[i].q.tqp_index = alloced; in hclge_assign_tqp()
1667 kinfo->tqp[alloced] = &hdev->htqp[i].q; in hclge_assign_tqp()
1668 hdev->htqp[i].alloced = true; in hclge_assign_tqp()
1669 alloced++; in hclge_assign_tqp()
1672 vport->alloc_tqps = alloced; in hclge_assign_tqp()
/openbmc/openbmc/poky/documentation/profile-manual/
H A Dusage.rst2486 8,32 1 0 0.000036038 0 m N cfq1263 alloced
2566 cat-3587 [001] d..1 3023.276410: 8,32 m N cfq3587 alloced
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch6439 +// cma is alloced in the depths of ffmpeg on its own threads)
10995 - picture_t **pictures; /* Actual list of alloced pictures passed into picture_pool */
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch47456 +// Resolve actually does the alloc (noop if already alloced)

12