/linux-6.12.1/arch/arm64/include/asm/ |
D | atomic_ll_sc.h | 25 #define ATOMIC_OP(op, asm_op, constraint) \ argument 39 : __stringify(constraint) "r" (i)); \ 42 #define ATOMIC_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 57 : __stringify(constraint) "r" (i) \ 63 #define ATOMIC_FETCH_OP(name, mb, acq, rel, cl, op, asm_op, constraint) \ argument 78 : __stringify(constraint) "r" (i) \ 121 #define ATOMIC64_OP(op, asm_op, constraint) \ in ATOMIC_OPS() argument 135 : __stringify(constraint) "r" (i)); \ in ATOMIC_OPS() 138 #define ATOMIC64_OP_RETURN(name, mb, acq, rel, cl, op, asm_op, constraint)\ argument 153 : __stringify(constraint) "r" (i) \ [all …]
|
/linux-6.12.1/drivers/net/wireless/marvell/mwifiex/ |
D | 11h.c | 31 struct mwifiex_ie_types_local_pwr_constraint *constraint; in mwifiex_11h_process_infra_join() local 49 constraint = (struct mwifiex_ie_types_local_pwr_constraint *)*buffer; in mwifiex_11h_process_infra_join() 50 constraint->header.type = cpu_to_le16(WLAN_EID_PWR_CONSTRAINT); in mwifiex_11h_process_infra_join() 51 constraint->header.len = cpu_to_le16(2); in mwifiex_11h_process_infra_join() 52 constraint->chan = bss_desc->channel; in mwifiex_11h_process_infra_join() 53 constraint->constraint = bss_desc->local_constraint; in mwifiex_11h_process_infra_join() 54 *buffer += sizeof(*constraint); in mwifiex_11h_process_infra_join()
|
/linux-6.12.1/sound/soc/codecs/ |
D | ak4613.c | 433 struct snd_pcm_hw_constraint_list *constraint; in ak4613_hw_constraints() local 441 constraint = &priv->constraint_rates; in ak4613_hw_constraints() 442 constraint->list = ak4613_rates; in ak4613_hw_constraints() 443 constraint->mask = 0; in ak4613_hw_constraints() 444 constraint->count = 0; in ak4613_hw_constraints() 462 constraint->count = i + 1; in ak4613_hw_constraints() 466 SNDRV_PCM_HW_PARAM_RATE, constraint); in ak4613_hw_constraints() 496 constraint = &priv->constraint_channels; in ak4613_hw_constraints() 497 constraint->list = ak4613_channels; in ak4613_hw_constraints() 498 constraint->mask = mask; in ak4613_hw_constraints() [all …]
|
D | ak4619.c | 154 struct snd_pcm_hw_constraint_list constraint; member 708 struct snd_pcm_hw_constraint_list *constraint = &ak4619->constraint; in ak4619_hw_constraints() local 759 constraint->list = ak4619_sr; in ak4619_hw_constraints() 760 constraint->mask = ak4619_rate_mask; in ak4619_hw_constraints() 761 constraint->count = ARRAY_SIZE(ak4619_sr); in ak4619_hw_constraints() 763 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE, constraint); in ak4619_hw_constraints()
|
D | cs42l43.h | 54 struct snd_pcm_hw_constraint_list constraint; member
|
/linux-6.12.1/kernel/ |
D | resource.c | 659 struct resource_constraint *constraint) in __find_resource_space() argument 663 resource_alignf alignf = constraint->alignf; in __find_resource_space() 683 resource_clip(&tmp, constraint->min, constraint->max); in __find_resource_space() 687 avail.start = ALIGN(tmp.start, constraint->align); in __find_resource_space() 693 alloc.start = alignf(constraint->alignf_data, in __find_resource_space() 694 &avail, size, constraint->align); in __find_resource_space() 733 struct resource_constraint *constraint) in find_resource_space() argument 735 return __find_resource_space(root, NULL, new, size, constraint); in find_resource_space() 751 struct resource_constraint *constraint) in reallocate_resource() argument 759 if ((err = __find_resource_space(root, old, &new, newsize, constraint))) in reallocate_resource() [all …]
|
/linux-6.12.1/Documentation/ABI/testing/ |
D | sysfs-class-powercap | 92 constraint can have an optional name. Here "X" can have values 110 constraint_X_power_limit_uw to define a power constraint. 119 Maximum allowed power in micro watts for this constraint. 127 Minimum allowed power in micro watts for this constraint. 136 constraint. Here "X" can have values from 0 to max integer. 144 constraint. Here "X" can have values from 0 to max integer.
|
D | sysfs-class-regulator | 156 NOTE: this will return the string 'constraint not defined' if 157 the power domain has no min microvolts constraint defined by 171 NOTE: this will return the string 'constraint not defined' if 172 the power domain has no max microvolts constraint defined by 186 NOTE: this will return the string 'constraint not defined' if 187 the power domain has no min microamps constraint defined by 201 NOTE: this will return the string 'constraint not defined' if 202 the power domain has no max microamps constraint defined by
|
/linux-6.12.1/drivers/acpi/x86/ |
D | s2idle.c | 216 struct lpi_constraints *constraint; in lpi_device_get_constraints() local 246 constraint = &lpi_constraints_table[lpi_constraints_table_size]; in lpi_device_get_constraints() 248 status = acpi_get_handle(NULL, info.name, &constraint->handle); in lpi_device_get_constraints() 255 constraint->min_dstate = -1; in lpi_device_get_constraints() 282 constraint->min_dstate = dev_info.min_dstate; in lpi_device_get_constraints() 287 if (constraint->min_dstate < 0) { in lpi_device_get_constraints()
|
/linux-6.12.1/tools/perf/pmu-events/ |
D | metric.py | 426 constraint: bool 433 constraint: bool = False): 443 self.constraint = constraint 467 if self.constraint:
|
/linux-6.12.1/Documentation/power/powercap/ |
D | powercap.rst | 155 max_energy_range_uj) and constraint attributes (constraint_*) allowing controls 173 All the zones contain attributes representing the constraint names, 176 correspond to the jth constraint (j = 0,1,2). 226 An optional name of the constraint
|
D | dtpm.rst | 140 * constraint_X_name: The name of the constraint. 147 the constraint will be removed. 150 on the constraint number.
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | regd.c | 733 tpe->constraint = min(tpe->constraint, cstr); in tpe_intersect_constraint() 737 tpe->constraint = cstr; in tpe_intersect_constraint() 811 tpe_intersect_constraint(&new, tmp->constraint); in __rtw89_reg_6ghz_tpe_recalc() 822 new.constraint); in __rtw89_reg_6ghz_tpe_recalc() 850 if (tpe->constraint < RTW89_MIN_VALID_POWER_CONSTRAINT) { in rtw89_reg_6ghz_tpe_recalc() 853 __func__, tpe->constraint); in rtw89_reg_6ghz_tpe_recalc()
|
/linux-6.12.1/include/linux/ |
D | oom.h | 54 enum oom_constraint constraint; member
|
D | intel_rapl.h | 92 struct powercap_zone_constraint *constraint; member
|
/linux-6.12.1/mm/ |
D | oom_kill.c | 446 oom_constraint_text[oc->constraint], in dump_oom_victim() 1073 if (oc->constraint != CONSTRAINT_NONE) in check_panic_on_oom() 1144 oc->constraint = constrained_alloc(oc); in out_of_memory() 1145 if (oc->constraint != CONSTRAINT_MEMORY_POLICY) in out_of_memory()
|
/linux-6.12.1/drivers/gpu/drm/vc4/tests/ |
D | vc4_test_pv_muxing.c | 69 const struct encoder_constraint *constraint = &constraints[i]; in __check_encoder_constraints() local 72 if (constraint->type != type) in __check_encoder_constraints() 75 for (j = 0; j < constraint->nchannels; j++) { in __check_encoder_constraints() 76 unsigned int _channel = constraint->channels[j]; in __check_encoder_constraints()
|
/linux-6.12.1/security/selinux/ss/ |
D | services.c | 618 struct constraint_node *constraint; in context_struct_compute_av() local 679 constraint = tclass_datum->constraints; in context_struct_compute_av() 680 while (constraint) { in context_struct_compute_av() 681 if ((constraint->permissions & (avd->allowed)) && in context_struct_compute_av() 683 constraint->expr)) { in context_struct_compute_av() 684 avd->allowed &= ~(constraint->permissions); in context_struct_compute_av() 686 constraint = constraint->next; in context_struct_compute_av() 756 struct constraint_node *constraint; in security_compute_validatetrans() local 805 constraint = tclass_datum->validatetrans; in security_compute_validatetrans() 806 while (constraint) { in security_compute_validatetrans() [all …]
|
D | policydb.c | 216 struct constraint_node *constraint, *ctemp; in cls_destroy() local 224 constraint = cladatum->constraints; in cls_destroy() 225 while (constraint) { in cls_destroy() 226 e = constraint->expr; in cls_destroy() 232 ctemp = constraint; in cls_destroy() 233 constraint = constraint->next; in cls_destroy() 237 constraint = cladatum->validatetrans; in cls_destroy() 238 while (constraint) { in cls_destroy() 239 e = constraint->expr; in cls_destroy() 245 ctemp = constraint; in cls_destroy() [all …]
|
/linux-6.12.1/sound/soc/sh/rcar/ |
D | core.c | 971 struct snd_pcm_hw_constraint_list *constraint = &rdai->constraint; in rsnd_soc_dai_startup() local 984 constraint->list = rsnd_soc_hw_channels_list; in rsnd_soc_dai_startup() 985 constraint->count = 0; in rsnd_soc_dai_startup() 986 constraint->mask = 0; in rsnd_soc_dai_startup() 991 constraint->count = i + 1; in rsnd_soc_dai_startup() 997 SNDRV_PCM_HW_PARAM_CHANNELS, constraint); in rsnd_soc_dai_startup()
|
/linux-6.12.1/Documentation/arch/arm/ |
D | porting.rst | 35 and eventually executed. The following constraint must be valid: 48 Virtual address of the initial RAM disk. The following constraint
|
/linux-6.12.1/virt/kvm/ |
D | Kconfig | 23 # put any explicit constraint on userspace ordering. They can also
|
/linux-6.12.1/Documentation/admin-guide/blockdev/drbd/ |
D | drbd-connection-state-overview.dot | 70 WFBitMapT -> WFSyncUUID [minlen=0.1,constraint=false]
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | vidioc-g-selection.rst | 124 Size adjustments with constraint flags. 126 Behaviour of rectangle adjustment for different constraint flags.
|
/linux-6.12.1/Documentation/sound/designs/ |
D | tracepoints.rst | 156 device, rules of constraint and name of the changed parameter, in order. The 157 field for rules of constraint consists of two sub-fields; index of applied rule
|