Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py
/linux/rust/kernel/
H A Dkunit.rs167 fn is_test_result_ok(&self) -> bool; in is_test_result_ok()
171 fn is_test_result_ok(&self) -> bool { in is_test_result_ok()
177 fn is_test_result_ok(&self) -> bool { in is_test_result_ok()
187 pub fn is_test_result_ok(t: impl TestResult) -> bool { in is_test_result_ok()
H 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()
H 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()
H A Dworkqueue.rs298 F: FnOnce(*mut bindings::work_struct) -> bool; in __enqueue()
551 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
600 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
H A Dtime.rs212 pub fn is_zero(self) -> bool { in is_zero()
218 pub fn is_negative(self) -> bool { in is_negative()
H A Duaccess.rs205 pub fn is_empty(&self) -> bool { in is_empty()
313 pub fn is_empty(&self) -> bool { in is_empty()
H A Dtask.rs241 pub fn signal_pending(&self) -> bool { in signal_pending()
396 fn eq(&self, other: &Kuid) -> bool { in eq()
H A Dlist.rs352 pub fn is_empty(&self) -> bool { in is_empty()
890 pub fn move_next(&mut self) -> bool { in move_next()
912 pub fn move_prev(&mut self) -> bool { in move_prev()
/linux/drivers/gpu/drm/
H A Ddrm_panic_qr.rs707 fn is_finder(&self, x: u8, y: u8) -> bool { in is_finder()
727 fn is_alignment(&self, x: u8, y: u8) -> bool { in is_alignment()
752 fn is_timing(&self, x: u8, y: u8) -> bool { in is_timing()
782 fn is_maskinfo(&self, x: u8, y: u8) -> bool { in is_maskinfo()
805 fn is_version_info(&self, x: u8, y: u8) -> bool { in is_version_info()
813 fn is_reserved(&self, x: u8, y: u8) -> bool { in is_reserved()
822 fn is_last(&self, x: u8, y: u8) -> bool { in is_last()
/linux/rust/kernel/device/
H 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()
/linux/rust/kernel/list/
H 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()
/linux/rust/kernel/mm/
H 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()
/linux/rust/kernel/sync/
H 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()
/linux/tools/include/nolibc/
H A Dstdbool.h10 #define bool _Bool macro
/linux/tools/net/sunrpc/xdrgen/
H A Dxdr_parse.py13 def set_xdr_annotate(set_it: bool) -> None:
/linux/scripts/
H A Dgenerate_rust_target.rs164 fn has(&self, option: &str) -> bool { in has()
170 fn rustc_version_atleast(&self, major: u32, minor: u32, patch: u32) -> bool { in rustc_version_atleast()
/linux/rust/kernel/net/
H 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()
/linux/rust/kernel/alloc/
H A Dkvec.rs263 pub fn is_empty(&self) -> bool { in is_empty()
709 pub fn retain(&mut self, mut f: impl FnMut(&mut T) -> bool) { in retain()
1253 fn verify(c: &[bool]) { in test_kvec_retain()
1270 fn add(value: &mut [bool]) { in test_kvec_retain()
/linux/rust/kernel/time/
H A Dhrtimer.rs173 pub(crate) unsafe fn raw_cancel(this: *const Self) -> bool { in raw_cancel()
323 fn cancel(&mut self) -> bool; in cancel()
/linux/rust/kernel/time/hrtimer/
H A Darc.rs28 fn cancel(&mut self) -> bool { in cancel()
H A Dtbox.rs35 fn cancel(&mut self) -> bool { in cancel()
H A Dpin.rs27 fn cancel(&mut self) -> bool { in cancel()
H A Dpin_mut.rs25 fn cancel(&mut self) -> bool { in cancel()
/linux/tools/testing/kunit/
H A Dkunit_printer.py18 def __init__(self, print: bool=True, output: typing.IO[str]=sys.stdout):

123