Searched refs:nfreed (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_cq.c | 278 int i, nfreed = 0; in mthca_cq_clean() local 308 ++nfreed; in mthca_cq_clean() 309 } else if (nfreed) in mthca_cq_clean() 310 memcpy(get_cqe(cq, (prod_index + nfreed) & cq->ibcq.cqe), in mthca_cq_clean() 314 if (nfreed) { in mthca_cq_clean() 315 for (i = 0; i < nfreed; ++i) in mthca_cq_clean() 318 cq->cons_index += nfreed; in mthca_cq_clean() 319 update_cons_index(dev, cq, nfreed); in mthca_cq_clean()
|
| /linux/net/rds/ |
| H A D | ib_frmr.c | 361 void rds_ib_unreg_frmr(struct list_head *list, unsigned int *nfreed, in rds_ib_unreg_frmr() argument 367 unsigned int freed = *nfreed; in rds_ib_unreg_frmr() 402 *nfreed = freed; in rds_ib_unreg_frmr()
|
| H A D | ib_rdma.c | 346 unsigned int nfreed = 0, dirty_to_clean = 0, free_goal; in rds_ib_flush_mr_pool() local 405 rds_ib_unreg_frmr(&unmap_list, &nfreed, &unpinned, free_goal); in rds_ib_flush_mr_pool() 426 atomic_sub(nfreed, &pool->item_count); in rds_ib_flush_mr_pool()
|
| H A D | ib_mr.h | 139 void rds_ib_unreg_frmr(struct list_head *list, unsigned int *nfreed,
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | cq.c | 923 int nfreed = 0; in __mlx4_ib_cq_clean() local 950 ++nfreed; in __mlx4_ib_cq_clean() 951 } else if (nfreed) { in __mlx4_ib_cq_clean() 952 dest = get_cqe(cq, (prod_index + nfreed) & cq->ibcq.cqe); in __mlx4_ib_cq_clean() 962 if (nfreed) { in __mlx4_ib_cq_clean() 963 cq->mcq.cons_index += nfreed; in __mlx4_ib_cq_clean()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | cq.c | 1099 int nfreed = 0; in __mlx5_ib_cq_clean() local 1124 ++nfreed; in __mlx5_ib_cq_clean() 1125 } else if (nfreed) { in __mlx5_ib_cq_clean() 1126 dest = get_cqe(cq, (prod_index + nfreed) & cq->ibcq.cqe); in __mlx5_ib_cq_clean() 1135 if (nfreed) { in __mlx5_ib_cq_clean() 1136 cq->mcq.cons_index += nfreed; in __mlx5_ib_cq_clean()
|
| /linux/fs/jfs/ |
| H A D | jfs_xtree.c | 2220 s64 nfreed; in xtTruncate() local 2230 nfreed = 0; in xtTruncate() 2367 nfreed += xlen; in xtTruncate() 2384 nfreed += xlen; in xtTruncate() 2432 nfreed += freexlen; in xtTruncate() 2570 nfreed += lengthXAD(&p->xad[index]); in xtTruncate() 2723 dquot_free_block(ip, nfreed); in xtTruncate()
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | tx.c | 1083 int nfreed = 0; in iwl_pcie_cmdq_reclaim() local 1105 if (nfreed++ > 0) { in iwl_pcie_cmdq_reclaim()
|
| /linux/drivers/infiniband/hw/hns/ |
| H A D | hns_roce_hw_v2.c | 3812 int nfreed = 0; in __hns_roce_v2_cq_clean() local 3833 ++nfreed; in __hns_roce_v2_cq_clean() 3834 } else if (nfreed) { in __hns_roce_v2_cq_clean() 3835 dest = get_cqe_v2(hr_cq, (prod_index + nfreed) & in __hns_roce_v2_cq_clean() 3843 if (nfreed) { in __hns_roce_v2_cq_clean() 3844 hr_cq->cons_index += nfreed; in __hns_roce_v2_cq_clean()
|
| /linux/kernel/rcu/ |
| H A D | rcutorture.c | 3457 unsigned long notused, void *nfreed) in rcutorture_oom_notify() argument 3492 (*(unsigned long *)nfreed)++; /* Forward progress CBs freed! */ in rcutorture_oom_notify()
|
| /linux/drivers/net/wireless/intel/iwlegacy/ |
| H A D | 4965-mac.c | 2459 int nfreed = 0; in il4965_tx_queue_reclaim() local 2480 nfreed++; in il4965_tx_queue_reclaim() 2487 return nfreed; in il4965_tx_queue_reclaim()
|
| H A D | common.c | 3250 int nfreed = 0; in il_hcmd_queue_reclaim() local 3262 if (nfreed++ > 0) { in il_hcmd_queue_reclaim()
|