Home
last modified time | relevance | path

Searched defs:Entry (Results 1 – 6 of 6) sorted by relevance

/linux/rust/kernel/debugfs/
H A Dentry.rs15 pub(crate) struct Entry<'a> { struct
18 _parent: Option<Arc<Entry<'static>>>, argument
23 // SAFETY: [`Entry`] is just a `dentry` under the hood, which the API promises can be transferred argument
25 unsafe impl Send for Entry<'_> {} implementation
28 unsafe impl Sync for Entry<'_> {} implementation
30 impl Entry<'static> { impl
83 impl<'a> Entry<'a> { impl
136 impl Entry<'_> { impl
158 impl Drop for Entry<'_> { implementation
/linux/rust/syn/
H A Dbuffer.rs19 enum Entry { enum
41 fn recursive_new(entries: &mut Vec<Entry>, stream: TokenStream) { in recursive_new()
133 unsafe fn create(mut ptr: *const Entry, scope: *const Entry) -> Self { in create()
153 fn entry(self) -> &'a Entry { in entry()
418 fn start_of_buffer(cursor: Cursor) -> *const Entry { in start_of_buffer()
/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst150 Entry section in Model
/linux/rust/kernel/
H A Drbtree.rs1275 pub enum Entry<'a, K, V> { enum
/linux/drivers/message/fusion/lsi/
H A Dmpi_cnfg.h1913 FC_PORT_PERSISTENT Entry[MPI_FC_PORT_PAGE_3_ENTRY_MAX]; /* 04h */ member
/linux/drivers/scsi/mpt3sas/mpi/
H A Dmpi2_cnfg.h3410 MPI2_CONFIG_PAGE_DRIVER_MAP0_ENTRY Entry; /*0x08 */ member