Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_ldu.c44 unsigned num_active; member
115 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()
148 if (--(ld->num_active) == 0) { in vmw_ldu_del_active()
166 BUG_ON(!ld->num_active && ld->fb); in vmw_ldu_add_active()
189 ld->num_active++; in vmw_ldu_add_active()
505 dev_priv->ldu_priv->num_active = 0; in vmw_kms_ldu_init_display()
/Linux-v4.19/include/linux/
Dslab_def.h50 unsigned long num_active; member
/Linux-v4.19/include/uapi/rdma/hfi/
Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/Linux-v4.19/drivers/infiniband/hw/qib/
Dqib_common.h420 __u16 num_active; /* number of active units */ member
Dqib_file_ops.c1890 info.num_active = qib_count_active_units(); in qib_ctxt_info()
/Linux-v4.19/block/
Dbfq-iosched.h116 unsigned int num_active; /* nr of active entities with this weight */ member
Dbfq-iosched.c750 entity->weight_counter->num_active++; in bfq_weights_tree_add()
766 entity->weight_counter->num_active--; in __bfq_weights_tree_remove()
767 if (entity->weight_counter->num_active > 0) in __bfq_weights_tree_remove()
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_pm.c3777 const int num_active, in intel_get_ddb_size() argument
3795 if (total_data_bw >= GBps(12) || num_active > 1) { in intel_get_ddb_size()
3811 int *num_active /* out */) in skl_ddb_get_pipe_allocation_limits() argument
3823 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3828 *num_active = hweight32(intel_state->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3830 *num_active = hweight32(dev_priv->active_crtcs); in skl_ddb_get_pipe_allocation_limits()
3833 *num_active, ddb); in skl_ddb_get_pipe_allocation_limits()
3855 alloc->start = nth_active_pipe * ddb_size / *num_active; in skl_ddb_get_pipe_allocation_limits()
3859 static unsigned int skl_cursor_allocation(int num_active) in skl_cursor_allocation() argument
3861 if (num_active == 1) in skl_cursor_allocation()
[all …]
/Linux-v4.19/drivers/net/wireless/ath/wil6210/
Ddebugfs.c1263 int num_active; in wil_rx_buff_mgmt_debugfs_show() local
1272 num_active = wil_print_rx_buff(s, &rbm->active); in wil_rx_buff_mgmt_debugfs_show()
1277 num_active + num_free); in wil_rx_buff_mgmt_debugfs_show()
/Linux-v4.19/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-v4.19/drivers/infiniband/hw/hfi1/
Dfile_ops.c1142 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()