Searched refs:Opaque (Results 1 – 12 of 12) sorted by relevance
| /Linux-v6.6/rust/kernel/sync/ |
| D | condvar.rs | 9 use crate::{bindings, init::PinInit, pin_init, str::CStr, types::Opaque}; 76 pub(crate) wait_list: Opaque<bindings::wait_queue_head>, 100 wait_list <- Opaque::ffi_init(|slot| unsafe { in new() 107 let wait = Opaque::<bindings::wait_queue_entry>::uninit(); in wait_internal()
|
| D | lock.rs | 9 use crate::{bindings, init::PinInit, pin_init, str::CStr, types::Opaque, types::ScopeGuard}; 81 state: Opaque<B::State>, 109 state <- Opaque::ffi_init(|slot| unsafe { in new()
|
| D | arc.rs | 23 types::{ForeignOwnable, Opaque}, 136 refcount: Opaque<bindings::refcount_t>, 169 refcount: Opaque::new(unsafe { bindings::REFCOUNT_INIT(1) }), in try_new() 531 refcount: Opaque::new(unsafe { bindings::REFCOUNT_INIT(1) }), in try_new_uninit()
|
| /Linux-v6.6/rust/kernel/ |
| D | sync.rs | 8 use crate::types::Opaque; 22 pub struct LockClassKey(Opaque<bindings::lock_class_key>); 31 Self(Opaque::uninit()) in new()
|
| D | task.rs | 7 use crate::{bindings, types::Opaque}; 65 pub struct Task(pub(crate) Opaque<bindings::task_struct>);
|
| D | types.rs | 209 pub struct Opaque<T> { struct 214 impl<T> Opaque<T> { implementation
|
| D | init.rs | 215 types::{Opaque, ScopeGuard}, 1301 {<T>} Opaque<T>,
|
| /Linux-v6.6/net/ipv4/netfilter/ |
| D | nf_nat_snmp_basic.asn1 | 50 Opaque, 77 Opaque ::=
|
| /Linux-v6.6/LICENSES/deprecated/ |
| D | GFDL-1.1 | 97 not "Transparent" is called "Opaque". 102 HTML designed for human modification. Opaque formats include 152 If you publish or distribute Opaque copies of the Document numbering 154 copy along with each Opaque copy, or state in or with each Opaque copy 160 distribution of Opaque copies in quantity, to ensure that this 162 until at least one year after the last time you distribute an Opaque
|
| D | GFDL-1.2 | 106 of text. A copy that is not "Transparent" is called "Opaque". 112 transparent image formats include PNG, XCF and JPG. Opaque formats 178 If you publish or distribute Opaque copies of the Document numbering 180 copy along with each Opaque copy, or state in or with each Opaque copy 185 when you begin distribution of Opaque copies in quantity, to ensure 188 Opaque copy (directly or through your agents or retailers) of that
|
| /Linux-v6.6/Documentation/userspace-api/media/ |
| D | fdl-appendix.rst | 100 not "Transparent" is called "Opaque". 105 designed for human modification. Opaque formats include PostScript, PDF, 165 If you publish or distribute :ref:`Opaque <fdl-transparent>` copies of 168 copy along with each Opaque copy, or state in or with each Opaque copy a 174 distribution of Opaque copies in quantity, to ensure that this 176 until at least one year after the last time you distribute an Opaque
|
| /Linux-v6.6/Documentation/admin-guide/ |
| D | spkguide.txt | 1307 of text. A copy that is not "Transparent" is called "Opaque". 1313 transparent image formats include PNG, XCF and JPG. Opaque formats 1379 If you publish or distribute Opaque copies of the Document numbering 1381 copy along with each Opaque copy, or state in or with each Opaque copy 1386 when you begin distribution of Opaque copies in quantity, to ensure 1389 Opaque copy (directly or through your agents or retailers) of that
|