Home
last modified time | relevance | path

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

123

/Linux-v6.6/security/yama/
Dyama_lsm.c117 struct ptrace_relation *relation; in yama_relation_cleanup() local
121 list_for_each_entry_rcu(relation, &ptracer_relations, node) { in yama_relation_cleanup()
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()
144 struct ptrace_relation *relation, *added; in yama_ptracer_add() local
156 list_for_each_entry_rcu(relation, &ptracer_relations, node) { in yama_ptracer_add()
157 if (relation->invalid) in yama_ptracer_add()
159 if (relation->tracee == tracee) { in yama_ptracer_add()
160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
[all …]
/Linux-v6.6/tools/memory-model/
Dlock.cat62 * until after the co relation has been generated.
87 * and then convert that relation to a set of single-edge relations.
90 let pair-to-relation p = p ++ 0
91 in map pair-to-relation ((LKW * {r}) & loc & ext)
111 let pair-to-relation p = p ++ 0
112 in map pair-to-relation (((UL | IW) * {r}) & loc & ext)
119 (* Final rf relation *)
Dlinux-kernel.cat41 * Note: The po-unlock-lock-po relation only passes the lock to the direct
97 * No fences needed here for prop because relation confined to one process.
166 * a single constraint on an "executes-before" relation, xb:
/Linux-v6.6/drivers/cpufreq/
Dfreq_table.c120 unsigned int relation) in cpufreq_table_index_unsorted() argument
136 target_freq, relation, policy->cpu); in cpufreq_table_index_unsorted()
138 switch (relation) { in cpufreq_table_index_unsorted()
157 switch (relation) { in cpufreq_table_index_unsorted()
Damd_freq_sensitivity.c41 unsigned int relation) in amd_powersave_bias_target() argument
95 relation & CPUFREQ_RELATION_E); in amd_powersave_bias_target()
Dcpufreq_ondemand.c62 unsigned int freq_next, unsigned int relation) in generic_powersave_bias_target() argument
80 index = cpufreq_frequency_table_target(policy, freq_next, 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()
Dcpufreq.c537 unsigned int target_freq, unsigned int relation) in __resolve_freq() argument
546 idx = cpufreq_frequency_table_target(policy, target_freq, relation); in __resolve_freq()
2317 unsigned int relation) in __cpufreq_driver_target() argument
2324 target_freq = __resolve_freq(policy, target_freq, relation); in __cpufreq_driver_target()
2327 policy->cpu, target_freq, relation, old_target_freq); in __cpufreq_driver_target()
2345 relation &= ~CPUFREQ_RELATION_E; in __cpufreq_driver_target()
2347 return cpufreq_driver->target(policy, target_freq, relation); in __cpufreq_driver_target()
2359 unsigned int relation) in cpufreq_driver_target() argument
2365 ret = __cpufreq_driver_target(policy, target_freq, relation); in cpufreq_driver_target()
Dcpufreq_governor.h170 unsigned int freq_next, unsigned int relation);
Dsh-cpufreq.c82 unsigned int relation) in sh_cpufreq_target() argument
Dcpufreq-nforce2.c251 unsigned int target_freq, unsigned int relation) in nforce2_target() argument
Dgx-suspmod.c373 unsigned int relation) in cpufreq_gx_target() argument
/Linux-v6.6/include/linux/
Dcpufreq.h339 unsigned int relation); /* Deprecated */
612 unsigned int relation);
615 unsigned int relation);
791 unsigned int relation);
1026 unsigned int relation) in cpufreq_frequency_table_target() argument
1029 (relation & CPUFREQ_RELATION_E); in cpufreq_frequency_table_target()
1033 relation &= ~CPUFREQ_RELATION_E; in cpufreq_frequency_table_target()
1037 relation); in cpufreq_frequency_table_target()
1039 switch (relation) { in cpufreq_frequency_table_target()
/Linux-v6.6/Documentation/translations/zh_TW/cpu-freq/
Dcpu-drivers.rst174 unsigned int relation.
180 - 如果 relation==CPUFREQ_REL_L,嘗試選擇一個高於或等於 target_freq 的 new_freq。("L代表
182 - 如果 relation==CPUFREQ_REL_H,嘗試選擇一個低於或等於 target_freq 的 new_freq。("H代表
/Linux-v6.6/Documentation/translations/zh_CN/cpu-freq/
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-v6.6/Documentation/ABI/testing/
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-v6.6/tools/memory-model/Documentation/
Dexplanation.txt331 The most important relation between events is program order (po). You
339 This is inherently a single-CPU relation; two instructions executing
343 po-loc is a sub-relation of po. It links two memory accesses when the
422 memory model cannot assume there is a fixed program order relation
430 We say that two events are linked by a dependency relation when the
545 The reads-from relation (rf) links a write event to a read event when
557 Usage of the rf relation implicitly assumes that loads will always
723 Just like the po relation, co is inherently an ordering -- it is not
725 just like with the rf relation, we distinguish between stores that
738 The from-reads relation (fr) can be a little difficult for people to
[all …]
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-v6.6/Documentation/core-api/
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-v6.6/Documentation/cpu-freq/
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-v6.6/Documentation/hwmon/
Dstpddc60.rst37 The vout under- and over-voltage limits are set in relation to the commanded
/Linux-v6.6/Documentation/powerpc/
Dvcpudispatch_stats.rst39 The final 3 numbers represent statistics in relation to the home node of
/Linux-v6.6/Documentation/tools/rtla/
Drtla-hwnoise.rst61 all noise that the tool observed, and the *% CPU Aval* is the relation
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Daudio.rst22 The relation of video and audio connectors is defined in the
/Linux-v6.6/Documentation/driver-api/surface_aggregator/
Dclient.rst55 connection/relation to that controller. This can be done via the
103 setup provided through the parent-child relation, are preserved. If
328 notifier may be specified, which determines its order in relation to any
/Linux-v6.6/tools/memory-model/litmus-tests/
DREADME213 interleaving descriptions of the relation between a pair of consecutive
232 A from-read ("fre") relation links P0()'s third to P1()'s first

123