Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 17 of 17) sorted by relevance

/rust/kernel/
Dtask.rs237 pub fn signal_pending(&self) -> bool { in signal_pending()
278 pub fn has_capability_noaudit(&self, capability: i32) -> bool { in has_capability_noaudit()
325 reset_on_fork: bool, in sched_setscheduler_nocheck()
451 fn eq(&self, other: &Kuid) -> bool { in eq()
Dworkqueue.rs295 F: FnOnce(*mut bindings::work_struct) -> bool; in __enqueue()
550 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
599 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
Dsecurity.rs81 pub fn is_empty(&self) -> bool { in is_empty()
Duaccess.rs207 pub fn is_empty(&self) -> bool { in is_empty()
375 pub fn is_empty(&self) -> bool { in is_empty()
Dprint.rs48 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
Dalloc.rs48 pub fn contains(self, flags: Flags) -> bool { in contains()
Dlist.rs247 pub fn is_empty(&self) -> bool { in is_empty()
785 pub fn move_next(&mut self) -> bool { in move_next()
807 pub fn move_prev(&mut self) -> bool { in move_prev()
Dstr.rs24 pub const fn is_empty(&self) -> bool { in is_empty()
175 pub const fn is_empty(&self) -> bool { in is_empty()
/rust/kernel/sync/
Dcondvar.rs159 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
174 ) -> bool { in wait_interruptible_freezable()
Darc.rs268 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
/rust/kernel/list/
Darc.rs68 fn try_new_list_arc(&self) -> bool; in try_new_list_arc()
405 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
511 fn try_new_list_arc(&self) -> bool { in try_new_list_arc()
/rust/kernel/mm/
Dvirt.rs313 pub fn readable(&self) -> bool { in readable()
338 pub fn writable(&self) -> bool { in writable()
363 pub fn executable(&self) -> bool { in executable()
/rust/kernel/alloc/
Dlayout.rs79 pub const fn is_empty(&self) -> bool { in is_empty()
Dkvec.rs266 pub fn is_empty(&self) -> bool { in is_empty()
712 pub fn retain(&mut self, mut f: impl FnMut(&mut T) -> bool) { in retain()
1256 fn verify(c: &[bool]) { in test_kvec_retain()
1273 fn add(value: &mut [bool]) { in test_kvec_retain()
/rust/kernel/net/
Dphy.rs126 pub fn is_link_up(&self) -> bool { in is_link_up()
139 pub fn is_autoneg_enabled(&self) -> bool { in is_autoneg_enabled()
151 pub fn is_autoneg_completed(&self) -> bool { in is_autoneg_completed()
605 fn match_phy_device(_dev: &Device) -> bool { in match_phy_device()
/rust/kernel/block/mq/
Drequest.rs217 fn atomic_relaxed_op_unless(target: &AtomicU64, op: impl Fn(u64) -> u64, pred: u64) -> bool { in atomic_relaxed_op_unless()
/rust/macros/
Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()