Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 16 of 16) sorted by relevance

/rust/kernel/
A Dsecurity.rs40 pub fn is_empty(&self) -> bool { in is_empty() method
A Duaccess.rs248 pub fn is_empty(&self) -> bool { in is_empty() method
348 if buf.is_empty() { in strcpy_into_buf()
415 pub fn is_empty(&self) -> bool { in is_empty() method
A Dlist.rs356 pub fn is_empty(&self) -> bool { in is_empty() method
434 if self.is_empty() { in pop_back()
446 if self.is_empty() { in pop_front()
572 if self.is_empty() { in push_all_back()
575 } else if !other.is_empty() { in push_all_back()
A Dstr.rs24 pub const fn is_empty(&self) -> bool { in is_empty() method
221 if self.0.is_empty() { in len_with_nul()
232 pub const fn is_empty(&self) -> bool { in is_empty() method
260 if bytes.is_empty() { in from_bytes_with_nul()
A Dfirmware.rs293 if !this.module_name.is_empty() { in push_module_name()
A Dopp.rs384 if names.is_empty() { in set_clk_names()
408 if names.is_empty() { in set_regulator_names()
433 if hw.is_empty() { in set_supported_hw()
A Drbtree.rs196 pub fn is_empty(&self) -> bool { in is_empty() method
A Dcpufreq.rs290 if entries.is_empty() { in new()
/rust/kernel/alloc/
A Dlayout.rs98 pub const fn is_empty(&self) -> bool { in is_empty() method
A Dkvec.rs264 pub fn is_empty(&self) -> bool { in is_empty() function
427 if self.is_empty() { in pop()
/rust/pin-init/internal/src/
A Dpinned_drop.rs10 assert!(!toks.is_empty()); in pinned_drop()
A Dzeroable.rs30 let mut in_generic = !impl_generics.is_empty(); in parse_zeroable_derive_input()
A Dpin_data.rs37 if !ty_generics.is_empty() { in pin_data()
/rust/macros/
A Dkunit.rs13 if attr.is_empty() { in kunit_tests()
/rust/kernel/device/
A Dproperty.rs349 pub fn is_empty(&self) -> bool { in is_empty() method
/rust/kernel/net/
A Dphy.rs658 if drivers.is_empty() { in register()

Completed in 733 milliseconds