Searched refs:used_count (Results 1 – 8 of 8) sorted by relevance
80 unsigned int used_count; /* Amount of valid data in storage area */ member135 ccnt = bp->used_count; in pvr2_buffer_remove()183 sp->r_bcount += bp->used_count; in pvr2_buffer_set_ready()422 bp->used_count = 0; in buffer_complete()434 bp->used_count = urb->actual_length; in buffer_complete()661 return bp->used_count; in pvr2_buffer_get_count()
44 u32 used_count; member
374 if (tmp->used_count++ >= 32) { in amvdec_dst_buf_done_offset()
641 rxq->used_count -= RX_CLAIM_REQ_ALLOC; in iwl_pcie_rx_allocator_get()981 rxq->used_count = 0; in iwl_pcie_rx_init_rxb_lists()1244 rxq->used_count++; in iwl_pcie_rx_reuse_rbd()1251 if ((rxq->used_count % RX_CLAIM_REQ_ALLOC) == RX_POST_REQ_ALLOC) { in iwl_pcie_rx_reuse_rbd()1537 if (rxq->used_count >= RX_CLAIM_REQ_ALLOC) in iwl_pcie_rx_handle()1540 if (rxq->used_count % RX_CLAIM_REQ_ALLOC == 0 && !emergency) { in iwl_pcie_rx_handle()
145 u32 used_count; member
200 __u32 used_count; /* Number of CMS blocks in use */ member
982 cti_sig_type_name(struct cti_trig_con *con, int used_count, bool in) in cti_sig_type_name() argument987 if (used_count < grp->nr_sigs) in cti_sig_type_name()988 idx = grp->sig_types[used_count]; in cti_sig_type_name()
2390 int used_count, int free_count) in mvpp2_rxq_status_update() argument2395 u32 val = used_count | (free_count << MVPP2_RXQ_NUM_NEW_OFFSET); in mvpp2_rxq_status_update()
Completed in 33 milliseconds