/linux-6.15/tools/testing/selftests/drivers/net/hw/lib/py/ |
D | linkconfig.py | 52 def reset_interface(self, local: bool = True, remote: bool = True) -> bool: 84 def set_speed_and_duplex(self, speed: str, duplex: str, autoneg: bool = True) -> bool: 111 def set_autonegotiation_state(self, state: str, remote: bool = False) -> bool: 149 def check_autoneg_supported(self, remote: bool = False) -> bool: 194 def get_ethtool_field(self, field: str, remote: bool = False) -> Optional[str]:
|
/linux-6.15/drivers/gpu/drm/ |
D | drm_panic_qr.rs | 682 fn is_finder(&self, x: u8, y: u8) -> bool { in is_finder() 702 fn is_alignment(&self, x: u8, y: u8) -> bool { in is_alignment() 727 fn is_timing(&self, x: u8, y: u8) -> bool { in is_timing() 757 fn is_maskinfo(&self, x: u8, y: u8) -> bool { in is_maskinfo() 780 fn is_version_info(&self, x: u8, y: u8) -> bool { in is_version_info() 788 fn is_reserved(&self, x: u8, y: u8) -> bool { in is_reserved() 797 fn is_last(&self, x: u8, y: u8) -> bool { in is_last()
|
/linux-6.15/tools/perf/pmu-events/ |
D | jevents.py | 126 def add(self, s: str, metric: bool) -> None: 414 def build_c_string(self, metric: bool) -> str: 430 def to_c_string(self, metric: bool) -> str:
|
/linux-6.15/drivers/clk/qcom/ |
D | clk-branch.c | 62 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument 94 static int clk_branch_toggle(struct clk_hw *hw, bool en, in clk_branch_toggle() argument
|
/linux-6.15/rust/kernel/list/ |
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-6.15/tools/net/sunrpc/xdrgen/generators/ |
D | union.py | 81 environment: Environment, node: _XdrCaseSpec, big_endian_discriminant: bool 166 environment: Environment, node: _XdrCaseSpec, big_endian_discriminant: bool
|
/linux-6.15/rust/kernel/ |
D | workqueue.rs | 298 F: FnOnce(*mut bindings::work_struct) -> bool; in __enqueue() 567 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue() 616 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
|
D | uaccess.rs | 207 pub fn is_empty(&self) -> bool { in is_empty() 315 pub fn is_empty(&self) -> bool { in is_empty()
|
D | task.rs | 290 pub fn signal_pending(&self) -> bool { in signal_pending() 376 fn eq(&self, other: &Kuid) -> bool { in eq()
|
D | security.rs | 40 pub fn is_empty(&self) -> bool { in is_empty()
|
D | list.rs | 247 pub fn is_empty(&self) -> bool { in is_empty() 785 pub fn move_next(&mut self) -> bool { in move_next() 807 pub fn move_prev(&mut self) -> bool { in move_prev()
|
D | io.rs | 194 const fn offset_valid<U>(offset: usize, size: usize) -> bool { in offset_valid()
|
/linux-6.15/tools/net/sunrpc/xdrgen/ |
D | xdr_parse.py | 13 def set_xdr_annotate(set_it: bool) -> None:
|
/linux-6.15/tools/include/nolibc/ |
D | stdbool.h | 10 #define bool _Bool macro
|
/linux-6.15/rust/kernel/sync/ |
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-6.15/scripts/ |
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-6.15/rust/kernel/net/ |
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() 605 fn match_phy_device(_dev: &Device) -> bool { in match_phy_device()
|
/linux-6.15/rust/kernel/time/ |
D | hrtimer.rs | 157 pub(crate) unsafe fn raw_cancel(this: *const Self) -> bool { in raw_cancel() 307 fn cancel(&mut self) -> bool; in cancel()
|
/linux-6.15/rust/kernel/time/hrtimer/ |
D | arc.rs | 28 fn cancel(&mut self) -> bool { in cancel()
|
D | tbox.rs | 35 fn cancel(&mut self) -> bool { in cancel()
|
D | pin.rs | 27 fn cancel(&mut self) -> bool { in cancel()
|
D | pin_mut.rs | 25 fn cancel(&mut self) -> bool { in cancel()
|
/linux-6.15/tools/testing/kunit/ |
D | kunit_printer.py | 18 def __init__(self, print: bool=True, output: typing.IO[str]=sys.stdout):
|
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-6.15/rust/kernel/alloc/ |
D | layout.rs | 98 pub const fn is_empty(&self) -> bool { in is_empty()
|