Home
last modified time | relevance | path

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

/linux/include/uapi/rdma/hfi/
H A Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_crtc.c613 int num_active = 0; in amdgpu_dm_crtc_count_crtc_active_planes() local
630 num_active += 1; in amdgpu_dm_crtc_count_crtc_active_planes()
635 num_active += (new_plane_state->fb != NULL); in amdgpu_dm_crtc_count_crtc_active_planes()
638 return num_active; in amdgpu_dm_crtc_count_crtc_active_planes()
/linux/drivers/scsi/qla2xxx/
H A Dqla_mid.c1179 qp->buf_pool.num_active++; in qla_get_buf()
1180 if (qp->buf_pool.num_active > qp->buf_pool.max_used) in qla_get_buf()
1181 qp->buf_pool.max_used = qp->buf_pool.num_active; in qla_get_buf()
1226 qp->buf_pool.max_used = qp->buf_pool.num_active; in __qla_adjust_buf()
1249 qp->buf_pool.num_active--; in qla_put_buf()
H A Dqla_def.h3795 u16 num_active; member
/linux/block/
H A Dbfq-iosched.h117 unsigned int num_active; /* nr of active queues with this weight */ member
/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/infiniband/hw/hfi1/
H A Dfile_ops.c1144 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()