| /linux/rust/syn/ |
| H A D | lib.rs | 330 #[cfg(any(feature = "full", feature = "derive"))] 332 #[cfg(any(feature = "full", feature = "derive"))] 333 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))] 342 #[cfg(any( 344 all(feature = "printing", any(feature = "full", feature = "derive")), 352 #[cfg(any(feature = "full", feature = "derive"))] 354 #[cfg(any(feature = "full", feature = "derive"))] 355 #[cfg_attr(docsrs, doc(cfg(any(feature = "full", feature = "derive"))))] 358 #[cfg(any(feature = "full", feature = "derive"))] 369 #[cfg(any(feature = "full", feature = "derive"))] [all …]
|
| /linux/rust/syn/gen/ |
| H A D | visit_mut.rs | 8 #[cfg(any(feature = "full", feature = "derive"))] 32 #[cfg(any(feature = "derive", feature = "full"))] 33 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 37 #[cfg(any(feature = "derive", feature = "full"))] 38 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 50 #[cfg(any(feature = "derive", feature = "full"))] 51 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 55 #[cfg(any(feature = "derive", feature = "full"))] 56 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 60 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
| H A D | fold.rs | 30 #[cfg(any(feature = "derive", feature = "full"))] 31 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 35 #[cfg(any(feature = "derive", feature = "full"))] 36 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 48 #[cfg(any(feature = "derive", feature = "full"))] 49 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 53 #[cfg(any(feature = "derive", feature = "full"))] 54 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 58 #[cfg(any(feature = "derive", feature = "full"))] 59 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] [all …]
|
| H A D | visit.rs | 8 #[cfg(any(feature = "full", feature = "derive"))] 31 #[cfg(any(feature = "derive", feature = "full"))] 32 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 36 #[cfg(any(feature = "derive", feature = "full"))] 37 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 49 #[cfg(any(feature = "derive", feature = "full"))] 50 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 54 #[cfg(any(feature = "derive", feature = "full"))] 55 #[cfg_attr(docsrs, doc(cfg(any(feature = "derive", feature = "full"))))] 59 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
| H A D | eq.rs | 6 #[cfg(any(feature = "derive", feature = "full"))] 8 #[cfg(any(feature = "derive", feature = "full"))] 11 #[cfg(any(feature = "derive", feature = "full"))] 18 #[cfg(any(feature = "derive", feature = "full"))] 21 #[cfg(any(feature = "derive", feature = "full"))] 39 #[cfg(any(feature = "derive", feature = "full"))] 42 #[cfg(any(feature = "derive", feature = "full"))] 50 #[cfg(any(feature = "derive", feature = "full"))] 53 #[cfg(any(feature = "derive", feature = "full"))] 61 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
| H A D | clone.rs | 7 #[cfg(any(feature = "derive", feature = "full"))] 17 #[cfg(any(feature = "derive", feature = "full"))] 43 #[cfg(any(feature = "derive", feature = "full"))] 55 #[cfg(any(feature = "derive", feature = "full"))] 67 #[cfg(any(feature = "derive", feature = "full"))] 70 #[cfg(any(feature = "derive", feature = "full"))] 77 #[cfg(any(feature = "derive", feature = "full"))] 89 #[cfg(any(feature = "derive", feature = "full"))] 100 #[cfg(any(feature = "derive", feature = "full"))] 112 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
| H A D | hash.rs | 6 #[cfg(any(feature = "derive", feature = "full"))] 9 #[cfg(any(feature = "derive", feature = "full"))] 19 #[cfg(any(feature = "derive", feature = "full"))] 44 #[cfg(any(feature = "derive", feature = "full"))] 56 #[cfg(any(feature = "derive", feature = "full"))] 68 #[cfg(any(feature = "derive", feature = "full"))] 85 #[cfg(any(feature = "derive", feature = "full"))] 96 #[cfg(any(feature = "derive", feature = "full"))] 108 #[cfg(any(feature = "derive", feature = "full"))] 120 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
| H A D | debug.rs | 8 #[cfg(any(feature = "derive", feature = "full"))] 18 #[cfg(any(feature = "derive", feature = "full"))] 25 #[cfg(any(feature = "derive", feature = "full"))] 50 #[cfg(any(feature = "derive", feature = "full"))] 62 #[cfg(any(feature = "derive", feature = "full"))] 74 #[cfg(any(feature = "derive", feature = "full"))] 89 #[cfg(any(feature = "derive", feature = "full"))] 101 #[cfg(any(feature = "derive", feature = "full"))] 112 #[cfg(any(feature = "derive", feature = "full"))] 124 #[cfg(any(feature = "derive", feature = "full"))] [all …]
|
| /linux/fs/9p/ |
| H A D | fid.c | 61 kuid_t uid, bool any) in v9fs_fid_find_inode() argument 71 if (any || uid_eq(fid->uid, uid)) { in v9fs_fid_find_inode() 113 static struct p9_fid *v9fs_fid_find(struct dentry *dentry, kuid_t uid, int any) in v9fs_fid_find() argument 119 any); in v9fs_fid_find() 127 if (any || uid_eq(fid->uid, uid)) { in v9fs_fid_find() 136 ret = v9fs_fid_find_inode(dentry->d_inode, false, uid, any); in v9fs_fid_find() 170 kuid_t uid, int any) in v9fs_fid_lookup_with_uid() argument 180 fid = v9fs_fid_find(dentry, uid, any); in v9fs_fid_lookup_with_uid() 190 fid = v9fs_fid_find(ds, uid, any); in v9fs_fid_lookup_with_uid() 202 root_fid = v9fs_fid_find(dentry->d_sb->s_root, uid, any); in v9fs_fid_lookup_with_uid() [all …]
|
| /linux/LICENSES/deprecated/ |
| H A D | CC0-1.0 | 33 works, reuse and redistribute as freely as possible in any form whatsoever 34 and for any purposes, including without limitation commercial purposes. 40 For these and/or other purposes and motivations, and without any 64 protection of databases, and under any national implementation 65 thereof, including any amended or successor version of such 68 world based on applicable law or treaty, and any national 78 treaty (including future time extensions), (iii) in any current or future 79 medium and for any number of copies, and (iv) for any purpose whatsoever, 84 revocation, rescission, cancellation, termination, or any other legal or 88 3. Public License Fallback. Should any part of the Waiver for any reason [all …]
|
| H A D | Zlib | 14 This software is provided 'as-is', without any express or implied warranty. In 15 no event will the authors be held liable for any damages arising from the use 18 Permission is granted to anyone to use this software for any purpose, including 27 3. This notice may not be removed or altered from any source distribution.
|
| /linux/Documentation/admin-guide/media/ |
| H A D | zoran-cardlist.rst | 19 - <any> 23 - <any> 31 - <any> 39 - <any> 51 - <any>
|
| /linux/LICENSES/dual/ |
| H A D | Apache-2.0 | 45 "Object" form shall mean any form resulting from mechanical transformation 54 "Derivative Works" shall mean any work, whether in Source or Object form, 62 "Contribution" shall mean any work of authorship, including the original 63 version of the Work and any modifications or additions to that Work or 67 purposes of this definition, "submitted" means any form of electronic, 76 "Contributor" shall mean Licensor and any individual or Legal Entity on 96 against any entity (including a cross-claim or counterclaim in a 99 any patent licenses granted to You under this License for that Work 103 Derivative Works thereof in any medium, with or without modifications, 107 a. You must give any other recipients of the Work or Derivative Works a [all …]
|
| H A D | CDDL-1.0 | 24 Software, prior Modifications used by a Contributor (if any), 32 1.4. "Executable" means the Covered Software in any form other than 46 subsequently acquired, any and all of the rights conveyed herein. 49 any of the following: 55 B. Any new file that contains any part of the Original Software 65 1.11. "Patent Claims" means any patent claim(s), now owned or 67 process, and apparatus claims, in any patent Licensable by 76 of, this License. For legal entities, "You" includes any 148 granted: (1) for any code that Contributor has deleted from 166 of any such Covered Software in Executable form as to how they can [all …]
|
| H A D | CC-BY-4.0 | 24 warranties regarding its licenses, any material licensed under their 25 terms and conditions, or any related information. Creative Commons 46 material as expected. Licensors should clearly mark any 55 the licensor's permission is not necessary for any reason--for 56 example, because of any applicable exception or limitation to 114 any other exception or limitation to Copyright and Similar Rights 129 i. Share means to provide material to the public by any means or 173 Licensor waives and/or agrees not to assert any right or 190 any additional or different terms or conditions on, or 191 apply any Effective Technological Measures to, the [all …]
|
| H A D | MPL-1.1 | 39 1.5. "Executable" means Covered Code in any form other than Source 53 subsequently acquired, any and all of the rights conveyed herein. 55 1.9. "Modifications" means any addition to or deletion from the 56 substance or structure of either the Original Code or any previous 62 B. Any new file that contains any part of the Original Code or 70 1.10.1. "Patent Claims" means any patent claim(s), now owned or 72 and apparatus claims, in any patent Licensable by grantor. 76 any associated interface definition files, scripts used to control 87 For legal entities, "You" includes any entity which controls, is 147 granted: 1) for any code that Contributor has deleted from the [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-scmi | 9 Users: Debugging, any userspace test suite 16 on this SCMI instance <n>, the threshold above which any SCMI 20 Users: Debugging, any userspace test suite 28 Users: Debugging, any userspace test suite 36 Users: Debugging, any userspace test suite 44 Users: Debugging, any userspace test suite 52 Users: Debugging, any userspace test suite 61 Users: Debugging, any userspace test suite 70 Users: Debugging, any userspace test suite
|
| /linux/lib/crc/ |
| H A D | Kconfig | 8 The CRC4 library functions. Select this if your module uses any of 14 The CRC7 library functions. Select this if your module uses any of 20 The CRC8 library functions. Select this if your module uses any of 26 The CRC16 library functions. Select this if your module uses any of 32 The CRC-CCITT library functions. Select this if your module uses any 39 any of the functions from <linux/crc-itu-t.h>. 45 any of the functions from <linux/crc-t10dif.h>. 60 The CRC32 library functions. Select this if your module uses any of 79 The CRC64 library functions. Select this if your module uses any of 94 architecture-optimized implementations of any CRC variants that are
|
| /linux/Documentation/admin-guide/sysctl/ |
| H A D | user.rst | 41 The maximum number of cgroup namespaces that any user in the current 47 The maximum number of ipc namespaces that any user in the current 53 The maximum number of mount namespaces that any user in the current 59 The maximum number of network namespaces that any user in the 65 The maximum number of pid namespaces that any user in the current 71 The maximum number of time namespaces that any user in the current 77 The maximum number of user namespaces that any user in the current 83 The maximum number of user namespaces that any user in the current
|
| /linux/tools/perf/tests/shell/ |
| H A D | test_brstack.sh | 13 if ! perf record -o- --no-buildid --branch-filter any,save_type,u -- true > /dev/null 2>&1 ; then 51 …perf record -o "$TMPDIR/perf.data" --branch-filter any,save_type,u -- ${TESTPROG} > "$TMPDIR/recor… 91 perf record -o $TMPDIR/perf.data --branch-filter any,save_type,u,k -- \ 105 if ! perf record --branch-filter any,k -o- -- true > /dev/null; then 108 perf record -o $TMPDIR/perf.data --branch-filter any,k -- \ 167 if ! perf record --branch-filter any,k -o- -- true > /dev/null; then
|
| /linux/scripts/coccinelle/tests/ |
| H A D | odd_ptr_err.cocci | 49 ... when any 59 ... when any 71 ... when any 80 ... when any 90 ... when any 95 ... when any
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | using-gpio.rst | 11 examples for any other kernel drivers you want to author, refer to 14 For any kind of mass produced system you want to support, such as servers, 15 laptops, phones, tablets, routers, and any consumer or office or business goods 28 to any existing kernel subsystem and not be a good fit for an operating system, 36 Do not under any circumstances abuse the GPIO userspace ABI to cut corners in 37 any product development projects. If you use it for prototyping, then do not 39 any circumstances deploy any uniform products using GPIO from userspace.
|
| /linux/scripts/coccinelle/api/ |
| H A D | kfree_mismatch.cocci | 41 when any 73 when any 87 when any 101 when any 114 when any 126 when any 136 when any 146 when any 155 when any
|
| /linux/LICENSES/preferred/ |
| H A D | GPL-2.0 | 14 For 'GNU General Public License (GPL) version 2 or any later version' use: 35 Foundation's software and to any other program whose authors commit to 66 that any problems introduced by others will not reflect on the original 69 Finally, any free program is threatened constantly by software 72 program proprietary. To prevent this, we have made it clear that any 81 0. This License applies to any program or other work which contains 84 refers to any such program or work, and a "work based on the Program" 85 means either the Program or any derivative work under copyright law: 99 source code as you receive it, in any medium, provided that you 102 notices that refer to this License and to the absence of any warranty; [all …]
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | b4420qds.dts | 20 * Foundation, either version 2 of that License or (at your option) any 23 * This software is provided by Freescale Semiconductor "as is" and any 26 * disclaimed. In no event shall Freescale Semiconductor be liable for any 30 * on any theory of liability, whether in contract, strict liability, or tort 31 * (including negligence or otherwise) arising in any way out of the use of
|