Home
last modified time | relevance | path

Searched refs:relation (Results 1 – 25 of 72) sorted by relevance

123

/linux-6.15/security/yama/
H A Dyama_lsm.c117 struct ptrace_relation *relation; in yama_relation_cleanup() local
122 if (relation->invalid) { in yama_relation_cleanup()
123 list_del_rcu(&relation->node); in yama_relation_cleanup()
124 kfree_rcu(relation, rcu); in yama_relation_cleanup()
157 if (relation->invalid) in yama_ptracer_add()
161 kfree_rcu(relation, rcu); in yama_ptracer_add()
182 struct ptrace_relation *relation; in yama_ptracer_del() local
187 if (relation->invalid) in yama_ptracer_del()
191 relation->invalid = true; in yama_ptracer_del()
324 if (relation->invalid) in ptracer_exception_found()
[all …]
/linux-6.15/tools/memory-model/
H A Dlock.cat68 * until after the co relation has been generated.
88 (* Utility macro to convert a single pair to a single-edge relation *)
89 let pair-to-relation p = p ++ 0
94 * Compute the relation containing these possible edges.
101 * Convert the possible-rfe-noncrit-lf relation for e
105 map pair-to-relation (possible-rfe-noncrit-lf e)
116 * Compute the relation containing these possible edges.
124 (* Convert the possible-rf-ru relation for e to a set of single edges *)
126 map pair-to-relation (possible-rf-ru e)
133 (* Final rf relation *)
H A Dlinux-kernel.cat51 * Note: The po-unlock-lock-po relation only passes the lock to the direct
107 * No fences needed here for prop because relation confined to one process.
176 * a single constraint on an "executes-before" relation, xb:
/linux-6.15/drivers/cpufreq/
H A Dfreq_table.c119 unsigned int max, unsigned int relation) in cpufreq_table_index_unsorted() argument
135 target_freq, relation, policy->cpu); in cpufreq_table_index_unsorted()
137 switch (relation) { in cpufreq_table_index_unsorted()
156 switch (relation) { in cpufreq_table_index_unsorted()
H A Damd_freq_sensitivity.c41 unsigned int relation) in amd_powersave_bias_target() argument
95 relation & CPUFREQ_RELATION_E); in amd_powersave_bias_target()
H A Dcpufreq_ondemand.c61 unsigned int freq_next, unsigned int relation) in generic_powersave_bias_target() argument
80 policy->max, relation); in generic_powersave_bias_target()
87 relation & CPUFREQ_RELATION_E); in generic_powersave_bias_target()
90 relation & CPUFREQ_RELATION_E); in generic_powersave_bias_target()
H A Dcpufreq.c541 unsigned int relation) in __resolve_freq() argument
550 idx = cpufreq_frequency_table_target(policy, target_freq, min, max, relation); in __resolve_freq()
2396 unsigned int relation) in __cpufreq_driver_target() argument
2404 policy->max, relation); in __cpufreq_driver_target()
2407 policy->cpu, target_freq, relation, old_target_freq); in __cpufreq_driver_target()
2425 relation &= ~CPUFREQ_RELATION_E; in __cpufreq_driver_target()
2427 return cpufreq_driver->target(policy, target_freq, relation); in __cpufreq_driver_target()
2439 unsigned int relation) in cpufreq_driver_target() argument
2445 ret = __cpufreq_driver_target(policy, target_freq, relation); in cpufreq_driver_target()
H A Dcpufreq_governor.h170 unsigned int freq_next, unsigned int relation);
H A Dsh-cpufreq.c82 unsigned int relation) in sh_cpufreq_target() argument
H A Dvirtual-cpufreq.c117 unsigned int relation) in virt_cpufreq_target() argument
H A Dcpufreq-nforce2.c251 unsigned int target_freq, unsigned int relation) in nforce2_target() argument
/linux-6.15/include/linux/
H A Dcpufreq.h356 unsigned int relation); /* Deprecated */
621 unsigned int relation);
624 unsigned int relation);
780 unsigned int max, unsigned int relation);
1053 unsigned int relation) in cpufreq_frequency_table_target() argument
1056 (relation & CPUFREQ_RELATION_E); in cpufreq_frequency_table_target()
1060 relation &= ~CPUFREQ_RELATION_E; in cpufreq_frequency_table_target()
1064 max, relation); in cpufreq_frequency_table_target()
1066 switch (relation) { in cpufreq_frequency_table_target()
/linux-6.15/Documentation/translations/zh_CN/cpu-freq/
H A Dcpu-drivers.rst175 unsigned int relation.
181 - 如果 relation==CPUFREQ_REL_L,尝试选择一个高于或等于 target_freq 的 new_freq。("L代表
183 - 如果 relation==CPUFREQ_REL_H,尝试选择一个低于或等于 target_freq 的 new_freq。("H代表
/linux-6.15/Documentation/translations/zh_TW/cpu-freq/
H A Dcpu-drivers.rst175 unsigned int relation.
181 - 如果 relation==CPUFREQ_REL_L,嘗試選擇一個高於或等於 target_freq 的 new_freq。("L代表
183 - 如果 relation==CPUFREQ_REL_H,嘗試選擇一個低於或等於 target_freq 的 new_freq。("H代表
/linux-6.15/Documentation/devicetree/bindings/iommu/
H A Dsamsung,sysmmu.yaml23 System MMUs are in many to one relation with peripheral devices, i.e. single
26 device. The relation between a System MMU and the peripheral device needs to be
/linux-6.15/Documentation/ABI/testing/
H A Dsysfs-class-bdi39 writeout speed in relation to the other devices.
53 writeout speed in relation to the other devices.
94 writeout speed in relation to the other devices.
/linux-6.15/tools/memory-model/Documentation/
H A Dexplanation.txt767 Note that the fr relation is determined entirely by the rf and co
1023 cumul-fence relation. That is, if we have:
1047 "preserved program order") relation, which links the po-earlier
1102 includes address dependencies to loads in the ppo relation.
1427 The LKMM defines yet another relation connected to times of
1436 The propagates-before (pb) relation capitalizes on the special
1613 that this relation is "inverted": It links the end of the
1679 the strong-fence relation links events that are separated by an
1723 relation, and R is po-before the grace period S. Thus we have:
1918 relation). It also gives a way to tell which unlock matches a
[all …]
H A Drecipes.txt528 based on the relation between the accesses linking successive CPUs in a
533 this type of relation. In formal memory-modeling texts, this
534 relation is called "reads-from" and is usually abbreviated "rf".
538 of relation. In formal memory-modeling texts, this relation is
543 write-to-write relation between the last access of CPU1() and
545 this relation is often called "coherence order" and is sometimes
/linux-6.15/Documentation/devicetree/bindings/dma/
H A Dsocionext,uniphier-xdmac.yaml37 relation to the device to use the DMA controller.
/linux-6.15/Documentation/devicetree/bindings/thermal/
H A Dgeneric-adc-thermal.yaml35 Lookup table to map the relation between ADC value and temperature.
/linux-6.15/Documentation/core-api/
H A Drefcount-vs-atomic.rst35 program order (po) relation (on the same CPU). It guarantees that
70 a single CPU relation and provides no guarantees for other CPUs.
/linux-6.15/Documentation/cpu-freq/
H A Dcpu-drivers.rst181 unsigned int target_frequency, unsigned int relation.
188 - if relation==CPUFREQ_REL_L, try to select a new_freq higher than or equal
190 - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
/linux-6.15/Documentation/hwmon/
H A Dstpddc60.rst37 The vout under- and over-voltage limits are set in relation to the commanded
/linux-6.15/Documentation/devicetree/bindings/virtio/
H A Dpci-iommu.yaml15 device tree statically describes the relation between IOMMU and DMA
/linux-6.15/Documentation/arch/powerpc/
H A Dvcpudispatch_stats.rst39 The final 3 numbers represent statistics in relation to the home node of

123