Home
last modified time | relevance | path

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

/openbmc/linux/kernel/rcu/
H A Dtree.c2910 atomic_t bulk_count[FREE_N_CHANNELS]; member
3144 sum += atomic_read(&krcp->bulk_count[i]); in krc_count()
3181 atomic_sub(bnode->nr_records, &krcp->bulk_count[i]); in kvfree_rcu_drain_ready()
3233 atomic_set(&krcp->bulk_count[j], 0); in kfree_rcu_monitor()
3388 atomic_inc(&(*krcp)->bulk_count[idx]); in add_ptr_to_bulk_krc_lock()
/openbmc/linux/drivers/s390/net/
H A Dqeth_core_main.c3028 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()
H A Dqeth_core.h515 u8 bulk_count; member