Searched refs:contract (Results 1 – 25 of 27) sorted by relevance
12
/Linux-v6.1/drivers/dma/ |
D | sun4i-dma.c | 149 struct sun4i_dma_contract *contract; member 334 struct sun4i_dma_contract *contract = NULL; in __execute_vchan_pending() local 367 contract = to_sun4i_dma_contract(vd); in __execute_vchan_pending() 368 if (list_empty(&contract->demands)) { in __execute_vchan_pending() 370 list_del(&contract->vd.node); in __execute_vchan_pending() 371 vchan_cookie_complete(&contract->vd); in __execute_vchan_pending() 375 } while (list_empty(&contract->demands)); in __execute_vchan_pending() 378 promise = list_first_entry(&contract->demands, in __execute_vchan_pending() 384 vchan->contract = contract; in __execute_vchan_pending() 386 set_pchan_interrupt(priv, pchan, contract->use_half_int, 1); in __execute_vchan_pending() [all …]
|
/Linux-v6.1/arch/powerpc/boot/dts/fsl/ |
D | b4420qds.dts | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
D | b4420si-pre.dtsi | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
D | b4420si-post.dtsi | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
D | p5040si-pre.dtsi | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
D | b4qds.dtsi | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
D | p5040ds.dts | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
D | p5040si-post.dtsi | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
D | b4si-post.dtsi | 30 * on any theory of liability, whether in contract, strict liability, or tort
|
/Linux-v6.1/Documentation/rust/ |
D | coding-guidelines.rst | 98 in code documentation. ``# Safety`` sections specify the contract that callers 140 // SAFETY: The safety contract must be upheld by the caller.
|
/Linux-v6.1/Documentation/firmware-guide/acpi/dsd/ |
D | leds.rst | 26 individual LEDs. The value of the "reg" property is a contract between the
|
/Linux-v6.1/fs/reiserfs/ |
D | Kconfig | 33 need, buy a support contract, or pay us to port it to another OS.
|
/Linux-v6.1/Documentation/scsi/ |
D | dpti.rst | 19 contract, strict liability, or tort (including negligence or otherwise)
|
/Linux-v6.1/LICENSES/dual/ |
D | Apache-2.0 | 34 entity, whether by contract or otherwise, or (ii) ownership of fifty 165 in tort (including negligence), contract, or otherwise, unless required
|
D | CDDL-1.0 | 80 direction or management of such entity, whether by contract 354 regulation which provides that the language of a contract shall be
|
D | MPL-1.1 | 91 contract or otherwise, or (b) ownership of more than fifty percent 427 Any law or regulation which provides that the language of a contract
|
D | CC-BY-4.0 | 76 extent this Public License may be interpreted as a contract, You are
|
/Linux-v6.1/Documentation/networking/ |
D | msg_zerocopy.rst | 209 avoidance, and a contract that the kernel will queue a completion
|
/Linux-v6.1/Documentation/bpf/ |
D | btf.rst | 22 The kernel API is the contract between user space and kernel. The kernel 24 contract between ELF file and libbpf loader.
|
/Linux-v6.1/Documentation/process/ |
D | embargoed-hardware-issues.rst | 66 confidentiality by their employment contract. Linux Foundation IT
|
/Linux-v6.1/Documentation/driver-api/ |
D | dma-buf.rst | 153 :doc: fence cross-driver contract
|
/Linux-v6.1/Documentation/userspace-api/ |
D | landlock.rst | 265 contract with each other. This is required to make sure sandboxing will not
|
/Linux-v6.1/Documentation/dev-tools/kunit/ |
D | usage.rst | 221 contract between *implementers* and *users* since it forces them to use the
|
/Linux-v6.1/Documentation/filesystems/caching/ |
D | cachefiles.rst | 60 spare space and automatically contract when the set of data requires more
|
/Linux-v6.1/Documentation/gpu/ |
D | todo.rst | 185 the actual change to the locking contract is a flag day, due to struct dma_buf
|
12