Home
last modified time | relevance | path

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

12

/rust/kernel/
A Dkunit.rs170 fn is_test_result_ok(&self) -> bool; in is_test_result_ok()
174 fn is_test_result_ok(&self) -> bool { in is_test_result_ok()
180 fn is_test_result_ok(&self) -> bool { in is_test_result_ok()
190 pub fn is_test_result_ok(t: impl TestResult) -> bool { in is_test_result_ok()
A Drevocable.rs159 unsafe fn revoke_internal<const SYNC: bool>(&self) -> bool { in revoke_internal()
187 pub unsafe fn revoke_nosync(&self) -> bool { in revoke_nosync()
204 pub fn revoke(&self) -> bool { in revoke()
A Dcpumask.rs113 pub fn test(&self, cpu: CpuId) -> bool { in test()
131 pub fn empty(&self) -> bool { in empty()
140 pub fn full(&self) -> bool { in full()
A Dsecurity.rs40 pub fn is_empty(&self) -> bool { in is_empty()
A Dtask.rs241 pub fn signal_pending(&self) -> bool { in signal_pending()
396 fn eq(&self, other: &Kuid) -> bool { in eq()
A Dtime.rs269 pub fn is_zero(self) -> bool { in is_zero()
275 pub fn is_negative(self) -> bool { in is_negative()
A Dworkqueue.rs420 F: FnOnce(*mut bindings::work_struct) -> bool; in __enqueue()
855 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
914 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
A Duaccess.rs248 pub fn is_empty(&self) -> bool { in is_empty()
415 pub fn is_empty(&self) -> bool { in is_empty()
A Dio.rs199 const fn offset_valid<U>(offset: usize, size: usize) -> bool { in offset_valid()
A Dprint.rs49 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
A Dalloc.rs48 pub fn contains(self, flags: Flags) -> bool { in contains()
A Dlist.rs356 pub fn is_empty(&self) -> bool { in is_empty()
891 pub fn move_next(&mut self) -> bool { in move_next()
913 pub fn move_prev(&mut self) -> bool { in move_prev()
A Ddevres.rs193 fn remove_action(&self) -> bool { in remove_action()
/rust/kernel/time/hrtimer/
A Darc.rs28 fn cancel(&mut self) -> bool { in cancel()
A Dpin.rs27 fn cancel(&mut self) -> bool { in cancel()
A Dpin_mut.rs25 fn cancel(&mut self) -> bool { in cancel()
A Dtbox.rs35 fn cancel(&mut self) -> bool { in cancel()
/rust/kernel/sync/
A Dcondvar.rs156 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
171 ) -> bool { in wait_interruptible_freezable()
/rust/kernel/mm/
A 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/device/
A Dproperty.rs65 pub fn is_of_node(&self) -> bool { in is_of_node()
98 pub fn property_present(&self, name: &CStr) -> bool { in property_present()
104 pub fn property_read_bool(&self, name: &CStr) -> bool { in property_read_bool()
349 pub fn is_empty(&self) -> bool { in is_empty()
/rust/kernel/list/
A Darc.rs68 fn try_new_list_arc(&self) -> bool; in try_new_list_arc()
406 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
514 fn try_new_list_arc(&self) -> bool { in try_new_list_arc()
/rust/kernel/alloc/
A Dlayout.rs98 pub const fn is_empty(&self) -> bool { in is_empty()
A Dkvec.rs264 pub fn is_empty(&self) -> bool { in is_empty()
710 pub fn retain(&mut self, mut f: impl FnMut(&mut T) -> bool) { in retain()
1306 fn verify(c: &[bool]) { in test_kvec_retain()
1323 fn add(value: &mut [bool]) { in test_kvec_retain()
/rust/kernel/block/mq/
A Drequest.rs222 fn atomic_relaxed_op_unless(target: &AtomicU64, op: impl Fn(u64) -> u64, pred: u64) -> bool { in atomic_relaxed_op_unless()
/rust/kernel/net/
A 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()
598 fn match_phy_device(_dev: &Device) -> bool { in match_phy_device()

Completed in 43 milliseconds

12