Home
last modified time | relevance | path

Searched refs:to_process (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/gadget/function/
H A Df_ncm.c1185 int to_process = skb->len; in ncm_unwrap_ntb() local
1343 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()
/linux/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c727 unsigned int processed = 0, to_process; in bcm_sysport_desc_rx() local
748 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()
/linux/drivers/android/binder/
H A Dthread.rs947 to_process: Arc<Process>, in copy_transaction_data()
996 match to_process.buffer_alloc(debug_id, len, is_oneway, self.process.task.pid()) { in copy_transaction_data()