/linux-5.19.10/Documentation/translations/zh_CN/core-api/ |
D | workqueue.rst | 131 参数 - ``@name`` , ``@flags`` 和 ``@max_active`` 。 135 工作项属性的域。 ``@flags`` 和 ``@max_active`` 控制着工作 186 ``max_active`` 189 ``@max_active`` 决定了每个CPU可以分配给wq的工作项的最大执行上 190 下文数量。例如,如果 ``@max_active为16`` ,每个CPU最多可以同 193 目前,对于一个绑定的wq, ``@max_active`` 的最大限制是512,当指 202 一些用户依赖于ST wq的严格执行顺序。 ``@max_active`` 为1和 ``WQ_UNBOUND`` 234 And with cmwq with ``@max_active`` >= 3, :: 248 如果 ``@max_active`` == 2, :: 288 * 除非有特殊需要,建议使用0作为@max_active。在大多数使用情
|
/linux-5.19.10/drivers/scsi/snic/ |
D | snic_stats.h | 23 atomic64_t max_active; /* Max # active IOs */ member 113 if (atomic64_read(&io->max_active) < nr_active_ios) in snic_stats_update_active_ios() 114 atomic64_set(&io->max_active, nr_active_ios); in snic_stats_update_active_ios()
|
D | snic_debugfs.c | 210 (u64) atomic64_read(&stats->io.max_active), in snic_stats_show()
|
/linux-5.19.10/net/tipc/ |
D | group.c | 94 u16 max_active; member 125 int max_active, active_pool, idle_pool; in tipc_group_rcvbuf_limit() local 129 max_active = min(mcnt / 8, 64); in tipc_group_rcvbuf_limit() 130 max_active = max(max_active, 16); in tipc_group_rcvbuf_limit() 131 grp->max_active = max_active; in tipc_group_rcvbuf_limit() 134 active_pool = max_active * ADV_ACTIVE; in tipc_group_rcvbuf_limit() 135 idle_pool = (mcnt - max_active) * ADV_IDLE; in tipc_group_rcvbuf_limit() 592 int max_active = grp->max_active; in tipc_group_update_rcv_win() local 593 int reclaim_limit = max_active * 3 / 4; in tipc_group_update_rcv_win() 606 if (active_cnt <= max_active) { in tipc_group_update_rcv_win()
|
/linux-5.19.10/sound/oss/dmasound/ |
D | dmasound_core.c | 481 sq->max_active = sq->numBufs ; in sq_setup() 515 sq->max_active = (sq->max_active <= sq->max_count) ? in sq_setup() 516 sq->max_active : sq->max_count ; in sq_setup() 522 sq->max_active = sq->numBufs ; in sq_setup() 621 while (write_sq.count >= write_sq.max_active) { in sq_write() 628 if (write_sq.count < write_sq.max_active) in sq_write() 682 if (write_sq.count < write_sq.max_active || write_sq.block_size - write_sq.rear_size > 0) in sq_poll() 979 sq->max_active = bufs ; in set_queue_frags() 1123 info.fragments = write_sq.max_active - write_sq.count; in sq_ioctl() 1124 info.fragstotal = write_sq.max_active; in sq_ioctl() [all …]
|
D | dmasound.h | 218 int max_active; /* in-use fragments <= max_count */ member
|
/linux-5.19.10/kernel/ |
D | workqueue.c | 227 int max_active; /* L: max active works */ member 1200 if (pwq->nr_active < pwq->max_active) in pwq_dec_nr_in_flight() 1505 if (likely(pwq->nr_active < pwq->max_active)) { in __queue_work() 3751 if (!freezable && pwq->max_active == wq->saved_max_active) in pwq_adjust_max_active() 3765 pwq->max_active = wq->saved_max_active; in pwq_adjust_max_active() 3768 pwq->nr_active < pwq->max_active) { in pwq_adjust_max_active() 3782 pwq->max_active = 0; in pwq_adjust_max_active() 4236 static int wq_clamp_max_active(int max_active, unsigned int flags, in wq_clamp_max_active() argument 4241 if (max_active < 1 || max_active > lim) in wq_clamp_max_active() 4243 max_active, name, 1, lim); in wq_clamp_max_active() [all …]
|
/linux-5.19.10/Documentation/core-api/ |
D | workqueue.rst | 155 ``@flags`` and ``@max_active``. ``@name`` is the name of the wq and 160 and ``@max_active`` control how work items are assigned execution 220 ``max_active`` 223 ``@max_active`` determines the maximum number of execution contexts 225 with ``@max_active`` of 16, at most 16 work items of the wq can be 228 Currently, for a bound wq, the maximum limit for ``@max_active`` is 242 combination of ``@max_active`` of 1 and ``WQ_UNBOUND`` used to 279 And with cmwq with ``@max_active`` >= 3, :: 293 If ``@max_active`` == 2, :: 334 * Unless there is a specific need, using 0 for @max_active is
|
/linux-5.19.10/drivers/infiniband/core/ |
D | mad_priv.h | 182 int max_active; member
|
D | mad.c | 1037 if (qp_info->send_queue.count < qp_info->send_queue.max_active) { in ib_send_mad() 2311 if (send_queue->count-- > send_queue->max_active) { in ib_mad_send_done() 2722 post = (++recv_queue->count < recv_queue->max_active); in ib_mad_post_receive_mads() 2919 qp_info->send_queue.max_active = mad_sendq_size; in create_mad_qp() 2920 qp_info->recv_queue.max_active = mad_recvq_size; in create_mad_qp()
|
D | mad_rmpp.c | 396 return max(agent->qp_info->recv_queue.max_active >> 3, 1); in window_size()
|
/linux-5.19.10/include/linux/ |
D | workqueue.h | 403 alloc_workqueue(const char *fmt, unsigned int flags, int max_active, ...); 465 int max_active);
|
/linux-5.19.10/fs/btrfs/ |
D | disk-io.c | 2375 u32 max_active = fs_info->thread_pool_size; in btrfs_init_workqueues() local 2379 btrfs_alloc_workqueue(fs_info, "worker", flags, max_active, 16); in btrfs_init_workqueues() 2382 flags | WQ_HIGHPRI, max_active, 16); in btrfs_init_workqueues() 2386 flags, max_active, 2); in btrfs_init_workqueues() 2390 flags, max_active, 0); in btrfs_init_workqueues() 2393 btrfs_alloc_workqueue(fs_info, "cache", flags, max_active, 0); in btrfs_init_workqueues() 2403 btrfs_alloc_workqueue(fs_info, "endio", flags, max_active, 4); in btrfs_init_workqueues() 2406 max_active, 4); in btrfs_init_workqueues() 2409 max_active, 2); in btrfs_init_workqueues() 2412 max_active, 4); in btrfs_init_workqueues() [all …]
|
D | scrub.c | 4070 int max_active = fs_info->thread_pool_size; in scrub_workers_get() local 4077 is_dev_replace ? 1 : max_active); in scrub_workers_get() 4081 scrub_wr_comp = alloc_workqueue("btrfs-scrubwrc", flags, max_active); in scrub_workers_get() 4085 scrub_parity = alloc_workqueue("btrfs-scrubparity", flags, max_active); in scrub_workers_get()
|
/linux-5.19.10/Documentation/admin-guide/ |
D | xfs.rst | 538 max_active Maximum number of background threads that can be started to
|