Home
last modified time | relevance | path

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

12

/linux-6.8/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.rs1725 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()
Ddrain.rs246 fn is_empty(&self) -> bool { in is_empty()
Dinto_iter.rs336 fn is_empty(&self) -> bool { in is_empty()
/linux-6.8/drivers/clk/qcom/
Dclk-branch.c62 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/
Djevents.py126 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:
Dmetric.py84 def _Constify(val: Union[bool, int, float, Expression]) -> Expression:
124 rhs: bool = False) -> str:
433 constraint: bool = False):
/linux-6.8/rust/kernel/
Dworkqueue.rs288 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()
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()
Dstr.rs86 pub const fn is_empty(&self) -> bool { in is_empty()
/linux-6.8/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.8/rust/kernel/net/
Dphy.rs122 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/
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()
/linux-6.8/rust/kernel/sync/
Dcondvar.rs140 pub fn wait_interruptible<T: ?Sized, B: Backend>(&self, guard: &mut Guard<'_, T, B>) -> bool { in wait_interruptible()
Darc.rs273 pub fn ptr_eq(this: &Self, other: &Self) -> bool { in ptr_eq()
/linux-6.8/sound/core/seq/oss/
Dseq_oss_init.c458 enabled_str(int bool) in enabled_str()
/linux-6.8/rust/macros/
Dmodule.rs40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base()
/linux-6.8/security/keys/trusted-keys/
Dtrusted_tpm2.c57 unsigned char bool[3], *w = bool; in tpm2_key_encode() local
/linux-6.8/tools/testing/kunit/
Dkunit_parser.py657 def parse_test(lines: LineStream, expected_num: int, log: List[str], is_subtest: bool) -> Test:
/linux-6.8/security/tomoyo/
Ddomain.c100 const bool)) in tomoyo_update_domain()
/linux-6.8/tools/testing/selftests/hid/tests/
Dtest_tablet.py127 def apply(self, events: List[libevdev.InputEvent], strict: bool) -> "PenState":

12