/linux-6.8/rust/alloc/vec/ |
D | is_zero.rs | 11 fn is_zero(&self) -> bool; in is_zero() 47 fn is_zero(&self) -> bool { in is_zero() 54 fn is_zero(&self) -> bool { in is_zero() 61 fn is_zero(&self) -> bool { in is_zero() 108 fn is_zero(&self) -> bool { in is_zero() 115 fn is_zero(&self) -> bool { in is_zero() 172 fn is_zero(&self) -> bool { in is_zero() 179 fn is_zero(&self) -> bool { in is_zero()
|
D | mod.rs | 1725 F: FnMut(&T) -> bool, in retain() 1751 F: FnMut(&mut T) -> bool, in retain_mut() 1802 F: FnMut(&mut T) -> bool, in retain_mut() 1887 F: FnMut(&mut T, &mut T) -> bool, in dedup_by() 2271 pub fn is_empty(&self) -> bool { in is_empty() 3298 F: FnMut(&mut T) -> bool, in extract_if()
|
D | drain.rs | 246 fn is_empty(&self) -> bool { in is_empty()
|
D | into_iter.rs | 336 fn is_empty(&self) -> bool { in is_empty()
|
/linux-6.8/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.8/tools/perf/pmu-events/ |
D | jevents.py | 126 def add(self, s: str, metric: bool) -> None: 391 def build_c_string(self, metric: bool) -> str: 407 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.8/rust/kernel/ |
D | workqueue.rs | 288 F: FnOnce(*mut bindings::work_struct) -> bool; in __enqueue() 543 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue() 590 F: FnOnce(*mut bindings::work_struct) -> bool, in __enqueue()
|
D | task.rs | 136 pub fn signal_pending(&self) -> bool { in signal_pending()
|
D | print.rs | 52 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
|
D | str.rs | 86 pub const fn is_empty(&self) -> bool { in is_empty()
|
/linux-6.8/scripts/ |
D | generate_rust_target.rs | 63 fn push(&mut self, key: &str, value: bool) { in push() 140 fn has(&self, option: &str) -> bool { in has()
|
/linux-6.8/rust/kernel/net/ |
D | phy.rs | 122 pub fn is_link_up(&self) -> bool { in is_link_up() 135 pub fn is_autoneg_enabled(&self) -> bool { in is_autoneg_enabled() 147 pub fn is_autoneg_completed(&self) -> bool { in is_autoneg_completed() 593 fn match_phy_device(_dev: &Device) -> bool { in match_phy_device()
|
/linux-6.8/rust/alloc/ |
D | boxed.rs | 1342 fn eq(&self, other: &Self) -> bool { in eq() 1346 fn ne(&self, other: &Self) -> bool { in ne() 1357 fn lt(&self, other: &Self) -> bool { in lt() 1361 fn le(&self, other: &Self) -> bool { in le() 1365 fn ge(&self, other: &Self) -> bool { in ge() 1369 fn gt(&self, other: &Self) -> bool { in gt() 1998 fn is_empty(&self) -> bool { in is_empty()
|
D | alloc.rs | 197 zeroed: bool, in grow_impl()
|
D | slice.rs | 846 F: FnMut(&T, &T) -> bool, in stable_sort()
|
D | raw_vec.rs | 403 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
|
/linux-6.8/rust/kernel/sync/ |
D | condvar.rs | 140 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
|
D | arc.rs | 273 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
|
/linux-6.8/sound/core/seq/oss/ |
D | seq_oss_init.c | 458 enabled_str(int bool) in enabled_str()
|
/linux-6.8/rust/macros/ |
D | module.rs | 40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
|
/linux-6.8/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
|
/linux-6.8/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.8/security/tomoyo/ |
D | domain.c | 100 const bool)) in tomoyo_update_domain()
|
/linux-6.8/tools/testing/selftests/hid/tests/ |
D | test_tablet.py | 127 def apply(self, events: List[libevdev.InputEvent], strict: bool) -> "PenState":
|