Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 2194) sorted by relevance

12345678910>>...88

/Linux-v6.6/fs/9p/
Dfid.c61 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()
171 kuid_t uid, int any) in v9fs_fid_lookup_with_uid() argument
181 fid = v9fs_fid_find(dentry, uid, any); in v9fs_fid_lookup_with_uid()
191 fid = v9fs_fid_find(ds, uid, any); in v9fs_fid_lookup_with_uid()
203 root_fid = v9fs_fid_find(dentry->d_sb->s_root, uid, any); in v9fs_fid_lookup_with_uid()
[all …]
/Linux-v6.6/Documentation/admin-guide/media/
Dzoran-cardlist.rst19 - <any>
23 - <any>
31 - <any>
39 - <any>
51 - <any>
/Linux-v6.6/LICENSES/dual/
DApache-2.045 "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 …]
DCDDL-1.024 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 …]
DCC-BY-4.024 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 …]
DMPL-1.139 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-v6.6/Documentation/ABI/testing/
Ddebugfs-scmi9 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
Ddebugfs-tpmi10 Users: Debugging, any user space test suite
18 Users: Debugging, any user space test suite
25 Allows to write at any offset. It doesn't check for Read/Write access
31 Users: Debugging, any user space test suite
Ddebugfs-scmi-raw14 Users: Debugging, any userspace test suite
32 Users: Debugging, any userspace test suite
38 Description: SCMI Raw message errors facility; any kind of timed-out or
43 Users: Debugging, any userspace test suite
49 Description: SCMI Raw notification snooping facility; any notification
54 Users: Debugging, any userspace test suite
61 causes the internal queues of any kind of received message,
66 Users: Debugging, any userspace test suite
90 Users: Debugging, any userspace test suite
117 Users: Debugging, any userspace test suite
/Linux-v6.6/Documentation/admin-guide/sysctl/
Duser.rst41 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-v6.6/tools/power/cpupower/lib/
Dcpufreq.c326 void cpufreq_put_available_governors(struct cpufreq_available_governors *any) in cpufreq_put_available_governors() argument
330 if (!any) in cpufreq_put_available_governors()
333 tmp = any->first; in cpufreq_put_available_governors()
456 void cpufreq_put_available_frequencies(struct cpufreq_available_frequencies *any) in cpufreq_put_available_frequencies() argument
460 if (!any) in cpufreq_put_available_frequencies()
463 tmp = any->first; in cpufreq_put_available_frequencies()
471 void cpufreq_put_boost_frequencies(struct cpufreq_available_frequencies *any) in cpufreq_put_boost_frequencies() argument
473 cpufreq_put_available_frequencies(any); in cpufreq_put_boost_frequencies()
537 void cpufreq_put_affected_cpus(struct cpufreq_affected_cpus *any) in cpufreq_put_affected_cpus() argument
541 if (!any) in cpufreq_put_affected_cpus()
[all …]
/Linux-v6.6/scripts/coccinelle/tests/
Dodd_ptr_err.cocci49 ... when any
59 ... when any
71 ... when any
80 ... when any
90 ... when any
95 ... when any
/Linux-v6.6/Documentation/driver-api/gpio/
Dusing-gpio.rst11 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-v6.6/scripts/coccinelle/api/
Dkfree_mismatch.cocci41 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-v6.6/LICENSES/preferred/
DGPL-2.014 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-v6.6/arch/powerpc/boot/dts/fsl/
Db4420qds.dts20 * 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
Db4420si-pre.dtsi20 * 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
/Linux-v6.6/tools/usb/usbip/
DCOPYING16 Foundation's software and to any other program whose authors commit to
47 that any problems introduced by others will not reflect on the original
50 Finally, any free program is threatened constantly by software
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
80 source code as you receive it, in any medium, provided that you
83 notices that refer to this License and to the absence of any warranty;
84 and give any other recipients of the Program a copy of this License
[all …]
/Linux-v6.6/LICENSES/deprecated/
DZlib14 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.
DGPL-1.05 code. For existing kernel code the 'or any later version' option is
28 software and to any other program whose authors commit to using it.
56 that any problems introduced by others will not reflect on the original
65 0. This License Agreement applies to any program or other work which
68 "Program", below, refers to any such program or work, and a "work based
69 on the Program" means either the Program or any work containing the
74 code as you receive it, in any medium, provided that you conspicuously and
77 General Public License and to the absence of any warranty; and give any
82 2. You may modify your copy or copies of the Program or any portion of
87 you changed the files and the date of any change; and
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/powerpc/fsl/
Dpmc.txt6 "fsl,mpc8349-pmc" should be listed for any chip whose PMC is
7 compatible. "fsl,mpc8313-pmc" should also be listed for any chip
10 "fsl,mpc8548-pmc" should be listed for any chip whose PMC is
11 compatible. "fsl,mpc8536-pmc" should also be listed for any chip
14 "fsl,mpc8641d-pmc" should be listed for any chip whose PMC is
41 supports disabling and resuming devices at any time.
/Linux-v6.6/drivers/pnp/isapnp/
Dcompat.c28 char any[8]; in pnp_find_dev() local
31 pnp_convert_id(any, ISAPNP_ANY_ID, ISAPNP_ANY_ID); in pnp_find_dev()
43 (memcmp(id, any, 7) == 0)) in pnp_find_dev()
/Linux-v6.6/drivers/staging/rtl8723bs/
DTODO2 - find and remove any code for other chips that is left over
3 - convert any remaining unusual variable types
11 Please send any patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
/Linux-v6.6/arch/m68k/fpsp040/
DREADME13 PARTICULAR PURPOSE and any warranty against infringement with
15 and any accompanying written materials.
27 without alteration in any modified and/or redistributed versions,
30 under any patents or trademarks of Motorola, Inc.
/Linux-v6.6/Documentation/infiniband/
Dcore_locking.rst15 are any methods from the list:
26 which may not sleep and must be callable from any context.
39 are therefore safe to call from any context.
46 the midlayer is also safe to call from any context.
57 The IB midlayer does not perform any serialization of function calls.
60 consumers are not required to perform any serialization. However,
107 ib_unregister_device() from process context. It must not hold any

12345678910>>...88