Home
last modified time | relevance | path

Searched refs:num_active (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c48 unsigned num_active; member
118 lds->num_active ? lds->num_active : 1); in vmw_ldu_commit_list()
134 BUG_ON(i != lds->num_active); in vmw_ldu_commit_list()
136 lds->last_num_active = lds->num_active; in vmw_ldu_commit_list()
194 if (--(ld->num_active) == 0) { in vmw_ldu_del_active()
211 BUG_ON(!ld->num_active && ld->fb); in vmw_ldu_add_active()
233 ld->num_active++; in vmw_ldu_add_active()
555 dev_priv->ldu_priv->num_active = 0; in vmw_kms_ldu_init_display()
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c569 int num_active = 0; in amdgpu_dm_crtc_count_crtc_active_planes() local
586 num_active += 1; in amdgpu_dm_crtc_count_crtc_active_planes()
591 num_active += (new_plane_state->fb != NULL); in amdgpu_dm_crtc_count_crtc_active_planes()
594 return num_active; in amdgpu_dm_crtc_count_crtc_active_planes()
/linux/include/uapi/rdma/hfi/
H A Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c1181 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 Dqla_def.h3796 u16 num_active; member
/linux/drivers/infiniband/hw/qib/
H A Dqib_common.h420 __u16 num_active; /* number of active units */ member
H A Dqib_file_ops.c1887 info.num_active = qib_count_active_units(); in qib_ctxt_info()
/linux/block/
H A Dbfq-iosched.h117 unsigned int num_active; /* nr of active queues with this weight */ member
H A Dbfq-iosched.c974 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()
/linux/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c1222 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()
/linux/drivers/input/touchscreen/
H A Diqs5xx.c117 u8 num_active; member
/linux/drivers/gpu/drm/i915/display/
H A Dskl_watermark.c761 int num_active) in skl_cursor_allocation() argument
787 return max(num_active == 1 ? 32 : 8, min_ddb_alloc); in skl_cursor_allocation()
1552 int num_active = hweight8(dbuf_state->active_pipes); in skl_crtc_allocate_plane_ddb() local
1576 cursor_size = skl_cursor_allocation(crtc_state, num_active); in skl_crtc_allocate_plane_ddb()
/linux/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1144 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()