| /kernel/linux/linux-5.10/arch/riscv/mm/ |
| D | cacheflush.c | 41 cpumask_t others, *mask; in flush_icache_mm() local 57 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm() 58 local |= cpumask_empty(&others); in flush_icache_mm() 72 riscv_cpuid_to_hartid_mask(&others, &hartid_mask); in flush_icache_mm() 75 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
|
| /kernel/linux/linux-5.10/arch/csky/abiv2/ |
| D | cacheflush.c | 52 cpumask_t others, *mask; in flush_icache_mm_range() local 77 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm_range() 79 if (mm != current->active_mm || !cpumask_empty(&others)) { in flush_icache_mm_range() 80 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1); in flush_icache_mm_range()
|
| /kernel/linux/linux-6.6/arch/riscv/mm/ |
| D | cacheflush.c | 42 cpumask_t others, *mask; in flush_icache_mm() local 58 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm() 59 local |= cpumask_empty(&others); in flush_icache_mm() 72 sbi_remote_fence_i(&others); in flush_icache_mm() 74 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
|
| /kernel/linux/linux-6.6/Documentation/process/ |
| D | 7.AdvancedTopics.rst | 40 available to others. A git-using developer should be able to obtain a copy 52 When you are ready to start putting up git trees for others to look at, you 64 development in any branch which you intend to ask others to pull from. 87 which has been exported to others should generally be seen as immutable 137 If and when others start to send patches for inclusion into your tree, 157 posted by others. In addition, reviewers are forever in short supply; by 172 white space. Others will focus primarily on whether the change implemented 173 by the patch as a whole is a good thing for the kernel or not. Yet others
|
| /kernel/linux/linux-5.10/Documentation/process/ |
| D | 7.AdvancedTopics.rst | 40 available to others. A git-using developer should be able to obtain a copy 52 When you are ready to start putting up git trees for others to look at, you 64 development in any branch which you intend to ask others to pull from. 87 which has been exported to others should generally be seen as immutable 137 If and when others start to send patches for inclusion into your tree, 157 posted by others. In addition, reviewers are forever in short supply; by 172 white space. Others will focus primarily on whether the change implemented 173 by the patch as a whole is a good thing for the kernel or not. Yet others
|
| /kernel/linux/linux-6.6/arch/csky/abiv2/ |
| D | cacheflush.c | 59 cpumask_t others, *mask; in flush_icache_mm_range() local 84 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm_range() 86 if (mm != current->active_mm || !cpumask_empty(&others)) { in flush_icache_mm_range() 87 on_each_cpu_mask(&others, local_icache_inv_all, NULL, 1); in flush_icache_mm_range()
|
| /kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
| D | sdio_ops_linux.c | 31 *others Fail 62 *others Fail 95 *others Fail 126 *others Fail 326 *others Fail 375 *others Fail 418 *others Fail 470 * others Fail
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pstore_blk.h | 17 * Return: On success, zero should be returned. Others excluding -ENOMSG 63 * On success, the number of bytes should be returned, others 71 * Return 0 on success and others on failure. 75 * On success, the number of bytes should be returned, others
|
| D | pstore_zone.h | 27 * On success, the number of bytes should be returned, others 35 * Return 0 on success and others on failure. 39 * On success, the number of bytes should be returned, others
|
| /kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
| D | ddk750_chip.h | 61 * Others = the new main chip clock 68 * Others = the new memory clock 75 * Others = the new master clock
|
| /kernel/linux/linux-5.10/drivers/staging/sm750fb/ |
| D | ddk750_chip.h | 61 * Others = the new main chip clock 68 * Others = the new memory clock 75 * Others = the new master clock
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | pstore_zone.h | 26 * On success, the number of bytes should be returned, others 34 * Return 0 on success and others on failure. 38 * On success, the number of bytes should be returned, others
|
| /kernel/linux/linux-6.6/Documentation/maintainer/ |
| D | rebasing-and-merging.rst | 19 maintainers result from a desire to avoid merges, while others come from 49 should usually not be changed. Others may have pulled a copy of your 57 expose an unstable branch for others to test with or for automated 61 - Do not rebase a branch that contains history created by others. If you 101 independently of the others. So naturally, at least one merge will be 110 from lower-level subsystem trees and from others, either sibling trees or
|
| /kernel/linux/linux-5.10/drivers/clk/mvebu/ |
| D | dove.c | 37 * others reserved. 44 * others reserved. 57 * others reserved. 62 * others reserved.
|
| D | kirkwood.c | 36 * others reserved. 42 * others reserved. 51 * others reserved. 57 * others reserved. 62 * others reserved.
|
| /kernel/linux/linux-6.6/drivers/clk/mvebu/ |
| D | dove.c | 37 * others reserved. 44 * others reserved. 57 * others reserved. 62 * others reserved.
|
| D | kirkwood.c | 36 * others reserved. 42 * others reserved. 51 * others reserved. 57 * others reserved. 62 * others reserved.
|
| /kernel/linux/linux-5.10/arch/x86/mm/ |
| D | pf_in.h | 12 NOTHING, /* access others point in regions */ 16 OTHERS /* Other instructions can not intercept */ enumerator
|
| /kernel/linux/linux-6.6/arch/x86/mm/ |
| D | pf_in.h | 12 NOTHING, /* access others point in regions */ 16 OTHERS /* Other instructions can not intercept */ enumerator
|
| /kernel/linux/linux-5.10/Documentation/maintainer/ |
| D | rebasing-and-merging.rst | 19 maintainers result from a desire to avoid merges, while others come from 49 should usually not be changed. Others may have pulled a copy of your 57 expose an unstable branch for others to test with or for automated 61 - Do not rebase a branch that contains history created by others. If you 101 independently of the others. So naturally, at least one merge will be 110 from lower-level subsystem trees and from others, either sibling trees or
|
| /kernel/linux/linux-5.10/drivers/staging/rtl8723bs/os_dep/ |
| D | sdio_ops_linux.c | 64 *others Fail 99 *others Fail 134 *others Fail 170 *others Fail 400 *others Fail 455 *others Fail 499 *others Fail 558 * others Fail
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | socionext,uniphier-pcie-phy.yaml | 38 - const: link # for others 49 - const: link # for others
|
| /kernel/linux/linux-5.10/arch/m68k/include/asm/ |
| D | mcfgpio.h | 86 * only one port, others have multiple ports; some have a single data latch 87 * for both input and output, others have a separate pin data register to read 88 * input; some require a read-modify-write access to change an output, others 90 * GPIOs in a single control area, others have some GPIOs implemented in
|
| /kernel/linux/linux-6.6/arch/m68k/include/asm/ |
| D | mcfgpio.h | 78 * only one port, others have multiple ports; some have a single data latch 79 * for both input and output, others have a separate pin data register to read 80 * input; some require a read-modify-write access to change an output, others 82 * GPIOs in a single control area, others have some GPIOs implemented in
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/ |
| D | uniphier-regulator.txt | 25 "link" - for others 30 "link" - for others
|