Searched refs:bulk_count (Results 1 – 3 of 3) sorted by relevance
2913 atomic_t bulk_count[FREE_N_CHANNELS]; member3147 sum += atomic_read(&krcp->bulk_count[i]); in krc_count()3194 atomic_sub(bnode->nr_records, &krcp->bulk_count[i]); in kvfree_rcu_drain_ready()3246 atomic_set(&krcp->bulk_count[j], 0); in kfree_rcu_monitor()3401 atomic_inc(&(*krcp)->bulk_count[idx]); in add_ptr_to_bulk_krc_lock()
3028 queue->bulk_count = 0; in qeth_init_qdio_queues()3708 qeth_flush_buffers(queue, queue->bulk_start, queue->bulk_count); in qeth_flush_queue()3710 queue->bulk_start = QDIO_BUFNR(queue->bulk_start + queue->bulk_count); in qeth_flush_queue()3712 queue->bulk_count = 0; in qeth_flush_queue()4152 buffer = queue->bufs[QDIO_BUFNR(queue->bulk_start + queue->bulk_count)]; in __qeth_xmit()4167 queue->bulk_count++; in __qeth_xmit()4170 if (queue->bulk_count >= queue->bulk_max) in __qeth_xmit()4177 queue->bulk_count)]; in __qeth_xmit()4204 queue->bulk_count++; in __qeth_xmit()4206 if (queue->bulk_count >= queue->bulk_max) in __qeth_xmit()
515 u8 bulk_count; member