Home
last modified time | relevance | path

Searched defs:Table (Results 1 – 4 of 4) sorted by relevance

/linux/rust/kernel/
H A Dopp.rs57 fn table(&self) -> &cpufreq::Table { in table()
296 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks()
602 pub struct Table { struct
612 /// SAFETY: It is okay to send ownership of [`Table`] across thread boundaries. argument
613 unsafe impl Send for Table {} implementation
617 unsafe impl Sync for Table {} implementation
619 impl Table { implementation
977 impl Drop for Table { implementation
H A Dcpufreq.rs224 pub struct Table(Opaque<bindings::cpufreq_frequency_table>); struct
226 impl Table { implementation
611 pub fn freq_table(&self) -> Result<&Table> { in freq_table()
/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst95 Table section in Model
/linux/include/linux/
H A Dpage-flags.h1044 PAGE_TYPE_OPS(Table, table, pgtable) in PAGE_TYPE_OPS() argument