| /kernel/linux/linux-6.6/security/yama/ |
| D | yama_lsm.c | 112 * 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-5.10/security/yama/ |
| D | yama_lsm.c | 112 * 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-6.6/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 *)
|
| D | linux-kernel.cat | 41 * 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:
|
| /kernel/linux/linux-5.10/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 *)
|
| /kernel/linux/linux-5.10/tools/memory-model/Documentation/ |
| D | explanation.txt | 15 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 …]
|
| 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
|
| /kernel/linux/linux-6.6/tools/memory-model/Documentation/ |
| D | explanation.txt | 15 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 56 through 12 (THE FROM_READS RELATION) describe the fundamental 328 THE PROGRAM ORDER RELATION: po AND po-loc [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
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | freq_table.c | 120 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()
|
| D | s3c24xx-cpufreq.c | 272 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-6.6/drivers/cpufreq/ |
| D | freq_table.c | 120 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()
|
| 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()
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-bdi | 39 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.
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | cpufreq.h | 123 * This indicates if the relation flag CPUFREQ_RELATION_E can be 287 /* relation flags */ 339 unsigned int relation); /* Deprecated */ 612 unsigned int relation); 615 unsigned int relation); 791 unsigned int relation); 1038 unsigned int relation) in cpufreq_frequency_table_target() argument 1041 (relation & CPUFREQ_RELATION_E); in cpufreq_frequency_table_target() 1045 relation &= ~CPUFREQ_RELATION_E; in cpufreq_frequency_table_target() 1049 relation); in cpufreq_frequency_table_target() [all …]
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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代表
|
| /kernel/linux/linux-6.6/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代表
|
| /kernel/linux/linux-6.6/drivers/s390/block/ |
| D | dasd_devmap.c | 37 * dasd_devmap_t is used to store the features and the relation 606 dev_warn(&device->cdev->dev, "Unable to query copy relation status\n"); in dasd_devmap_get_pprc_status() 615 dev_warn(&device->cdev->dev, "Error during copy relation status query\n"); in dasd_devmap_get_pprc_status() 650 * check the consistency of a specified copy relation by checking 675 dev_warn(&device->cdev->dev, "Device not part of a copy relation\n"); in dasd_devmap_check_copy_relation() 711 * the current device has to be part of the copy relation of all in dasd_devmap_check_copy_relation() 728 "Copy pair relation does not contain device: %s\n", in dasd_devmap_check_copy_relation() 738 /* delete device from copy relation entry */ 757 * read all required information for a copy relation setup and setup the device 789 dev_err(&cdev->dev, "Copy relation not enabled on storage server\n"); in dasd_devmap_set_device_copy_relation() [all …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | cpufreq.h | 323 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-6.6/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
|
| /kernel/linux/linux-5.10/Documentation/cpu-freq/ |
| D | cpu-drivers.rst | 187 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-6.6/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.
|