Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Disys_dma_rmgr.c53 if (cur_rsrc->num_active < max_dma_channel) { in ia_css_isys_dma_channel_rmgr_acquire()
58 cur_rsrc->num_active++; in ia_css_isys_dma_channel_rmgr_acquire()
81 if ((*channel < max_dma_channel) && (cur_rsrc->num_active > 0)) { in ia_css_isys_dma_channel_rmgr_release()
84 cur_rsrc->num_active--; in ia_css_isys_dma_channel_rmgr_release()
H A Disys_stream2mmio_rmgr.c54 if (cur_rsrc->num_active < max_sid) { in ia_css_isys_stream2mmio_sid_rmgr_acquire()
59 cur_rsrc->num_active++; in ia_css_isys_stream2mmio_sid_rmgr_acquire()
82 if ((*sid < max_sid) && (cur_rsrc->num_active > 0)) { in ia_css_isys_stream2mmio_sid_rmgr_release()
85 cur_rsrc->num_active--; in ia_css_isys_stream2mmio_sid_rmgr_release()
H A Dibuf_ctrl_rmgr.c64 if (ibuf_rsrc.num_active < ibuf_rsrc.num_allocated) { in ia_css_isys_ibuf_rmgr_acquire()
71 ibuf_rsrc.num_active++; in ia_css_isys_ibuf_rmgr_acquire()
91 ibuf_rsrc.num_active++; in ia_css_isys_ibuf_rmgr_acquire()
118 ibuf_rsrc.num_active--; in ia_css_isys_ibuf_rmgr_release()
H A Dcsi_rx_rmgr.c82 cur_rsrc->num_active++; in ia_css_isys_csi_rx_lut_rmgr_acquire()
116 if ((packet_entry < max_num_packets) && (cur_rsrc->num_active > 0)) { in ia_css_isys_csi_rx_lut_rmgr_release()
124 cur_rsrc->num_active--; in ia_css_isys_csi_rx_lut_rmgr_release()
H A Disys_dma_rmgr.h22 u16 num_active; member
H A Disys_stream2mmio_rmgr.h22 u16 num_active; member
H A Dcsi_rx_rmgr.h22 u32 num_active; member
H A Dibuf_ctrl_rmgr.h34 u16 num_active; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c46 unsigned num_active; member
116 lds->num_active ? lds->num_active : 1); in vmw_ldu_commit_list()
133 BUG_ON(i != lds->num_active); in vmw_ldu_commit_list()
135 lds->last_num_active = lds->num_active; in vmw_ldu_commit_list()
149 if (--(ld->num_active) == 0) { in vmw_ldu_del_active()
167 BUG_ON(!ld->num_active && ld->fb); in vmw_ldu_add_active()
190 ld->num_active++; in vmw_ldu_add_active()
495 dev_priv->ldu_priv->num_active = 0; in vmw_kms_ldu_init_display()
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/src/
H A Dtime-polling.c356 int num_to_test, num_active; local
440 if (argc > 3) num_active = atoi (argv[3]);
441 else num_active = 1;
455 if (num_active > total_fds - first_fd) num_active = total_fds - first_fd;
470 for (fd = total_fds - num_active; fd < total_fds; ++fd)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/rdma/hfi/
H A Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/OK3568_Linux_fs/kernel/include/uapi/rdma/hfi/
H A Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/rdma/hfi/
H A Dhfi1_ioctl.h84 __u16 num_active; /* number of active units */ member
/OK3568_Linux_fs/kernel/include/linux/
H A Dslab_def.h51 unsigned long num_active; member
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_common.h420 __u16 num_active; /* number of active units */ member
H A Dqib_file_ops.c1888 info.num_active = qib_count_active_units(); in qib_ctxt_info()
/OK3568_Linux_fs/kernel/block/
H A Dbfq-iosched.h111 unsigned int num_active; /* nr of active queues with this weight */ member
H A Dbfq-iosched.c788 bfqq->weight_counter->num_active++; in bfq_weights_tree_add()
805 bfqq->weight_counter->num_active--; in __bfq_weights_tree_remove()
806 if (bfqq->weight_counter->num_active > 0) in __bfq_weights_tree_remove()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_mass_storage.c2334 int num_active = 0; in handle_exception() local
2337 num_active += bh->inreq_busy + bh->outreq_busy; in handle_exception()
2339 if (num_active == 0) in handle_exception()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/mm/
H A Dslab.c272 #define STATS_INC_ACTIVE(x) ((x)->num_active++)
273 #define STATS_DEC_ACTIVE(x) ((x)->num_active--)
279 if ((x)->num_active > (x)->high_mark) \
280 (x)->high_mark = (x)->num_active; \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Dintel_pm.c4095 int *num_active /* out */) in skl_ddb_get_pipe_allocation_limits() argument
4118 *num_active = hweight8(active_pipes); in skl_ddb_get_pipe_allocation_limits()
4259 int num_active) in skl_cursor_allocation() argument
4284 return max(num_active == 1 ? 32 : 8, min_ddb_alloc); in skl_cursor_allocation()
4804 int num_active; in skl_allocate_pipe_ddb() local
4856 alloc, &num_active); in skl_allocate_pipe_ddb()
4865 total[PLANE_CURSOR] = skl_cursor_allocation(crtc_state, num_active); in skl_allocate_pipe_ddb()
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Dfile_ops.c1154 cinfo.num_active = hfi1_count_active_units(); in get_ctxt_info()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5597 int num_active = 0; in count_crtc_active_planes() local
5614 num_active += 1; in count_crtc_active_planes()
5619 num_active += (new_plane_state->fb != NULL); in count_crtc_active_planes()
5622 return num_active; in count_crtc_active_planes()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A Dwlioctl.h19662 uint8 num_active; /* Number of active non-bt */ member

12