Searched refs:to_process (Results 1 – 4 of 4) sorted by relevance
247 pub(crate) fn set_outstanding(&self, to_process: &mut ProcessInner) { in set_outstanding()251 to_process.add_outstanding_txn(); in set_outstanding()
954 to_process: Arc<Process>, in copy_transaction_data()1000 let mut alloc = match to_process.buffer_alloc(debug_id, len, info) { in copy_transaction_data()
1185 int to_process = skb->len; in ncm_unwrap_ntb() local1343 to_process -= block_len; in ncm_unwrap_ntb()1349 if (to_process == 1 && in ncm_unwrap_ntb()1351 to_process--; in ncm_unwrap_ntb()1352 } else if ((to_process > 0) && (block_len != 0)) { in ncm_unwrap_ntb()
727 unsigned int processed = 0, to_process; in bcm_sysport_desc_rx() local748 to_process = (p_index - priv->rx_c_index) & RDMA_CONS_INDEX_MASK; in bcm_sysport_desc_rx()752 p_index, priv->rx_c_index, to_process); in bcm_sysport_desc_rx()754 while ((processed < to_process) && (processed < budget)) { in bcm_sysport_desc_rx()