/linux-6.12.1/LICENSES/dual/ |
D | copyleft-next-0.3.1 | 26 of, publicly perform and publicly display My Work. 40 Legal Notices contained in My Work (to the extent they remain 47 If You Distribute a Derived Work, You must license the entire Derived 48 Work as a whole under this License, with prominent notice of such 50 separate Distribution of portions of the Derived Work. 52 If the Derived Work includes material licensed under the GPL, You may 53 instead license the Derived Work under the GPL. 57 When Distributing a Covered Work, You may not impose further 58 restrictions on the exercise of rights in the Covered Work granted under 64 However, You may Distribute a Covered Work incorporating material [all …]
|
D | Apache-2.0 | 49 "Work" shall mean the work of authorship, whether in Source or Object form, 55 that is based on (or derived from) the Work and for which the editorial 59 merely link (or bind by name) to the interfaces of, the Work and Derivative 63 version of the Work and any modifications or additions to that Work or 65 inclusion in the Work by the copyright owner or by an individual or Legal 72 and improving the Work, but excluding communication that is conspicuously 78 subsequently incorporated within the Work. 84 perform, sublicense, and distribute the Work and such Derivative Works 91 sell, import, and otherwise transfer the Work, where such license 94 combination of their Contribution(s) with the Work to which such [all …]
|
D | CDDL-1.0 | 38 1.6. "Larger Work" means a work which combines Covered Software or 98 Work; and 130 Larger Work; and 223 You may create a Larger Work by combining Covered Software with 225 the Larger Work as a single product. In such a case, You must make
|
D | MPL-1.1 | 46 1.7. "Larger Work" means a work which combines Covered Code or 105 as part of a Larger Work; and 131 and/or as part of a Larger Work; and 267 You may create a Larger Work by combining Covered Code with other code 269 Work as a single product. In such a case, You must make sure the
|
/linux-6.12.1/rust/kernel/ |
D | workqueue.rs | 141 … $crate::workqueue::Work::new($crate::optional_name!($($name)?), $crate::static_lock_class!()) 230 work: Work<ClosureWork<T>>, 351 pub struct Work<T: ?Sized, const ID: u64 = 0> { struct 360 unsafe impl<T: ?Sized, const ID: u64> Send for Work<T, ID> {} argument 364 unsafe impl<T: ?Sized, const ID: u64> Sync for Work<T, ID> {} implementation 366 impl<T: ?Sized, const ID: u64> Work<T, ID> { impl 456 unsafe fn raw_get_work(ptr: *mut Self) -> *mut Work<T, ID> { in raw_get_work() 458 unsafe { (ptr as *mut u8).add(Self::OFFSET) as *mut Work<T, ID> } in raw_get_work() 467 unsafe fn work_container_of(ptr: *mut Work<T, ID>) -> *mut Self in work_container_of() 508 … unsafe fn raw_get_work(ptr: *mut Self) -> *mut $crate::workqueue::Work<$work_type $(, $id)?> { [all …]
|
/linux-6.12.1/Documentation/process/ |
D | contribution-maturity-model.rst | 92 time focused on Upstream Work, which is defined as reviewing patches, 105 at least a third of the engineer’s time spent doing Upstream Work. 109 Upstream Work to work focused on directly pursuing business goals.
|
/linux-6.12.1/drivers/gpio/ |
D | TODO | 35 Work items: 60 Work items: 81 Work items: 118 Work items:
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/huawei/ |
D | hinic.rst | 72 Work Queues(WQ) - Contain the memory and operations for use by CMD queues and 74 pointers to Memory Areas that are the Memory for the Work Queue Elements(WQEs).
|
/linux-6.12.1/Documentation/hwmon/ |
D | inspur-ipsps1.rst | 75 mode Work mode. Can be set to active or
|
/linux-6.12.1/Documentation/fb/ |
D | pvr2fb.rst | 37 24bpp and 32bpp modes function poorly. Work to fix that is
|
/linux-6.12.1/Documentation/core-api/ |
D | workqueue.rst | 43 while an ST wq one for the whole system. Work items had to compete for 187 Work items queued to an unbound wq are served by the special 205 suspend operations. Work items on the wq are drained and no 214 Work items of a highpri wq are queued to the highpri 223 Work items of a CPU intensive wq do not contribute to the 272 Work items w0, w1, w2 are queued to a bound wq q0 on the same CPU. 353 (``WQ_MEM_RECLAIM``, flush and work item attributes. Work items
|
/linux-6.12.1/arch/arm64/ |
D | Kconfig | 721 Work around this by adding the affected CPUs to the list that needs 755 Work around the erratum by triggering a dummy step exception 790 Work around the issue by inserting DMB SY barriers around PAR_EL1 852 Work around the issue by always making sure we move the TRBPTR_EL1 by 870 Work around the issue by always making sure we move the TRBPTR_EL1 by 925 Work around this in the driver by always making sure that there is a 943 Work around this in the driver by always making sure that there is a 959 Work around this by adding the affected CPUs to the list that needs 976 Work around this in the driver by executing TSB CSYNC and DSB after collection 998 Work around this in the driver by preventing an inconsistent view of whether the [all …]
|
/linux-6.12.1/Documentation/i2c/ |
D | summary.rst | 82 target. Work to replace the old terminology in the Linux Kernel is on-going.
|
/linux-6.12.1/Documentation/arch/arm/ |
D | microchip.rst | 210 Work In Progress statement:
|
/linux-6.12.1/Documentation/driver-api/cxl/ |
D | maturity-map.rst | 25 - [3] Mature: Work in this area is complete and no changes on the horizon.
|
/linux-6.12.1/tools/perf/scripts/python/ |
D | parallel-perf.py | 39 class Work(): class 188 w = Work(work_cmd, pipe_to, work_output_dir)
|
/linux-6.12.1/Documentation/userspace-api/ |
D | unshare.rst | 23 9) Future Work 322 9) Future Work
|
/linux-6.12.1/Documentation/trace/ |
D | kprobes.rst | 61 How Does a Kprobe Work? 107 How Does a Return Probe Work? 169 How Does Jump Optimization Work? 426 register_kretprobe(); see "How Does a Return Probe Work?" for details.
|
/linux-6.12.1/Documentation/arch/powerpc/ |
D | cxl.rst | 120 Work Element Descriptor (WED) 220 The Work Element Descriptor (WED) is a 64-bit argument
|
/linux-6.12.1/Documentation/userspace-api/media/ |
D | glossary.rst | 10 userspace API documentation. This is Work In Progress.
|
/linux-6.12.1/Documentation/arch/x86/ |
D | sva.rst | 35 the use of Shared Work Queues (SWQ) by both applications and Virtual 192 hardware also manages the queue depth for Shared Work Queues (SWQ), and
|
D | pti.rst | 125 Possible Future Work
|
/linux-6.12.1/Documentation/gpu/ |
D | drm-kms.rst | 638 Vertical Blank Work 644 Vertical Blank Work Functions Reference
|
/linux-6.12.1/tools/net/sunrpc/xdrgen/ |
D | README | 217 Future Work
|
/linux-6.12.1/Documentation/filesystems/ |
D | 9p.rst | 162 known to work. Work on better cache support is in progress.
|