/linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
H A D | linkconfig.py |
|
/linux/rust/kernel/ |
H A D | kunit.rs | 170 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()
|
H A D | revocable.rs | 159 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 D | cpumask.rs | 113 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 D | workqueue.rs | 420 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()
|
H A D | task.rs | 241 pub fn signal_pending(&self) -> bool { in signal_pending() 396 fn eq(&self, other: &Kuid) -> bool { in eq()
|
H A D | time.rs | 269 pub fn is_zero(self) -> bool { in is_zero() 275 pub fn is_negative(self) -> bool { in is_negative()
|
H A D | uaccess.rs | 248 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 D | ga100.rs | 28 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 D | tu102.rs | 29 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 D | ga102.rs | 26 fn supports_display(&self, bar: &Bar0) -> bool { in supports_display()
|
/linux/drivers/gpu/nova-core/ |
H A D | regs.rs | 140 pub(crate) fn completed(self) -> bool { in completed() 222 pub(crate) fn mem_scrubbing_done(self) -> bool { in mem_scrubbing_done()
|
/linux/tools/perf/pmu-events/ |
H A D | jevents.py | 129 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 D | property.rs | 65 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 D | arc.rs | 68 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 D | virt.rs | 313 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 D | condvar.rs | 156 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 D | stdbool.h | 10 #define bool _Bool macro
|
/linux/tools/net/sunrpc/xdrgen/ |
H A D | xdr_parse.py | 13 def set_xdr_annotate(set_it: bool) -> None:
|
/linux/scripts/ |
H A D | generate_rust_target.rs | 164 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 D | hal.rs | 22 fn supports_display(&self, bar: &Bar0) -> bool; in supports_display()
|
/linux/rust/kernel/net/ |
H A D | phy.rs | 126 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 D | kvec.rs | 264 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()
|
/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 18 def __init__(self, print: bool=True, output: typing.IO[str]=sys.stdout):
|
/linux/rust/kernel/time/hrtimer/ |
H A D | arc.rs | 28 fn cancel(&mut self) -> bool { in cancel()
|