Home
last modified time | relevance | path

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

123456789

/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/Documentation/driver-api/
H A Dhw-recoverable-errors.rst36 types like CPU, memory, PCI, CXL, and others.
41 others.
/linux/Documentation/translations/zh_CN/
H A Dhow-to.rst373 git send-email *.patch --to <maintainer email addr> --cc <others addr>
447 git send-email v2-0001-*.patch --to <maintainer email addr> --cc <others addr>
458 git send-email v2-*.patch --to <maintainer email addr> --cc <others addr>
/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/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/drivers/dma/bestcomm/
H A DKconfig15 others (like FEC).
/linux/kernel/configs/
H A Dxen.config39 # others
/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/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/networking/device_drivers/ethernet/intel/
H A Dixd.rst39 * Other names and brands may be claimed as the property of 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/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/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/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
/linux/tools/testing/selftests/rcutorture/doc/
H A DTREE_RCU-kconfig.txt16 CONFIG_RCU_FANOUT -- Cover hierarchy, but overlap with others.

123456789