/linux-6.1.9/rust/alloc/vec/ |
D | is_zero.rs | 8 fn is_zero(&self) -> bool; in is_zero() 42 fn is_zero(&self) -> bool { in is_zero() 49 fn is_zero(&self) -> bool { in is_zero() 56 fn is_zero(&self) -> bool { in is_zero() 77 fn is_zero(&self) -> bool { in is_zero() 84 fn is_zero(&self) -> bool { in is_zero()
|
D | mod.rs | 1460 F: FnMut(&T) -> bool, in retain() 1486 F: FnMut(&mut T) -> bool, in retain_mut() 1537 F: FnMut(&mut T) -> bool, in retain_mut() 1622 F: FnMut(&mut T, &mut T) -> bool, in dedup_by() 1952 pub fn is_empty(&self) -> bool { in is_empty() 2841 F: FnMut(&mut T) -> bool, in drain_filter()
|
D | drain.rs | 177 fn is_empty(&self) -> bool { in is_empty()
|
D | into_iter.rs | 272 fn is_empty(&self) -> bool { in is_empty()
|
/linux-6.1.9/drivers/clk/qcom/ |
D | clk-branch.c | 66 static int clk_branch_wait(const struct clk_branch *br, bool enabling, in clk_branch_wait() argument 98 static int clk_branch_toggle(struct clk_hw *hw, bool en, in clk_branch_toggle() argument
|
/linux-6.1.9/rust/alloc/ |
D | borrow.rs | 233 pub const fn is_borrowed(&self) -> bool { in is_borrowed() 256 pub const fn is_owned(&self) -> bool { in is_owned() 371 fn eq(&self, other: &Cow<'b, C>) -> bool { in eq()
|
D | boxed.rs | 1284 fn eq(&self, other: &Self) -> bool { in eq() 1288 fn ne(&self, other: &Self) -> bool { in ne() 1299 fn lt(&self, other: &Self) -> bool { in lt() 1303 fn le(&self, other: &Self) -> bool { in le() 1307 fn ge(&self, other: &Self) -> bool { in ge() 1311 fn gt(&self, other: &Self) -> bool { in gt() 1863 fn is_empty(&self) -> bool { in is_empty()
|
D | slice.rs | 890 F: FnMut(&T, &T) -> bool, in insert_head() 962 F: FnMut(&T, &T) -> bool, in merge() 1083 F: FnMut(&T, &T) -> bool, in merge_sort()
|
D | alloc.rs | 187 zeroed: bool, in grow_impl()
|
D | raw_vec.rs | 368 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
|
/linux-6.1.9/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.1.9/rust/kernel/ |
D | print.rs | 48 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
|
/linux-6.1.9/rust/macros/ |
D | module.rs | 22 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
|
/linux-6.1.9/sound/core/seq/oss/ |
D | seq_oss_init.c | 458 enabled_str(int bool) in enabled_str()
|
/linux-6.1.9/security/keys/trusted-keys/ |
D | trusted_tpm2.c | 57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
|
/linux-6.1.9/security/tomoyo/ |
D | domain.c | 100 const bool)) in tomoyo_update_domain()
|
/linux-6.1.9/drivers/media/i2c/m5mols/ |
D | m5mols_core.c | 797 int (*set_power)(struct m5mols_info *, bool)) in m5mols_update_fw() argument
|
/linux-6.1.9/drivers/gpu/drm/msm/ |
D | msm_drv.h | 523 #define COND(bool, val) ((bool) ? (val) : 0) argument
|
/linux-6.1.9/tools/vm/ |
D | page_owner_sort.c | 26 #define bool int macro
|
/linux-6.1.9/drivers/input/mouse/ |
D | psmouse-base.c | 995 static bool psmouse_do_detect(int (*detect)(struct psmouse *, bool), in psmouse_do_detect() argument
|
/linux-6.1.9/arch/x86/kvm/vmx/ |
D | vmx.h | 471 BUILD_VMX_MSR_BITMAP_HELPERS(bool, test, test) in BUILD_VMX_MSR_BITMAP_HELPERS() argument
|
/linux-6.1.9/fs/ext4/ |
D | fast_commit.c | 375 int (*__fc_track_fn)(struct inode *, void *, bool), in ext4_fc_track_template() argument
|
/linux-6.1.9/drivers/regulator/ |
D | core.c | 1343 int (*set)(struct regulator_dev *, int, int, bool), in notif_set_limit() argument 1362 int (*set)(struct regulator_dev *, int, int, bool), in handle_notify_limits() argument
|