/linux-6.12.1/drivers/gpu/drm/ |
D | drm_panic_qr.rs | 723 fn is_finder(&self, x: u8, y: u8) -> bool { in is_finder() 740 fn is_alignment(&self, x: u8, y: u8) -> bool { in is_alignment() 765 fn is_timing(&self, x: u8, y: u8) -> bool { in is_timing() 795 fn is_maskinfo(&self, x: u8, y: u8) -> bool { in is_maskinfo() 818 fn is_version_info(&self, x: u8, y: u8) -> bool { in is_version_info() 826 fn is_reserved(&self, x: u8, y: u8) -> bool { in is_reserved() 835 fn is_last(&self, x: u8, y: u8) -> bool { in is_last()
|
/linux-6.12.1/tools/perf/pmu-events/ |
D | jevents.py | 126 def add(self, s: str, metric: bool) -> None: 413 def build_c_string(self, metric: bool) -> str: 429 def to_c_string(self, metric: bool) -> str:
|
D | metric.py | 84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression: 124 rhs: bool = False) -> str: 433 constraint: bool = False):
|
/linux-6.12.1/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.12.1/rust/kernel/ |
D | workqueue.rs | 295 F: FnOnce(*mut bindings::work_struct) -> bool; in __enqueue() 549 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue() 596 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
|
D | uaccess.rs | 210 pub fn is_empty(&self) -> bool { in is_empty() 326 pub fn is_empty(&self) -> bool { in is_empty()
|
D | task.rs | 152 pub fn signal_pending(&self) -> bool { in signal_pending()
|
D | print.rs | 47 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
|
D | str.rs | 25 pub const fn is_empty(&self) -> bool { in is_empty() 176 pub const fn is_empty(&self) -> bool { in is_empty()
|
D | types.rs | 528 unsafe impl AsBytes for bool {} implementation
|
D | list.rs | 244 pub fn is_empty(&self) -> bool { in is_empty()
|
/linux-6.12.1/rust/kernel/list/ |
D | arc.rs | 68 fn try_new_list_arc(&self) -> bool; in try_new_list_arc() 405 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.12.1/tools/net/sunrpc/xdrgen/ |
D | xdr_parse.py | 13 def set_xdr_annotate(set_it: bool) -> None:
|
/linux-6.12.1/tools/include/nolibc/ |
D | stdbool.h | 10 #define bool _Bool macro
|
/linux-6.12.1/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.12.1/rust/kernel/block/mq/ |
D | request.rs | 208 fn atomic_relaxed_op_unless(target: &AtomicU64, op: impl Fn(u64) -> u64, pred: u64) -> bool { in atomic_relaxed_op_unless()
|
/linux-6.12.1/rust/kernel/sync/ |
D | condvar.rs | 158 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
|
D | arc.rs | 269 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
|
/linux-6.12.1/scripts/ |
D | generate_rust_target.rs | 164 fn has(&self, option: &str) -> bool { in has()
|
/linux-6.12.1/rust/macros/ |
D | module.rs | 40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
|
/linux-6.12.1/tools/testing/selftests/hid/tests/ |
D | test_tablet.py | 59 self, touch: BtnTouch, tool: Optional[ToolType], button: Optional[bool] 98 self, events: List[libevdev.InputEvent], strict: bool, test_button: BtnPressed
|
/linux-6.12.1/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 58 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
|
/linux-6.12.1/tools/testing/kunit/ |
D | kunit_parser.py | 657 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test:
|
/linux-6.12.1/security/tomoyo/ |
D | domain.c | 100 const bool)) in tomoyo_update_domain()
|
/linux-6.12.1/scripts/kconfig/ |
D | confdata.c | 1133 void conf_set_changed_callback(void (*fn)(bool)) in conf_set_changed_callback()
|