Home
last modified time | relevance | path

Searched defs:bool (Results 1 – 23 of 23) sorted by relevance

/linux-6.1.9/rust/alloc/vec/
Dis_zero.rs8 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()
Dmod.rs1460 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()
Ddrain.rs177 fn is_empty(&self) -> bool { in is_empty()
Dinto_iter.rs272 fn is_empty(&self) -> bool { in is_empty()
/linux-6.1.9/drivers/clk/qcom/
Dclk-branch.c66 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/
Dborrow.rs233 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()
Dboxed.rs1284 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()
Dslice.rs890 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()
Dalloc.rs187 zeroed: bool, in grow_impl()
Draw_vec.rs368 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
/linux-6.1.9/scripts/
Dgenerate_rust_target.rs63 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/
Dprint.rs48 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
/linux-6.1.9/rust/macros/
Dmodule.rs22 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
/linux-6.1.9/sound/core/seq/oss/
Dseq_oss_init.c458 enabled_str(int bool) in enabled_str()
/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_tpm2.c57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
/linux-6.1.9/security/tomoyo/
Ddomain.c100 const bool)) in tomoyo_update_domain()
/linux-6.1.9/drivers/media/i2c/m5mols/
Dm5mols_core.c797 int (*set_power)(struct m5mols_info *, bool)) in m5mols_update_fw() argument
/linux-6.1.9/drivers/gpu/drm/msm/
Dmsm_drv.h523 #define COND(bool, val) ((bool) ? (val) : 0) argument
/linux-6.1.9/tools/vm/
Dpage_owner_sort.c26 #define bool int macro
/linux-6.1.9/drivers/input/mouse/
Dpsmouse-base.c995 static bool psmouse_do_detect(int (*detect)(struct psmouse *, bool), in psmouse_do_detect() argument
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.h471 BUILD_VMX_MSR_BITMAP_HELPERS(bool, test, test) in BUILD_VMX_MSR_BITMAP_HELPERS() argument
/linux-6.1.9/fs/ext4/
Dfast_commit.c375 int (*__fc_track_fn)(struct inode *, void *, bool), in ext4_fc_track_template() argument
/linux-6.1.9/drivers/regulator/
Dcore.c1343 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