Home
last modified time | relevance | path

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

12

/Linux-v4.19/security/yama/
Dyama_lsm.c121 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()
164 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add()
[all …]
/Linux-v4.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:
/Linux-v4.19/include/linux/
Dcpufreq.h292 unsigned int relation); /* Deprecated */
530 unsigned int relation);
533 unsigned int relation);
680 unsigned int relation);
900 unsigned int relation) in cpufreq_frequency_table_target() argument
904 relation); in cpufreq_frequency_table_target()
906 switch (relation) { in cpufreq_frequency_table_target()
914 pr_err("%s: Invalid relation: %d\n", __func__, relation); in cpufreq_frequency_table_target()
/Linux-v4.19/drivers/cpufreq/
Dfreq_table.c118 unsigned int relation) in cpufreq_table_index_unsorted() argument
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
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
Damd_freq_sensitivity.c43 unsigned int relation) in amd_powersave_bias_target() argument
Dcpufreq_governor.h174 unsigned int freq_next, unsigned int relation);
Dcpufreq_ondemand.c65 unsigned int freq_next, unsigned int relation) in generic_powersave_bias_target() argument
83 index = cpufreq_frequency_table_target(policy, freq_next, relation); in generic_powersave_bias_target()
Dsh-cpufreq.c83 unsigned int relation) in sh_cpufreq_target() argument
Dcpufreq.c1955 unsigned int relation) in __cpufreq_driver_target() argument
1967 policy->cpu, target_freq, relation, old_target_freq); in __cpufreq_driver_target()
1982 return cpufreq_driver->target(policy, target_freq, relation); in __cpufreq_driver_target()
1987 index = cpufreq_frequency_table_target(policy, target_freq, relation); in __cpufreq_driver_target()
1995 unsigned int relation) in cpufreq_driver_target() argument
2001 ret = __cpufreq_driver_target(policy, target_freq, relation); in cpufreq_driver_target()
Dcpufreq-nforce2.c253 unsigned int target_freq, unsigned int relation) in nforce2_target() argument
Dgx-suspmod.c377 unsigned int relation) in cpufreq_gx_target() argument
Dcppc_cpufreq.c135 unsigned int relation) in cppc_cpufreq_set_target() argument
/Linux-v4.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
/Linux-v4.19/tools/memory-model/Documentation/
Dexplanation.txt328 The most important relation between events is program order (po). You
336 This is inherently a single-CPU relation; two instructions executing
340 po-loc is a sub-relation of po. It links two memory accesses when the
425 memory model cannot assume there is a fixed program order relation
433 We say that two events are linked by a dependency relation when the
496 The reads-from relation (rf) links a write event to a read event when
508 Usage of the rf relation implicitly assumes that loads will always
674 Just like the po relation, co is inherently an ordering -- it is not
676 just like with the rf relation, we distinguish between stores that
689 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-v4.19/Documentation/devicetree/bindings/thermal/
Dthermal-generic-adc.txt12 to map the relation between ADC value and
Dthermal.txt146 Type: sub-node map nodes, used to describe the relation between trips
151 Type: array coefficients to compose a linear relation between
533 * linear relation. E.g.:
/Linux-v4.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.
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-class-bdi37 writeout speed in relation to the other devices.
/Linux-v4.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
/Linux-v4.19/Documentation/media/uapi/v4l/
Daudio.rst22 The relation of video and audio connectors is defined in the
/Linux-v4.19/Documentation/devicetree/bindings/mtd/
Dpartition.txt21 significant relation between partitions or some partition internally uses

12