Searched refs:entries (Results 1 – 1 of 1) sorted by relevance
279 entries: Pin<KVec<bindings::cpufreq_frequency_table>>, field289 fn new(entries: KVec<bindings::cpufreq_frequency_table>) -> Result<Self> { in new()290 if entries.is_empty() { in new()296 entries: Pin::new(entries), in new()304 self.entries.as_ptr() in as_raw()353 entries: KVec<bindings::cpufreq_frequency_table>, field361 entries: KVec::new(), in new()368 Ok(self.entries.push( in add()383 TableBox::new(self.entries) in to_table()
Completed in 7 milliseconds