Home
last modified time | relevance | path

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

123

/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A Dlinkconfig.py
/linux/rust/kernel/
H A Dkunit.rs170 fn is_test_result_ok(&self) -> bool; in is_test_result_ok() argument
174 fn is_test_result_ok(&self) -> bool { in is_test_result_ok() argument
180 fn is_test_result_ok(&self) -> bool { in is_test_result_ok() argument
190 pub fn is_test_result_ok(t: impl TestResult) -> bool { in is_test_result_ok() argument
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() argument
131 pub fn empty(&self) -> bool { in empty() argument
140 pub fn full(&self) -> bool { in full() argument
H A Dworkqueue.rs420 __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput where F: FnOnce(*mut bindings::work_struct) -> bool __enqueue() argument
855 __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput where F: FnOnce(*mut bindings::work_struct) -> bool, __enqueue() argument
914 __enqueue<F>(self, queue_work_on: F) -> Self::EnqueueOutput where F: FnOnce(*mut bindings::work_struct) -> bool, __enqueue() argument
H A Dtask.rs241 signal_pending(&self) -> bool signal_pending() argument
396 eq(&self, other: &Kuid) -> bool eq() argument
H A Dtime.rs269 is_zero(self) -> bool is_zero() argument
275 is_negative(self) -> bool is_negative() argument
H A Duaccess.rs248 pub fn is_empty(&self) -> bool { in is_empty()
415 pub fn is_empty(&self) -> bool { in is_empty()
/linux/drivers/gpu/nova-core/fb/hal/
H A Dga100.rs28 pub(super) fn display_enabled_ga100(bar: &Bar0) -> bool { in display_enabled_ga100()
47 fn supports_display(&self, bar: &Bar0) -> bool { in supports_display()
H A Dtu102.rs29 pub(super) fn display_enabled_gm107(bar: &Bar0) -> bool { in display_enabled_gm107()
48 fn supports_display(&self, bar: &Bar0) -> bool { in supports_display()
H A Dga102.rs26 fn supports_display(&self, bar: &Bar0) -> bool { in supports_display()
/linux/tools/perf/pmu-events/
H A Djevents.py129 def add(self, s: str, metric: bool) -> None:
425 def build_c_string(self, metric: bool) -> str:
441 def to_c_string(self, metric: bool) -> str:
/linux/rust/kernel/device/
H A Dproperty.rs65 is_of_node(&self) -> bool is_of_node() argument
98 property_present(&self, name: &CStr) -> bool property_present() argument
104 property_read_bool(&self, name: &CStr) -> bool property_read_bool() argument
349 is_empty(&self) -> bool is_empty() argument
/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.rs314 pub fn readable(&self) -> bool { in readable()
339 pub fn writable(&self) -> bool { in writable()
364 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()
H A Drefcount.rs103 pub fn dec_and_test(&self) -> bool { in dec_and_test()
/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/drivers/gpu/nova-core/fb/
H A Dhal.rs22 fn supports_display(&self, bar: &Bar0) -> bool; in supports_display()
/linux/rust/kernel/net/
H A Dphy.rs126 pub fn is_link_up(&self) -> bool { in is_link_up() argument
139 pub fn is_autoneg_enabled(&self) -> bool { in is_autoneg_enabled() argument
151 pub fn is_autoneg_completed(&self) -> bool { in is_autoneg_completed() argument
598 match_phy_device(_dev: &Device) -> bool match_phy_device() argument
/linux/rust/kernel/alloc/
H A Dkvec.rs277 pub const fn is_empty(&self) -> bool { in is_empty()
724 pub fn retain(&mut self, mut f: impl FnMut(&mut T) -> bool) { in retain()
1363 fn verify(c: &[bool]) { in test_kvec_retain()
1380 fn add(value: &mut [bool]) { in test_kvec_retain()
/linux/tools/testing/kunit/
H A Dkunit_printer.py18 def __init__(self, print: bool=True, output: typing.IO[str]=sys.stdout):
/linux/rust/kernel/time/hrtimer/
H A Darc.rs28 cancel(&mut self) -> bool cancel() argument

123