Home
last modified time | relevance | path

Searched full:relation (Results 1 – 25 of 267) sorted by relevance

1234567891011

/kernel/linux/linux-5.10/security/yama/
Dyama_lsm.c112 * yama_relation_cleanup - remove invalid entries from the relation list
117 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()
[all …]
/kernel/linux/linux-4.19/security/yama/
Dyama_lsm.c116 * yama_relation_cleanup - remove invalid entries from the relation list
121 struct ptrace_relation *relation; in yama_relation_cleanup() local
125 list_for_each_entry_rcu(relation, &ptracer_relations, node) { in yama_relation_cleanup()
126 if (relation->invalid) { in yama_relation_cleanup()
127 list_del_rcu(&relation->node); in yama_relation_cleanup()
128 kfree_rcu(relation, rcu); in yama_relation_cleanup()
148 struct ptrace_relation *relation, *added; in yama_ptracer_add() local
160 list_for_each_entry_rcu(relation, &ptracer_relations, node) { in yama_ptracer_add()
161 if (relation->invalid) in yama_ptracer_add()
163 if (relation->tracee == tracee) { in yama_ptracer_add()
[all …]
/kernel/linux/linux-4.19/tools/memory-model/Documentation/
Dexplanation.txt15 7. THE PROGRAM ORDER RELATION: po AND po-loc
18 10. THE READS-FROM RELATION: rf, rfi, and rfe
19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
20 12. THE FROM-READS RELATION: fr, fri, and fre
22 14. PROPAGATION ORDER RELATION: cumul-fence
26 18. THE PRESERVED PROGRAM ORDER RELATION: ppo
28 20. THE HAPPENS-BEFORE RELATION: hb
29 21. THE PROPAGATES-BEFORE RELATION: pb
53 through 12 (THE FROM_READS RELATION) describe the fundamental
325 THE PROGRAM ORDER RELATION: po AND po-loc
[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
/kernel/linux/linux-4.19/tools/memory-model/
Dlock.cat65 * until after the co relation has been generated.
90 * and then convert that relation to a set of single-edge relations.
93 let pair-to-relation p = p ++ 0
94 in map pair-to-relation ((LKW * {r}) & loc & ext)
114 let pair-to-relation p = p ++ 0
115 in map pair-to-relation (((UL | IW) * {r}) & loc & ext)
122 (* Final rf relation *)
Dlinux-kernel.cat74 * No fences needed here for prop because relation confined to one process.
124 * a single constraint on an "executes-before" relation, xb:
/kernel/linux/linux-5.10/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 *)
/kernel/linux/linux-5.10/tools/memory-model/Documentation/
Dexplanation.txt15 7. THE PROGRAM ORDER RELATION: po AND po-loc
18 10. THE READS-FROM RELATION: rf, rfi, and rfe
19 11. CACHE COHERENCE AND THE COHERENCE ORDER RELATION: co, coi, and coe
20 12. THE FROM-READS RELATION: fr, fri, and fre
22 14. PROPAGATION ORDER RELATION: cumul-fence
26 18. THE PRESERVED PROGRAM ORDER RELATION: ppo
28 20. THE HAPPENS-BEFORE RELATION: hb
29 21. THE PROPAGATES-BEFORE RELATION: pb
55 through 12 (THE FROM_READS RELATION) describe the fundamental
327 THE PROGRAM ORDER RELATION: po AND po-loc
[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
/kernel/linux/linux-4.19/drivers/cpufreq/
Dfreq_table.c118 unsigned int relation) in cpufreq_table_index_unsorted() argument
133 pr_debug("request for target %u kHz (relation: %u) for cpu %u\n", in cpufreq_table_index_unsorted()
134 target_freq, relation, policy->cpu); in cpufreq_table_index_unsorted()
136 switch (relation) { in cpufreq_table_index_unsorted()
155 switch (relation) { in cpufreq_table_index_unsorted()
Ds3c24xx-cpufreq.c279 unsigned int relation) in s3c_cpufreq_target() argument
292 s3c_freq_dbg("%s: policy %p, target %u, relation %u\n", in s3c_cpufreq_target()
293 __func__, policy, target_freq, relation); in s3c_cpufreq_target()
297 relation); in s3c_cpufreq_target()
328 relation); in s3c_cpufreq_target()
Dunicore2-cpufreq.c39 unsigned int relation) in ucv2_target() argument
/kernel/linux/linux-5.10/drivers/cpufreq/
Dfreq_table.c120 unsigned int relation) in cpufreq_table_index_unsorted() argument
135 pr_debug("request for target %u kHz (relation: %u) for cpu %u\n", in cpufreq_table_index_unsorted()
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()
Ds3c24xx-cpufreq.c272 unsigned int relation) in s3c_cpufreq_target() argument
285 s3c_freq_dbg("%s: policy %p, target %u, relation %u\n", in s3c_cpufreq_target()
286 __func__, policy, target_freq, relation); in s3c_cpufreq_target()
290 relation); in s3c_cpufreq_target()
321 relation); in s3c_cpufreq_target()
/kernel/linux/linux-4.19/Documentation/devicetree/bindings/iommu/
Dsamsung,sysmmu.txt13 System MMUs are in many to one relation with peripheral devices, i.e. single
16 device. The relation between a System MMU and the peripheral device needs to be
/kernel/linux/linux-4.19/include/linux/
Dcpufreq.h284 unsigned int relation); /* Deprecated */
522 unsigned int relation);
525 unsigned int relation);
661 unsigned int relation);
881 unsigned int relation) in cpufreq_frequency_table_target() argument
885 relation); in cpufreq_frequency_table_target()
887 switch (relation) { in cpufreq_frequency_table_target()
895 pr_err("%s: Invalid relation: %d\n", __func__, relation); in cpufreq_frequency_table_target()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/iommu/
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
/kernel/linux/linux-4.19/Documentation/cpu-freq/
Dcpu-drivers.txt190 unsigned int target_frequency, unsigned int relation.
197 - if relation==CPUFREQ_REL_L, try to select a new_freq higher than or equal
199 - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
/kernel/linux/linux-5.10/include/linux/
Dcpufreq.h323 unsigned int relation); /* Deprecated */
598 unsigned int relation);
601 unsigned int relation);
753 unsigned int relation);
973 unsigned int relation) in cpufreq_frequency_table_target() argument
977 relation); in cpufreq_frequency_table_target()
979 switch (relation) { in cpufreq_frequency_table_target()
/kernel/linux/linux-4.19/Documentation/core-api/
Drefcount-vs-atomic.rst35 program order (po) relation (on the same CPU). It guarantees that
63 a single CPU relation and provides no guarantees for other CPUs.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-5.10/Documentation/cpu-freq/
Dcpu-drivers.rst187 unsigned int target_frequency, unsigned int relation.
194 - if relation==CPUFREQ_REL_L, try to select a new_freq higher than or equal
196 - if relation==CPUFREQ_REL_H, try to select a new_freq lower than or equal
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/dma/
Dsocionext,uniphier-xdmac.yaml37 relation to the device to use the DMA controller.
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-class-bdi36 writeout speed in relation to the other devices.
/kernel/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-class-bdi37 writeout speed in relation to the other devices.

1234567891011