/linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
H A D | linkconfig.py |
|
/linux/rust/kernel/ |
H A D | kunit.rs | 167 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 D | revocable.rs | 157 unsafe fn revoke_internal<const SYNC: bool>(&self) -> bool { in revoke_internal() 185 pub unsafe fn revoke_nosync(&self) -> bool { in revoke_nosync() 202 pub fn revoke(&self) -> bool { in revoke()
|
H A D | cpumask.rs | 116 pub fn test(&self, cpu: CpuId) -> bool { in test() 134 pub fn empty(&self) -> bool { in empty() 143 pub fn full(&self) -> bool { in full()
|
H A D | workqueue.rs | 298 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 D | time.rs | 212 pub fn is_zero(self) -> bool { in is_zero() 218 pub fn is_negative(self) -> bool { in is_negative()
|
H A D | uaccess.rs | 205 pub fn is_empty(&self) -> bool { in is_empty() 313 pub fn is_empty(&self) -> bool { in is_empty()
|
H A D | task.rs | 237 pub fn signal_pending(&self) -> bool { in signal_pending() 387 fn eq(&self, other: &Kuid) -> bool { in eq()
|
H A D | list.rs | 352 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()
|
H A D | opp.rs | 518 scaling_down: bool, in config_clks() 847 available: Option<bool>, in opp_from_freq() 1141 pub fn is_turbo(&self) -> bool { in is_turbo()
|
/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/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/rust/kernel/net/ |
H A D | phy.rs | 126 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 605 match_phy_device(_dev: &Device) -> bool match_phy_device() argument
|
/linux/rust/kernel/alloc/ |
H A D | kvec.rs | 263 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 D | hrtimer.rs | 173 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 D | arc.rs | 28 fn cancel(&mut self) -> bool { in cancel()
|
H A D | tbox.rs | 35 fn cancel(&mut self) -> bool { in cancel()
|
H A D | pin.rs | 27 fn cancel(&mut self) -> bool { in cancel()
|
H A D | pin_mut.rs | 25 fn cancel(&mut self) -> bool { in cancel()
|
/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 18 def __init__(self, print: bool=True, output: typing.IO[str]=sys.stdout):
|
H A D | kunit_parser.py | 577 def print_test(test: Test, failed_only: bool, printer: Printer) -> None: 690 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool, printer: Pri…
|
/linux/tools/perf/pmu-events/ |
H A D | metric.py | 84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression: 124 rhs: bool = False) -> str: 433 constraint: bool = False):
|