/linux-6.1.9/security/yama/ |
D | yama_lsm.c | 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() 160 list_replace_rcu(&relation->node, &added->node); in yama_ptracer_add() [all …]
|
/linux-6.1.9/tools/memory-model/ |
D | lock.cat | 62 * 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 *)
|
/linux-6.1.9/include/linux/ |
D | cpufreq.h | 335 unsigned int relation); /* Deprecated */ 614 unsigned int relation); 617 unsigned int relation); 793 unsigned int relation); 1028 unsigned int relation) in cpufreq_frequency_table_target() argument 1031 (relation & CPUFREQ_RELATION_E); in cpufreq_frequency_table_target() 1035 relation &= ~CPUFREQ_RELATION_E; in cpufreq_frequency_table_target() 1039 relation); in cpufreq_frequency_table_target() 1041 switch (relation) { in cpufreq_frequency_table_target()
|
/linux-6.1.9/drivers/cpufreq/ |
D | freq_table.c | 120 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()
|
D | amd_freq_sensitivity.c | 41 unsigned int relation) in amd_powersave_bias_target() argument 95 relation & CPUFREQ_RELATION_E); in amd_powersave_bias_target()
|
D | cpufreq_ondemand.c | 62 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()
|
D | s3c24xx-cpufreq.c | 272 unsigned int relation) in s3c_cpufreq_target() argument 286 __func__, policy, target_freq, relation); in s3c_cpufreq_target() 290 relation); in s3c_cpufreq_target() 321 relation); in s3c_cpufreq_target()
|
D | cpufreq.c | 529 unsigned int target_freq, unsigned int relation) in __resolve_freq() argument 538 idx = cpufreq_frequency_table_target(policy, target_freq, relation); in __resolve_freq() 2269 unsigned int relation) in __cpufreq_driver_target() argument 2276 target_freq = __resolve_freq(policy, target_freq, relation); in __cpufreq_driver_target() 2279 policy->cpu, target_freq, relation, old_target_freq); in __cpufreq_driver_target() 2297 relation &= ~CPUFREQ_RELATION_E; in __cpufreq_driver_target() 2299 return cpufreq_driver->target(policy, target_freq, relation); in __cpufreq_driver_target() 2311 unsigned int relation) in cpufreq_driver_target() argument 2317 ret = __cpufreq_driver_target(policy, target_freq, relation); in cpufreq_driver_target()
|
D | cpufreq_governor.h | 170 unsigned int freq_next, unsigned int relation);
|
D | sh-cpufreq.c | 82 unsigned int relation) in sh_cpufreq_target() argument
|
D | cpufreq-nforce2.c | 251 unsigned int target_freq, unsigned int relation) in nforce2_target() argument
|
/linux-6.1.9/Documentation/translations/zh_CN/cpu-freq/ |
D | cpu-drivers.rst | 175 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.1.9/Documentation/translations/zh_TW/cpu-freq/ |
D | cpu-drivers.rst | 174 unsigned int relation. 180 - 如果 relation==CPUFREQ_REL_L,嘗試選擇一個高於或等於 target_freq 的 new_freq。("L代表 182 - 如果 relation==CPUFREQ_REL_H,嘗試選擇一個低於或等於 target_freq 的 new_freq。("H代表
|
/linux-6.1.9/Documentation/devicetree/bindings/iommu/ |
D | samsung,sysmmu.yaml | 23 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.1.9/tools/memory-model/Documentation/ |
D | explanation.txt | 330 The most important relation between events is program order (po). You 338 This is inherently a single-CPU relation; two instructions executing 342 po-loc is a sub-relation of po. It links two memory accesses when the 421 memory model cannot assume there is a fixed program order relation 429 We say that two events are linked by a dependency relation when the 543 The reads-from relation (rf) links a write event to a read event when 555 Usage of the rf relation implicitly assumes that loads will always 721 Just like the po relation, co is inherently an ordering -- it is not 723 just like with the rf relation, we distinguish between stores that 736 The from-reads relation (fr) can be a little difficult for people to [all …]
|
D | recipes.txt | 528 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.1.9/Documentation/devicetree/bindings/dma/ |
D | socionext,uniphier-xdmac.yaml | 37 relation to the device to use the DMA controller.
|
/linux-6.1.9/Documentation/core-api/ |
D | refcount-vs-atomic.rst | 35 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.1.9/Documentation/devicetree/bindings/thermal/ |
D | thermal-generic-adc.txt | 16 to map the relation between ADC value and
|
/linux-6.1.9/Documentation/devicetree/bindings/mtd/ |
D | partition.txt | 21 significant relation between partitions or some partition internally uses
|
/linux-6.1.9/Documentation/cpu-freq/ |
D | cpu-drivers.rst | 181 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.1.9/Documentation/ABI/testing/ |
D | sysfs-class-bdi | 39 writeout speed in relation to the other devices.
|
/linux-6.1.9/Documentation/hwmon/ |
D | stpddc60.rst | 37 The vout under- and over-voltage limits are set in relation to the commanded
|
/linux-6.1.9/Documentation/devicetree/bindings/virtio/ |
D | pci-iommu.yaml | 15 device tree statically describes the relation between IOMMU and DMA
|
/linux-6.1.9/Documentation/powerpc/ |
D | vcpudispatch_stats.rst | 39 The final 3 numbers represent statistics in relation to the home node of
|