/Linux-v6.1/drivers/net/ipa/data/ |
D | ipa_data-v3.1.c | 189 .limits[IPA_RSRC_GROUP_SRC_UL] = { 192 .limits[IPA_RSRC_GROUP_SRC_DL] = { 195 .limits[IPA_RSRC_GROUP_SRC_DIAG] = { 198 .limits[IPA_RSRC_GROUP_SRC_DMA] = { 201 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 206 .limits[IPA_RSRC_GROUP_SRC_UL] = { 209 .limits[IPA_RSRC_GROUP_SRC_DL] = { 212 .limits[IPA_RSRC_GROUP_SRC_DIAG] = { 215 .limits[IPA_RSRC_GROUP_SRC_DMA] = { 218 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { [all …]
|
D | ipa_data-v3.5.1.c | 181 .limits[IPA_RSRC_GROUP_SRC_LWA_DL] = { 184 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 187 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 192 .limits[IPA_RSRC_GROUP_SRC_LWA_DL] = { 195 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 198 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 203 .limits[IPA_RSRC_GROUP_SRC_LWA_DL] = { 206 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 209 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 214 .limits[IPA_RSRC_GROUP_SRC_LWA_DL] = { [all …]
|
D | ipa_data-v4.9.c | 175 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 178 .limits[IPA_RSRC_GROUP_SRC_DMA] = { 181 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 186 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 189 .limits[IPA_RSRC_GROUP_SRC_DMA] = { 192 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 197 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 200 .limits[IPA_RSRC_GROUP_SRC_DMA] = { 203 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 208 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { [all …]
|
D | ipa_data-v4.5.c | 183 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 186 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 191 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 194 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 199 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 202 .limits[IPA_RSRC_GROUP_SRC_UC_RX_Q] = { 207 .limits[IPA_RSRC_GROUP_SRC_UNUSED_0] = { 210 .limits[IPA_RSRC_GROUP_SRC_UL_DL] = { 213 .limits[IPA_RSRC_GROUP_SRC_UNUSED_2] = { 216 .limits[IPA_RSRC_GROUP_SRC_UNUSED_3] = { [all …]
|
/Linux-v6.1/block/ |
D | blk-settings.c | 28 * blk_set_default_limits - reset limits to default values 64 * blk_set_stacking_limits - set default limits for stacking devices 69 * by stacking drivers like DM that have no internal limits. 75 /* Inherit limits from component devices */ in blk_set_stacking_limits() 99 q->limits.bounce = bounce; in blk_queue_bounce_limit() 124 struct queue_limits *limits = &q->limits; in blk_queue_max_hw_sectors() local 134 limits->logical_block_size >> SECTOR_SHIFT); in blk_queue_max_hw_sectors() 135 limits->max_hw_sectors = max_hw_sectors; in blk_queue_max_hw_sectors() 137 max_sectors = min_not_zero(max_hw_sectors, limits->max_dev_sectors); in blk_queue_max_hw_sectors() 140 limits->logical_block_size >> SECTOR_SHIFT); in blk_queue_max_hw_sectors() [all …]
|
/Linux-v6.1/drivers/media/i2c/ |
D | aptina-pll.c | 17 const struct aptina_pll_limits *limits, in aptina_pll_calculate() argument 30 if (pll->ext_clock < limits->ext_clock_min || in aptina_pll_calculate() 31 pll->ext_clock > limits->ext_clock_max) { in aptina_pll_calculate() 36 if (pll->pix_clock == 0 || pll->pix_clock > limits->pix_clock_max) { in aptina_pll_calculate() 56 mf_min = DIV_ROUND_UP(limits->m_min, pll->m); in aptina_pll_calculate() 57 mf_min = max(mf_min, limits->out_clock_min / in aptina_pll_calculate() 58 (pll->ext_clock / limits->n_min * pll->m)); in aptina_pll_calculate() 59 mf_min = max(mf_min, limits->n_min * limits->p1_min / div); in aptina_pll_calculate() 60 mf_max = limits->m_max / pll->m; in aptina_pll_calculate() 61 mf_max = min(mf_max, limits->out_clock_max / in aptina_pll_calculate() [all …]
|
D | ccs-pll.h | 127 * struct ccs_pll_branch_limits_fr - CCS PLL front-end limits 150 * struct ccs_pll_branch_limits_bk - CCS PLL back-end limits 173 * struct ccs_pll_limits - CCS PLL limits 177 * @vt_fr: Video timing front-end limits 178 * @vt_bk: Video timing back-end limits 179 * @op_fr: Operational timing front-end limits 180 * @op_bk: Operational timing back-end limits 185 /* Strict PLL limits */ 194 /* Other relevant limits */ 205 * @limits: Limits specific to the sensor [all …]
|
/Linux-v6.1/drivers/net/ipa/ |
D | ipa_resource.c | 36 /* We program at most 8 source or destination resource group limits */ in ipa_resource_limits_valid() 51 if (resource->limits[j].min || resource->limits[j].max) in ipa_resource_limits_valid() 64 if (resource->limits[j].min || resource->limits[j].max) in ipa_resource_limits_valid() 100 ylimits = group_count == 1 ? NULL : &resource->limits[1]; in ipa_resource_config_src() 102 &resource->limits[0], ylimits); in ipa_resource_config_src() 107 ylimits = group_count == 3 ? NULL : &resource->limits[3]; in ipa_resource_config_src() 109 &resource->limits[2], ylimits); in ipa_resource_config_src() 114 ylimits = group_count == 5 ? NULL : &resource->limits[5]; in ipa_resource_config_src() 116 &resource->limits[4], ylimits); in ipa_resource_config_src() 121 ylimits = group_count == 7 ? NULL : &resource->limits[7]; in ipa_resource_config_src() [all …]
|
/Linux-v6.1/drivers/infiniband/hw/mthca/ |
D | mthca_main.c | 168 mdev->limits.mtt_seg_size = (1 << log_mtts_per_seg) * 8; in mthca_dev_lim() 196 mdev->limits.num_ports = dev_lim->num_ports; in mthca_dev_lim() 197 mdev->limits.vl_cap = dev_lim->max_vl; in mthca_dev_lim() 198 mdev->limits.mtu_cap = dev_lim->max_mtu; in mthca_dev_lim() 199 mdev->limits.gid_table_len = dev_lim->max_gids; in mthca_dev_lim() 200 mdev->limits.pkey_table_len = dev_lim->max_pkeys; in mthca_dev_lim() 201 mdev->limits.local_ca_ack_delay = dev_lim->local_ca_ack_delay; in mthca_dev_lim() 207 mdev->limits.max_sg = min_t(int, dev_lim->max_sg, in mthca_dev_lim() 214 mdev->limits.max_wqes = dev_lim->max_qp_sz; in mthca_dev_lim() 215 mdev->limits.max_qp_init_rdma = dev_lim->max_requester_per_qp; in mthca_dev_lim() [all …]
|
D | mthca_profile.c | 94 profile[MTHCA_RES_MTT].size = dev->limits.mtt_seg_size; in mthca_make_profile() 173 dev->limits.num_qps = profile[i].num; in mthca_make_profile() 178 dev->limits.num_eecs = profile[i].num; in mthca_make_profile() 183 dev->limits.num_srqs = profile[i].num; in mthca_make_profile() 188 dev->limits.num_cqs = profile[i].num; in mthca_make_profile() 199 dev->limits.num_eqs = profile[i].num; in mthca_make_profile() 212 dev->limits.num_mgms = profile[i].num >> 1; in mthca_make_profile() 213 dev->limits.num_amgms = profile[i].num >> 1; in mthca_make_profile() 220 dev->limits.num_mpts = profile[i].num; in mthca_make_profile() 226 dev->limits.num_mtt_segs = profile[i].num; in mthca_make_profile() [all …]
|
D | mthca_mr.c | 221 for (i = dev->limits.mtt_seg_size / 8; i < size; i <<= 1) in __mthca_alloc_mtt() 267 mtt->first_seg * dev->limits.mtt_seg_size + in __mthca_write_mtt() 320 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size + in mthca_tavor_write_mtt_seg() 339 BUG_ON(s % dev->limits.mtt_seg_size); in mthca_arbel_write_mtt_seg() 342 s / dev->limits.mtt_seg_size, &dma_handle); in mthca_arbel_write_mtt_seg() 475 mr->mtt->first_seg * dev->limits.mtt_seg_size); in mthca_mr_alloc() 489 key & (dev->limits.num_mpts - 1)); in mthca_mr_alloc() 556 (dev->limits.num_mpts - 1)); in mthca_free_mr() 570 dev->limits.num_mpts, in mthca_init_mr_table() 571 ~0, dev->limits.reserved_mrws); in mthca_init_mr_table() [all …]
|
D | mthca_provider.c | 89 props->page_size_cap = mdev->limits.page_size_cap; in mthca_query_device() 90 props->max_qp = mdev->limits.num_qps - mdev->limits.reserved_qps; in mthca_query_device() 91 props->max_qp_wr = mdev->limits.max_wqes; in mthca_query_device() 92 props->max_send_sge = mdev->limits.max_sg; in mthca_query_device() 93 props->max_recv_sge = mdev->limits.max_sg; in mthca_query_device() 94 props->max_sge_rd = mdev->limits.max_sg; in mthca_query_device() 95 props->max_cq = mdev->limits.num_cqs - mdev->limits.reserved_cqs; in mthca_query_device() 96 props->max_cqe = mdev->limits.max_cqes; in mthca_query_device() 97 props->max_mr = mdev->limits.num_mpts - mdev->limits.reserved_mrws; in mthca_query_device() 98 props->max_pd = mdev->limits.num_pds - mdev->limits.reserved_pds; in mthca_query_device() [all …]
|
/Linux-v6.1/security/apparmor/include/ |
D | resource.h | 5 * This file contains AppArmor resource limits function definitions. 22 * @mask: which hard limits to set 23 * @limits: rlimit values that override task limits 26 * limits specified in @mask will be controlled by apparmor. 30 struct rlimit limits[RLIM_NLIMITS]; member
|
/Linux-v6.1/drivers/thermal/ti-soc-thermal/ |
D | omap4xxx-bandgap.h | 49 * Temperature limits and thresholds for OMAP4430 52 * ADC conversions and representation of temperature limits 57 * ADC conversion table limits. Ignore values outside the TRM listed 63 /* bandgap clock limits (no control on 4430) */ 136 * Temperature limits and thresholds for OMAP4460 139 * ADC conversions and representation of temperature limits 143 /* ADC conversion table limits */ 146 /* bandgap clock limits */
|
D | dra752-bandgap.h | 126 * Temperature limits and thresholds for DRA752 129 * ADC conversions and representation of temperature limits 135 /* ADC conversion table limits */ 140 /* bandgap clock limits */ 148 /* bandgap clock limits */ 156 /* bandgap clock limits */ 164 /* bandgap clock limits */ 172 /* bandgap clock limits */
|
D | omap5xxx-bandgap.h | 102 * Temperature limits and thresholds for OMAP5430 105 * ADC conversions and representation of temperature limits 111 /* ADC conversion table limits */ 116 /* bandgap clock limits */ 126 /* bandgap clock limits */ 136 /* bandgap clock limits */
|
/Linux-v6.1/Documentation/admin-guide/sysctl/ |
D | user.rst | 15 limits on the number of namespaces and other objects that have 16 per user per user namespace limits. 18 The primary purpose of these limits is to stop programs that 21 intention that the defaults of these limits are set high enough that 22 no program in normal operation should run into these limits. 31 limits in the user namespaces of those users. 34 user namespace does not allow a user to escape their current limits.
|
/Linux-v6.1/tools/testing/selftests/net/mptcp/ |
D | pm_netlink.sh | 72 check "ip netns exec $ns1 ./pm_nl_ctl limits" "accept 0 73 subflows 2" "defaults limits" 119 ip netns exec $ns1 ./pm_nl_ctl limits 9 1 120 check "ip netns exec $ns1 ./pm_nl_ctl limits" "accept 0 123 ip netns exec $ns1 ./pm_nl_ctl limits 1 9 124 check "ip netns exec $ns1 ./pm_nl_ctl limits" "accept 0 127 ip netns exec $ns1 ./pm_nl_ctl limits 8 8 128 check "ip netns exec $ns1 ./pm_nl_ctl limits" "accept 8 129 subflows 8" "set limits"
|
/Linux-v6.1/Documentation/hwmon/ |
D | lm77.rst | 27 The LM77 implements 3 limits: low (temp1_min), high (temp1_max) and 29 applies to all 3 limits. The relative difference is stored in a single 31 the limit and its hysteresis is always the same for all 3 limits. 44 hysteresis applies automatically to the low and high limits. 45 * The limits should be set before the hysteresis.
|
D | emc1403.rst | 61 The chips implement three limits for each sensor: low (tempX_min), high 63 hysteresis mechanism which applies to all limits. The relative difference 66 all three limits. 79 hysteresis applies automatically to all other limits. 80 * The limits should be set before the hysteresis.
|
/Linux-v6.1/drivers/mfd/ |
D | max14577.c | 42 * @limits: constraints for charger, matching the MBCICHWRC register 53 * - is always between <limits.min, limits.max>; 59 * is outside of given charger limits) and 'dst' is not set. 61 int maxim_charger_calc_reg_current(const struct maxim_charger_current *limits, in maxim_charger_calc_reg_current() argument 69 if (min_ua > limits->max || max_ua < limits->min) in maxim_charger_calc_reg_current() 72 if (max_ua < limits->high_start) { in maxim_charger_calc_reg_current() 81 /* max_ua is in range: <high_start, infinite>, cut it to limits.max */ in maxim_charger_calc_reg_current() 82 max_ua = min(limits->max, max_ua); in maxim_charger_calc_reg_current() 83 max_ua -= limits->high_start; in maxim_charger_calc_reg_current() 86 * - max_ua >= limits.high_start in maxim_charger_calc_reg_current() [all …]
|
/Linux-v6.1/drivers/video/fbdev/matrox/ |
D | matroxfb_misc.c | 543 minfo->limits.pixel.vcomax = maxdac; in parse_pins1() 555 minfo->limits.pixel.vcomax = 220000; in default_pins1() 564 minfo->limits.pixel.vcomax = in parse_pins2() 565 minfo->limits.system.vcomax = (bd->pins[41] == 0xFF) ? 230000 : ((bd->pins[41] + 100) * 1000); in parse_pins2() 578 minfo->limits.pixel.vcomax = in default_pins2() 579 minfo->limits.system.vcomax = 230000; in default_pins2() 588 minfo->limits.pixel.vcomax = in parse_pins3() 589 minfo->limits.system.vcomax = (bd->pins[36] == 0xFF) ? 230000 : ((bd->pins[36] + 100) * 1000); in parse_pins3() 606 minfo->limits.pixel.vcomax = in default_pins3() 607 minfo->limits.system.vcomax = 230000; in default_pins3() [all …]
|
/Linux-v6.1/drivers/macintosh/ |
D | therm_adt746x.c | 78 u8 limits[3]; member 214 " limits: %d,%d,%d;" in display_stats() 217 th->limits[0], th->limits[1], th->limits[2], in display_stats() 235 int var = th->temps[i] - th->limits[i]; in update_fans_speed() 312 th->limits[i] = default_limits_chip[i] + limit_adjust; in set_limit() 313 write_reg(th, LIMIT_REG[i], th->limits[i]); in set_limit() 315 /* set our limits to normal */ in set_limit() 316 th->limits[i] = default_limits_local[i] + limit_adjust; in set_limit() 355 printk(KERN_INFO "Adjusting limits by %d degrees\n", val); \ 376 BUILD_SHOW_FUNC_INT(sensor1_limit, th->limits[1]) [all …]
|
/Linux-v6.1/Documentation/admin-guide/cgroup-v1/ |
D | rdma.rst | 47 But nothing limits to have it more. At present hundreds of RDMA devices per 70 (b) No resource limits were configured, but IB/RDMA stack tries to 72 running without limits and later on when limits are enforced during uncharging, 75 Resource pool is destroyed if all the resource limits are set to max and 81 IB stack honors limits enforced by the rdma controller. When application 82 query about maximum resource limits of IB device, it returns minimum of
|
/Linux-v6.1/drivers/clk/ |
D | clk-axi-clkgen.c | 59 struct axi_clkgen_limits limits; member 125 static void axi_clkgen_calc_params(const struct axi_clkgen_limits *limits, in axi_clkgen_calc_params() argument 143 d_min = max_t(unsigned long, DIV_ROUND_UP(fin, limits->fpfd_max), 1); in axi_clkgen_calc_params() 144 d_max = min_t(unsigned long, fin / limits->fpfd_min, 80); in axi_clkgen_calc_params() 147 fvco_min_fract = limits->fvco_min << fract_shift; in axi_clkgen_calc_params() 148 fvco_max_fract = limits->fvco_max << fract_shift; in axi_clkgen_calc_params() 340 const struct axi_clkgen_limits *limits = &axi_clkgen->limits; in axi_clkgen_set_rate() local 350 axi_clkgen_calc_params(limits, parent_rate, rate, &d, &m, &dout); in axi_clkgen_set_rate() 391 const struct axi_clkgen_limits *limits = &axi_clkgen->limits; in axi_clkgen_round_rate() local 395 axi_clkgen_calc_params(limits, *parent_rate, rate, &d, &m, &dout); in axi_clkgen_round_rate() [all …]
|