Home
last modified time | relevance | path

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

12

/kernel/linux/linux-6.6/rust/alloc/vec/
Dis_zero.rs11 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()
Dmod.rs1672 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()
Ddrain.rs246 fn is_empty(&self) -> bool { in is_empty()
Dinto_iter.rs336 fn is_empty(&self) -> bool { in is_empty()
/kernel/linux/linux-6.6/drivers/clk/qcom/
Dclk-branch.c61 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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/tools/perf/pmu-events/
Djevents.py126 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:
Dmetric.py84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression:
124 rhs: bool = False) -> str:
433 constraint: bool = False):
/kernel/linux/linux-6.6/scripts/
Dgenerate_rust_target.rs63 fn push(&mut self, key: &str, value: bool) { in push()
140 fn has(&self, option: &str) -> bool { in has()
/kernel/linux/linux-6.6/rust/kernel/
Dtask.rs136 pub fn signal_pending(&self) -> bool { in signal_pending()
Dprint.rs52 const fn generate(is_cont: bool, prefix: &[u8; 3]) -> [u8; LENGTH] { in generate()
/kernel/linux/linux-6.6/rust/alloc/
Dboxed.rs1342 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()
Dalloc.rs197 zeroed: bool, in grow_impl()
Dslice.rs846 F: FnMut(&T, &T) -> bool, in stable_sort()
Draw_vec.rs403 fn needs_to_grow(&self, len: usize, additional: usize) -> bool { in needs_to_grow()
/kernel/linux/linux-6.6/rust/kernel/sync/
Dcondvar.rs133 pub fn wait<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait()
Darc.rs231 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
/kernel/linux/linux-5.10/sound/core/seq/oss/
Dseq_oss_init.c458 enabled_str(int bool) in enabled_str()
/kernel/linux/linux-6.6/sound/core/seq/oss/
Dseq_oss_init.c458 enabled_str(int bool) in enabled_str()
/kernel/linux/linux-6.6/rust/macros/
Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
/kernel/linux/linux-5.10/drivers/scsi/
Dhosts.c719 bool (*fn)(struct scsi_cmnd *, void *, bool), in scsi_host_busy_iter() argument
/kernel/linux/linux-6.6/security/keys/trusted-keys/
Dtrusted_tpm2.c58 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
/kernel/linux/linux-6.6/tools/testing/kunit/
Dkunit_parser.py657 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test:
/kernel/linux/linux-5.10/security/tomoyo/
Ddomain.c100 const bool)) in tomoyo_update_domain()
/kernel/linux/linux-6.6/security/tomoyo/
Ddomain.c100 const bool)) in tomoyo_update_domain()

12