Searched refs:num_active (Results 1 – 11 of 11) sorted by relevance
44 unsigned num_active; member115 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()
50 unsigned long num_active; member
84 __u16 num_active; /* number of active units */ member
420 __u16 num_active; /* number of active units */ member
1890 info.num_active = qib_count_active_units(); in qib_ctxt_info()
116 unsigned int num_active; /* nr of active entities with this weight */ member
750 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()
3777 const int num_active, in intel_get_ddb_size() argument3795 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() argument3823 *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() argument3861 if (num_active == 1) in skl_cursor_allocation()[all …]
1263 int num_active; in wil_rx_buff_mgmt_debugfs_show() local1272 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()
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; \
1142 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()