| /kernel/linux/linux-6.6/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-v5.0.c | 187 .limits[IPA_RSRC_GROUP_SRC_UL] = { 190 .limits[IPA_RSRC_GROUP_SRC_DL] = { 193 .limits[IPA_RSRC_GROUP_SRC_URLLC] = { 196 .limits[IPA_RSRC_GROUP_SRC_U_RX_QC] = { 201 .limits[IPA_RSRC_GROUP_SRC_UL] = { 204 .limits[IPA_RSRC_GROUP_SRC_DL] = { 207 .limits[IPA_RSRC_GROUP_SRC_URLLC] = { 212 .limits[IPA_RSRC_GROUP_SRC_UL] = { 215 .limits[IPA_RSRC_GROUP_SRC_DL] = { 218 .limits[IPA_RSRC_GROUP_SRC_URLLC] = { [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-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.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 …]
|
| /kernel/linux/linux-6.6/block/ |
| D | blk-settings.c | 29 * blk_set_default_limits - reset limits to default values 65 * blk_set_stacking_limits - set default limits for stacking devices 70 * by stacking drivers like DM that have no internal limits. 76 /* Inherit limits from component devices */ in blk_set_stacking_limits() 100 q->limits.bounce = bounce; in blk_queue_bounce_limit() 125 struct queue_limits *limits = &q->limits; in blk_queue_max_hw_sectors() local 135 limits->logical_block_size >> SECTOR_SHIFT); in blk_queue_max_hw_sectors() 136 limits->max_hw_sectors = max_hw_sectors; in blk_queue_max_hw_sectors() 138 max_sectors = min_not_zero(max_hw_sectors, limits->max_dev_sectors); in blk_queue_max_hw_sectors() 140 if (limits->max_user_sectors) in blk_queue_max_hw_sectors() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | smiapp-pll.c | 78 const struct smiapp_pll_limits *limits, in check_all_bounds() argument 86 limits->min_pll_ip_freq_hz, in check_all_bounds() 87 limits->max_pll_ip_freq_hz, in check_all_bounds() 92 limits->min_pll_multiplier, limits->max_pll_multiplier, in check_all_bounds() 97 limits->min_pll_op_freq_hz, limits->max_pll_op_freq_hz, in check_all_bounds() 127 limits->vt.min_sys_clk_freq_hz, in check_all_bounds() 128 limits->vt.max_sys_clk_freq_hz, in check_all_bounds() 133 limits->vt.min_pix_clk_freq_hz, in check_all_bounds() 134 limits->vt.max_pix_clk_freq_hz, in check_all_bounds() 152 struct device *dev, const struct smiapp_pll_limits *limits, in __smiapp_pll_calculate() argument [all …]
|
| 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 …]
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | aptina-pll.c | 16 const struct aptina_pll_limits *limits, in aptina_pll_calculate() argument 29 if (pll->ext_clock < limits->ext_clock_min || in aptina_pll_calculate() 30 pll->ext_clock > limits->ext_clock_max) { in aptina_pll_calculate() 35 if (pll->pix_clock == 0 || pll->pix_clock > limits->pix_clock_max) { in aptina_pll_calculate() 55 mf_min = DIV_ROUND_UP(limits->m_min, pll->m); in aptina_pll_calculate() 56 mf_min = max(mf_min, limits->out_clock_min / in aptina_pll_calculate() 57 (pll->ext_clock / limits->n_min * pll->m)); in aptina_pll_calculate() 58 mf_min = max(mf_min, limits->n_min * limits->p1_min / div); in aptina_pll_calculate() 59 mf_max = limits->m_max / pll->m; in aptina_pll_calculate() 60 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 …]
|
| /kernel/linux/linux-5.10/block/ |
| D | blk-settings.c | 32 * blk_set_default_limits - reset limits to default values 67 * blk_set_stacking_limits - set default limits for stacking devices 72 * by stacking drivers like DM that have no internal limits. 78 /* Inherit limits from component devices */ in blk_set_stacking_limits() 116 q->limits.bounce_pfn = max(max_low_pfn, b_pfn); in blk_queue_bounce_limit() 120 q->limits.bounce_pfn = b_pfn; in blk_queue_bounce_limit() 125 q->limits.bounce_pfn = b_pfn; in blk_queue_bounce_limit() 151 struct queue_limits *limits = &q->limits; in blk_queue_max_hw_sectors() local 160 limits->max_hw_sectors = max_hw_sectors; in blk_queue_max_hw_sectors() 161 max_sectors = min_not_zero(max_hw_sectors, limits->max_dev_sectors); in blk_queue_max_hw_sectors() [all …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/ |
| D | mptcp_join.sh | 450 ip netns exec $ns2 ./pm_nl_ctl limits 0 1 457 ip netns exec $ns1 ./pm_nl_ctl limits 0 1 458 ip netns exec $ns2 ./pm_nl_ctl limits 0 1 465 ip netns exec $ns1 ./pm_nl_ctl limits 0 2 466 ip netns exec $ns2 ./pm_nl_ctl limits 0 2 474 ip netns exec $ns1 ./pm_nl_ctl limits 0 1 475 ip netns exec $ns2 ./pm_nl_ctl limits 0 2 490 ip netns exec $ns1 ./pm_nl_ctl limits 0 1 491 ip netns exec $ns2 ./pm_nl_ctl limits 1 1 503 ip netns exec $ns1 ./pm_nl_ctl limits 0 2 [all …]
|
| D | pm_netlink.sh | 77 default_limits="$(ip netns exec $ns1 ./pm_nl_ctl limits)" 79 check "ip netns exec $ns1 ./pm_nl_ctl limits" "accept 0 80 subflows 0" "defaults limits" 126 ip netns exec $ns1 ./pm_nl_ctl limits 9 1 127 check "ip netns exec $ns1 ./pm_nl_ctl limits" "$default_limits" "rcv addrs above hard limit" 129 ip netns exec $ns1 ./pm_nl_ctl limits 1 9 130 check "ip netns exec $ns1 ./pm_nl_ctl limits" "$default_limits" "subflows above hard limit" 132 ip netns exec $ns1 ./pm_nl_ctl limits 8 8 133 check "ip netns exec $ns1 ./pm_nl_ctl limits" "accept 8 134 subflows 8" "set limits"
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/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 | 96 profile[MTHCA_RES_MTT].size = dev->limits.mtt_seg_size; in mthca_make_profile() 175 dev->limits.num_qps = profile[i].num; in mthca_make_profile() 180 dev->limits.num_eecs = profile[i].num; in mthca_make_profile() 185 dev->limits.num_srqs = profile[i].num; in mthca_make_profile() 190 dev->limits.num_cqs = profile[i].num; in mthca_make_profile() 201 dev->limits.num_eqs = profile[i].num; in mthca_make_profile() 214 dev->limits.num_mgms = profile[i].num >> 1; in mthca_make_profile() 215 dev->limits.num_amgms = profile[i].num >> 1; in mthca_make_profile() 222 dev->limits.num_mpts = profile[i].num; in mthca_make_profile() 228 dev->limits.num_mtt_segs = profile[i].num; in mthca_make_profile() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ipa/ |
| D | ipa_data-sdm845.c | 147 .limits[0] = { 151 .limits[1] = { 158 .limits[0] = { 162 .limits[1] = { 169 .limits[0] = { 173 .limits[1] = { 180 .limits[0] = { 184 .limits[1] = { 191 .limits[0] = { 195 .limits[1] = { [all …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-5.10/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.
|
| /kernel/linux/linux-6.6/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.
|