/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/isys/src/ |
H A D | isys_dma_rmgr.c | 53 if (cur_rsrc->num_active < max_dma_channel) { in ia_css_isys_dma_channel_rmgr_acquire() 58 cur_rsrc->num_active++; in ia_css_isys_dma_channel_rmgr_acquire() 81 if ((*channel < max_dma_channel) && (cur_rsrc->num_active > 0)) { in ia_css_isys_dma_channel_rmgr_release() 84 cur_rsrc->num_active--; in ia_css_isys_dma_channel_rmgr_release()
|
H A D | isys_stream2mmio_rmgr.c | 54 if (cur_rsrc->num_active < max_sid) { in ia_css_isys_stream2mmio_sid_rmgr_acquire() 59 cur_rsrc->num_active++; in ia_css_isys_stream2mmio_sid_rmgr_acquire() 82 if ((*sid < max_sid) && (cur_rsrc->num_active > 0)) { in ia_css_isys_stream2mmio_sid_rmgr_release() 85 cur_rsrc->num_active--; in ia_css_isys_stream2mmio_sid_rmgr_release()
|
H A D | ibuf_ctrl_rmgr.c | 64 if (ibuf_rsrc.num_active < ibuf_rsrc.num_allocated) { in ia_css_isys_ibuf_rmgr_acquire() 71 ibuf_rsrc.num_active++; in ia_css_isys_ibuf_rmgr_acquire() 91 ibuf_rsrc.num_active++; in ia_css_isys_ibuf_rmgr_acquire() 118 ibuf_rsrc.num_active--; in ia_css_isys_ibuf_rmgr_release()
|
H A D | csi_rx_rmgr.c | 82 cur_rsrc->num_active++; in ia_css_isys_csi_rx_lut_rmgr_acquire() 116 if ((packet_entry < max_num_packets) && (cur_rsrc->num_active > 0)) { in ia_css_isys_csi_rx_lut_rmgr_release() 124 cur_rsrc->num_active--; in ia_css_isys_csi_rx_lut_rmgr_release()
|
H A D | isys_stream2mmio_rmgr.h | 22 u16 num_active; member
|
H A D | isys_dma_rmgr.h | 22 u16 num_active; member
|
H A D | csi_rx_rmgr.h | 22 u32 num_active; member
|
H A D | ibuf_ctrl_rmgr.h | 34 u16 num_active; member
|
/openbmc/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 46 unsigned num_active; member 116 lds->num_active ? lds->num_active : 1); in vmw_ldu_commit_list() 132 BUG_ON(i != lds->num_active); in vmw_ldu_commit_list() 134 lds->last_num_active = lds->num_active; in vmw_ldu_commit_list() 189 if (--(ld->num_active) == 0) { in vmw_ldu_del_active() 206 BUG_ON(!ld->num_active && ld->fb); in vmw_ldu_add_active() 228 ld->num_active++; in vmw_ldu_add_active() 573 dev_priv->ldu_priv->num_active = 0; in vmw_kms_ldu_init_display()
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_crtc.c | 320 int num_active = 0; in count_crtc_active_planes() local 337 num_active += 1; in count_crtc_active_planes() 342 num_active += (new_plane_state->fb != NULL); in count_crtc_active_planes() 345 return num_active; in count_crtc_active_planes()
|
/openbmc/linux/include/uapi/rdma/hfi/ |
H A D | hfi1_ioctl.h | 84 __u16 num_active; /* number of active units */ member
|
/openbmc/linux/include/linux/ |
H A D | slab_def.h | 50 unsigned long num_active; member
|
/openbmc/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mid.c | 1181 qp->buf_pool.num_active++; in qla_get_buf() 1182 if (qp->buf_pool.num_active > qp->buf_pool.max_used) in qla_get_buf() 1183 qp->buf_pool.max_used = qp->buf_pool.num_active; in qla_get_buf() 1228 qp->buf_pool.max_used = qp->buf_pool.num_active; in __qla_adjust_buf() 1251 qp->buf_pool.num_active--; in qla_put_buf()
|
H A D | qla_def.h | 3797 u16 num_active; member
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_common.h | 420 __u16 num_active; /* number of active units */ member
|
H A D | qib_file_ops.c | 1887 info.num_active = qib_count_active_units(); in qib_ctxt_info()
|
/openbmc/linux/block/ |
H A D | bfq-iosched.h | 117 unsigned int num_active; /* nr of active queues with this weight */ member
|
H A D | bfq-iosched.c | 974 bfqq->weight_counter->num_active++; in bfq_weights_tree_add() 992 bfqq->weight_counter->num_active--; in bfq_weights_tree_remove() 993 if (bfqq->weight_counter->num_active > 0) in bfq_weights_tree_remove()
|
/openbmc/u-boot/drivers/usb/gadget/ |
H A D | f_mass_storage.c | 2299 int num_active = 0; in handle_exception() local 2302 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception() 2304 if (num_active == 0) in handle_exception()
|
/openbmc/linux/mm/ |
H A D | slab.c | 271 #define STATS_INC_ACTIVE(x) ((x)->num_active++) 272 #define STATS_DEC_ACTIVE(x) ((x)->num_active--) 278 if ((x)->num_active > (x)->high_mark) \ 279 (x)->high_mark = (x)->num_active; \
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 1222 int num_active; in rx_buff_mgmt_show() local 1234 num_active = wil_print_rx_buff(s, &rbm->active); in rx_buff_mgmt_show() 1239 num_active + num_free); in rx_buff_mgmt_show()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | iqs5xx.c | 117 u8 num_active; member
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | skl_watermark.c | 736 int num_active) in skl_cursor_allocation() argument 762 return max(num_active == 1 ? 32 : 8, min_ddb_alloc); in skl_cursor_allocation() 1497 int num_active = hweight8(dbuf_state->active_pipes); in skl_crtc_allocate_plane_ddb() local 1517 cursor_size = skl_cursor_allocation(crtc_state, num_active); in skl_crtc_allocate_plane_ddb()
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | file_ops.c | 1144 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()
|