Searched refs:bulk_count (Results 1 – 3 of 3) sorted by relevance
2851 atomic_t bulk_count[FREE_N_CHANNELS]; member3085 sum += atomic_read(&krcp->bulk_count[i]); in krc_count()3122 atomic_sub(bnode->nr_records, &krcp->bulk_count[i]); in kvfree_rcu_drain_ready()3174 atomic_set(&krcp->bulk_count[j], 0); in kfree_rcu_monitor()3329 atomic_inc(&(*krcp)->bulk_count[idx]); in add_ptr_to_bulk_krc_lock()
2988 queue->bulk_count = 0; in qeth_init_qdio_queues()3668 qeth_flush_buffers(queue, queue->bulk_start, queue->bulk_count); in qeth_flush_queue()3670 queue->bulk_start = QDIO_BUFNR(queue->bulk_start + queue->bulk_count); in qeth_flush_queue()3672 queue->bulk_count = 0; in qeth_flush_queue()4125 buffer = queue->bufs[QDIO_BUFNR(queue->bulk_start + queue->bulk_count)]; in __qeth_xmit()4140 queue->bulk_count++; in __qeth_xmit()4143 if (queue->bulk_count >= queue->bulk_max) in __qeth_xmit()4150 queue->bulk_count)]; in __qeth_xmit()4177 queue->bulk_count++; in __qeth_xmit()4179 if (queue->bulk_count >= queue->bulk_max) in __qeth_xmit()
515 u8 bulk_count; member