_count            304 drivers/gpu/drm/amd/display/dc/dc.h 			dc->debug.bw_val_profile.skip_ ## status ## _count++; \
_count            377 drivers/gpu/drm/msm/adreno/a6xx_gpu_state.h #define DEBUGBUS(_id, _count) { .id = _id, .name = #_id, .count = _count }
_count           1567 drivers/infiniband/hw/i40iw/i40iw_d.h #define I40IW_RING_MOVE_HEAD_BY_COUNT(_ring, _count, _retcode) \
_count           1571 drivers/infiniband/hw/i40iw/i40iw_d.h 		if ((I40IW_RING_WORK_AVAILABLE(_ring) + (_count)) < size) { \
_count           1572 drivers/infiniband/hw/i40iw/i40iw_d.h 			(_ring).head = ((_ring).head + (_count)) % size; \
_count           1585 drivers/infiniband/hw/i40iw/i40iw_d.h #define I40IW_RING_MOVE_TAIL_BY_COUNT(_ring, _count) \
_count           1586 drivers/infiniband/hw/i40iw/i40iw_d.h 	(_ring).tail = ((_ring).tail + (_count)) % (_ring).size
_count            218 drivers/net/wimax/i2400m/fw.c int i2400m_zrealloc_2x(void **ptr, size_t *_count, size_t el_size,
_count            221 drivers/net/wimax/i2400m/fw.c 	size_t old_count = *_count,
_count            233 drivers/net/wimax/i2400m/fw.c 		*_count = new_count;
_count             23 drivers/usb/gadget/function/f_mass_storage.h 				 &prefix ## params.name ## _count,	\