/linux-6.6.21/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 | 1672 F: FnMut(&T) -> bool, in retain() 1698 F: FnMut(&mut T) -> bool, in retain_mut() 1749 F: FnMut(&mut T) -> bool, in retain_mut() 1834 F: FnMut(&mut T, &mut T) -> bool, in dedup_by() 2218 pub fn is_empty(&self) -> bool { in is_empty() 3245 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.6.21/drivers/clk/qcom/ |
D | clk-branch.c | 61 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument 93 static int clk_branch_toggle(struct clk_hw *hw, bool en, in clk_branch_toggle() argument
|
/linux-6.6.21/tools/perf/pmu-events/ |
D | jevents.py | 126 def add(self, s: str, metric: bool) -> None: 380 def build_c_string(self, metric: bool) -> str: 396 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.6.21/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.6.21/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.6.21/rust/kernel/ |
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.6.21/rust/kernel/sync/ |
D | condvar.rs | 133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
|
D | arc.rs | 231 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
|
/linux-6.6.21/sound/core/seq/oss/ |
D | seq_oss_init.c | 458 enabled_str(int bool) in enabled_str()
|
/linux-6.6.21/rust/macros/ |
D | module.rs | 40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
|
/linux-6.6.21/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
|
/linux-6.6.21/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.6.21/security/tomoyo/ |
D | domain.c | 100 const bool)) in tomoyo_update_domain()
|
/linux-6.6.21/drivers/gpu/drm/msm/ |
D | msm_drv.h | 543 #define COND(bool, val) ((bool) ? (val) : 0) argument
|
/linux-6.6.21/tools/mm/ |
D | page_owner_sort.c | 26 #define bool int macro
|
/linux-6.6.21/drivers/input/mouse/ |
D | psmouse-base.c | 994 static bool psmouse_do_detect(int (*detect)(struct psmouse *, bool), in psmouse_do_detect() argument
|