Home
last modified time | relevance | path

Searched refs:alloced (Results 1 – 25 of 33) sorted by path

12

/linux/Documentation/networking/
H A Drds.rst342 - transport connection alloced and connected if not already
/linux/Documentation/virt/kvm/
H A Dlocking.rst110 | | pfn1 is re-alloced for gfn2. |
/linux/drivers/acpi/apei/
H A Dghes.c886 int alloced; in ghes_estatus_cache_alloc() local
891 alloced = atomic_add_return(1, &ghes_estatus_cache_alloced); in ghes_estatus_cache_alloc()
892 if (alloced > GHES_ESTATUS_CACHE_ALLOCED_MAX) { in ghes_estatus_cache_alloc()
/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()
2591 if (echan[i].alloced) in edma_pm_suspend()
2616 if (echan[i].alloced) { in edma_pm_resume()
/linux/drivers/infiniband/hw/hfi1/
H A Dchip.c9978 rcd->egrbufs.alloced; i++) in hfi1_clear_tids()
12054 reg = (((u64)(rcd->egrbufs.alloced >> RCV_SHIFT) in hfi1_rcvctrl()
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 Dinit.c1108 for (e = 0; e < rcd->egrbufs.alloced; e++) { in hfi1_free_ctxtdata()
1116 rcd->egrbufs.alloced = 0; in hfi1_free_ctxtdata()
1846 rcd->egrbufs.alloced < rcd->egrbufs.count) { in hfi1_setup_eagerbufs()
1855 rcd->egrbufs.rcvtids[rcd->egrbufs.alloced].addr = in hfi1_setup_eagerbufs()
1857 rcd->egrbufs.rcvtids[rcd->egrbufs.alloced].dma = in hfi1_setup_eagerbufs()
1859 rcd->egrbufs.alloced++; in hfi1_setup_eagerbufs()
1896 rcd->egrbufs.alloced = 0; in hfi1_setup_eagerbufs()
1904 rcd->egrbufs.alloced++; in hfi1_setup_eagerbufs()
1923 rcd->ctxt, rcd->egrbufs.alloced, in hfi1_setup_eagerbufs()
1932 rounddown_pow_of_two(rcd->egrbufs.alloced / 2); in hfi1_setup_eagerbufs()
[all …]
H A Dtrace_ctxts.h44 __entry->eager_cnt = uctxt->egrbufs.alloced;
/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
/linux/drivers/net/ethernet/brocade/bna/
H A Dbnad.c341 u32 alloced, prod, q_depth; in bnad_rxq_refill_page() local
353 alloced = 0; in bnad_rxq_refill_page()
398 alloced++; in bnad_rxq_refill_page()
402 if (likely(alloced)) { in bnad_rxq_refill_page()
409 return alloced; in bnad_rxq_refill_page()
415 u32 alloced, prod, q_depth, buff_sz; in bnad_rxq_refill_skb() local
426 alloced = 0; in bnad_rxq_refill_skb()
454 alloced++; in bnad_rxq_refill_skb()
458 if (likely(alloced)) { in bnad_rxq_refill_skb()
465 return alloced; in bnad_rxq_refill_skb()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/
H A Dhclge_comm_tqp_stats.h30 bool alloced; member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1713 int i, alloced; in hclge_assign_tqp() local
1715 for (i = 0, alloced = 0; i < hdev->num_tqps && in hclge_assign_tqp()
1716 alloced < num_tqps; i++) { in hclge_assign_tqp()
1717 if (!hdev->htqp[i].alloced) { in hclge_assign_tqp()
1719 hdev->htqp[i].q.tqp_index = alloced; in hclge_assign_tqp()
1722 kinfo->tqp[alloced] = &hdev->htqp[i].q; in hclge_assign_tqp()
1723 hdev->htqp[i].alloced = true; in hclge_assign_tqp()
1724 alloced++; in hclge_assign_tqp()
1727 vport->alloc_tqps = alloced; in hclge_assign_tqp()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommonring.c144 u16 n_items, u16 *alloced) in brcmf_commonring_reserve_for_write_multiple() argument
160 *alloced = min_t(u16, n_items, available - 1); in brcmf_commonring_reserve_for_write_multiple()
161 if (*alloced + commonring->w_ptr > commonring->depth) in brcmf_commonring_reserve_for_write_multiple()
162 *alloced = commonring->depth - commonring->w_ptr; in brcmf_commonring_reserve_for_write_multiple()
163 commonring->w_ptr += *alloced; in brcmf_commonring_reserve_for_write_multiple()
H A Dcommonring.h49 u16 n_items, u16 *alloced);
H A Dmsgbuf.c909 u16 alloced; in brcmf_msgbuf_rxbuf_data_post() local
920 &alloced); in brcmf_msgbuf_rxbuf_data_post()
926 for (i = 0; i < alloced; i++) { in brcmf_msgbuf_rxbuf_data_post()
934 brcmf_commonring_write_cancel(commonring, alloced - i); in brcmf_msgbuf_rxbuf_data_post()
944 brcmf_commonring_write_cancel(commonring, alloced - i); in brcmf_msgbuf_rxbuf_data_post()
1017 u16 alloced; in brcmf_msgbuf_rxbuf_ctrl_post() local
1029 &alloced); in brcmf_msgbuf_rxbuf_ctrl_post()
1036 for (i = 0; i < alloced; i++) { in brcmf_msgbuf_rxbuf_ctrl_post()
1044 brcmf_commonring_write_cancel(commonring, alloced - i); in brcmf_msgbuf_rxbuf_ctrl_post()
1054 brcmf_commonring_write_cancel(commonring, alloced - i); in brcmf_msgbuf_rxbuf_ctrl_post()
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Ddma.c442 u16 align_bits, uint *alloced, in dma_alloc_consistent() argument
449 *alloced = size; in dma_alloc_consistent()
470 u16 *alignbits, uint *alloced, in dma_ringalloc() argument
477 va = dma_alloc_consistent(di, size, *alignbits, alloced, descpa); in dma_ringalloc()
488 alloced, descpa); in dma_ringalloc()
498 uint alloced = 0; in dma64_alloc() local
510 &alloced, &di->txdpaorig); in dma64_alloc()
522 di->txdalloc = alloced; in dma64_alloc()
525 &alloced, &di->rxdpaorig); in dma64_alloc()
537 di->rxdalloc = alloced; in dma64_alloc()
/linux/drivers/xen/
H A Dgntdev.c322 size_t alloced = 0; in gntdev_map_grant_pages() local
373 alloced++; in gntdev_map_grant_pages()
382 alloced++; in gntdev_map_grant_pages()
388 atomic_add(alloced, &map->live_grants); in gntdev_map_grant_pages()
/linux/fs/gfs2/
H A Dbmap.c668 unsigned n, i, blks, alloced = 0, iblks = 0, branch_start = 0; in __gfs2_iomap_alloc() local
707 n = blks - alloced; in __gfs2_iomap_alloc()
711 alloced += n; in __gfs2_iomap_alloc()
776 gfs2_add_inode_blocks(&ip->i_inode, alloced); in __gfs2_iomap_alloc()
/linux/include/linux/
H A Dmpi.h30 int alloced; /* array size (# of allocated limbs) */ member
H A Dshmem_fs.h24 unsigned long alloced; /* data pages alloced to file */ member
/linux/include/sound/
H A Dhdaudio.h43 unsigned int alloced; member
/linux/lib/crypto/mpi/
H A Dmpi-add.c32 if (w->alloced < wsize) in mpi_add_ui()
H A Dmpi-bit.c88 for (i = a->nlimbs; i < a->alloced; i++) in mpi_set_bit()
107 for (i = a->nlimbs; i < a->alloced; i++) in mpi_set_highbit()

12