Home
last modified time | relevance | path

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

/linux/rust/kernel/
H A Dopp.rs56 fn table(&self) -> &cpufreq::Table { in table()
295 fn config_clks(_dev: &Device, _table: &Table, _opp: &OPP, _scaling_down: bool) -> Result { in config_clks()
600 pub struct Table { struct
610 /// SAFETY: It is okay to send ownership of [`Table`] across thread boundaries. argument
611 unsafe impl Send for Table {} implementation
615 unsafe impl Sync for Table {} implementation
617 impl Table { impl
978 impl Drop for Table { implementation
H A Dcpufreq.rs225 pub struct Table(Opaque<bindings::cpufreq_frequency_table>); struct
227 impl Table { implementation
612 pub fn freq_table(&self) -> Result<&Table> { in freq_table()
/linux/Documentation/networking/devlink/
H A Ddevlink-dpipe.rst95 Table section in Model
/linux/Documentation/filesystems/
H A Dubifs-authentication.rst200 .. [1] Since LEBs can only be appended and never overwritten, there is a
/linux/include/linux/
H A Dpage-flags.h1067 PAGE_TYPE_OPS(Table, table, pgtable) in PAGE_TYPE_OPS() argument