Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c46 unsigned num_active; member
117 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()
150 if (--(ld->num_active) == 0) { in vmw_ldu_del_active()
168 BUG_ON(!ld->num_active && ld->fb); in vmw_ldu_add_active()
191 ld->num_active++; in vmw_ldu_add_active()
499 dev_priv->ldu_priv->num_active = 0; in vmw_kms_ldu_init_display()
/Linux-v5.4/include/uapi/rdma/hfi/
Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/Linux-v5.4/include/linux/
Dslab_def.h50 unsigned long num_active; member
/Linux-v5.4/drivers/infiniband/hw/qib/
Dqib_common.h420 __u16 num_active; /* number of active units */ member
Dqib_file_ops.c1888 info.num_active = qib_count_active_units(); in qib_ctxt_info()
/Linux-v5.4/block/
Dbfq-iosched.h109 unsigned int num_active; /* nr of active queues with this weight */ member
Dbfq-iosched.c782 bfqq->weight_counter->num_active++; in bfq_weights_tree_add()
799 bfqq->weight_counter->num_active--; in __bfq_weights_tree_remove()
800 if (bfqq->weight_counter->num_active > 0) in __bfq_weights_tree_remove()
/Linux-v5.4/drivers/gpu/drm/i915/
Dintel_pm.c3825 const int num_active, in intel_get_ddb_size() argument
3848 if (0 && (num_active > 1 || total_data_bw >= GBps(12))) { in intel_get_ddb_size()
3864 int *num_active /* out */) in skl_ddb_get_pipe_allocation_limits() argument
3878 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3883 *num_active = hweight32(intel_state->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3885 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3888 *num_active, ddb); in skl_ddb_get_pipe_allocation_limits()
3947 int num_active) in skl_cursor_allocation() argument
3970 return max(num_active == 1 ? 32 : 8, min_ddb_alloc); in skl_cursor_allocation()
4347 int num_active; in skl_allocate_pipe_ddb() local
[all …]
/Linux-v5.4/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1239 int num_active; in rx_buff_mgmt_show() local
1251 num_active = wil_print_rx_buff(s, &rbm->active); in rx_buff_mgmt_show()
1256 num_active + num_free); in rx_buff_mgmt_show()
/Linux-v5.4/mm/
Dslab.c271 #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; \
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Dfile_ops.c1144 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4286 int num_active = 0; in count_crtc_active_planes() local
4303 num_active += 1; in count_crtc_active_planes()
4308 num_active += (new_plane_state->fb != NULL); in count_crtc_active_planes()
4311 return num_active; in count_crtc_active_planes()