Home
last modified time | relevance | path

Searched refs:others (Results 1 – 25 of 241) sorted by relevance

12345678910

/linux/arch/csky/abiv2/
H A Dcacheflush.c59 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()
/linux/arch/riscv/mm/
H A Dcacheflush.c60 cpumask_t others, *mask; in flush_icache_mm() local
76 cpumask_andnot(&others, mm_cpumask(mm), cpumask_of(cpu)); in flush_icache_mm()
77 local |= cpumask_empty(&others); in flush_icache_mm()
89 sbi_remote_fence_i(&others); in flush_icache_mm()
91 on_each_cpu_mask(&others, ipi_remote_fence_i, NULL, 1); in flush_icache_mm()
/linux/drivers/regulator/
H A Dmax8997-regulator.c573 int others; in max8997_assess_side_effect() local
581 for (others = 0; others < 3; others++) { in max8997_assess_side_effect()
584 if (others == rid) in max8997_assess_side_effect()
586 if (buckx_gpiodvs[others] == false) in max8997_assess_side_effect()
588 diff = (buckx_val[others])[i] - in max8997_assess_side_effect()
589 (buckx_val[others])[max8997->buck125_gpioindex]; in max8997_assess_side_effect()
/linux/Documentation/driver-api/
H A Dhw-recoverable-errors.rst36 types like CPU, memory, PCI, CXL, and others.
41 others.
/linux/Documentation/arch/mips/
H A Dingenic-tcu.rst37 - On JZ4725B, channel 5 operates as TCU2, the others operate as TCU1.
39 others operate as TCU1.
/linux/Documentation/admin-guide/cifs/
H A Dauthors.rst21 Newbigin and others for their work on the Linux smbfs module. Thanks to
64 Olaf Kirch, Kieron Briggs, Nick Millington and others. Also special
/linux/arch/x86/realmode/rm/
H A Dtrampoline_32.S33 wbinvd # Needed for NUMA-Q should be harmless for others
/linux/Documentation/devicetree/bindings/bus/
H A Domap-ocp2scp.txt5 Should be "ti,omap-ocp2scp" for all others
/linux/Documentation/arch/arm/sa1100/
H A Dlart.rst11 is under development, with plenty of others in different stages of
/linux/scripts/package/debian/
H A Dcopyright6 Copyright: 1991 - 2023 Linus Torvalds and others.
/linux/arch/arm/boot/dts/samsung/
H A Dexynos54xx-odroidxu-leds.dtsi25 * Green LED is much brighter than the others
/linux/Documentation/filesystems/
H A Daffs.rst111 - R maps to r for user, group and others. On directories, R implies x.
133 - r permission will allow R for user, group and others.
135 - w permission will allow W for user, group and others.
139 - D will be allowed for user, group and others.
/linux/drivers/dma/bestcomm/
H A DKconfig15 others (like FEC).
/linux/kernel/configs/
H A Dxen.config39 # others
/linux/Documentation/translations/zh_CN/
H A Dhow-to.rst361 git send-email *.patch --to <maintainer email addr> --cc <others addr>
411 git send-email v2* --to <maintainer email addr> --cc <others addr>
/linux/net/lapb/
H A DKconfig13 Layer, the higher part of X.25, but others are possible as well).
/linux/Documentation/i2c/busses/
H A Di2c-via.rst18 - others with South bridge VT82C586B
/linux/Documentation/maintainer/
H A Drebasing-and-merging.rst19 maintainers result from a desire to avoid merges, while others come from
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
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt6357.dtsi153 mt6357_vsram_others_reg: ldo-vsram-others {
154 regulator-name = "vsram-others";
/linux/arch/arm/boot/dts/ti/omap/
H A Domap-gpmc-smsc9221.dtsi5 * Compared to smsc911x, smsc9221 (and others like smsc9217
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mp-skov-revc-bd500.dts15 /* Inverted compared to others due to NMOS inverter */
/linux/fs/freevxfs/
H A DKconfig9 of SCO UnixWare (and possibly others) and optionally available
/linux/LICENSES/exceptions/
H A DLinux-syscall-note18 kernel) is copyrighted by me and others who actually wrote it.
/linux/Documentation/usb/
H A Dohci.rst10 contributions from many others (read its copyright/licencing header).
/linux/fs/jffs2/
H A DLICENCE4 Copyright © 2001-2007 Red Hat, Inc. and others

12345678910