Home
last modified time | relevance | path

Searched refs:arms (Results 1 – 14 of 14) sorted by relevance

/linux/rust/syn/
H A Dmacros.rs104 ($($arms:tt)*) $tokens:ident $name:ident {
112 ($($arms)* $(#[cfg $cfg_attr])* $name::$variant => {})
118 ($($arms:tt)*) $tokens:ident $name:ident {
126 ($($arms)* $(#[cfg $cfg_attr])* $name::$variant(_e) => _e.to_tokens($tokens),)
131 (($($arms:tt)*) $tokens:ident $name:ident {}) => {
136 $($arms)*
H A Dexpr.rs532 pub arms: Vec<Arm>,
2357 let arms = Arm::parse_multiple(&content)?; in parse() localVariable
2364 arms, in parse()
2990 let mut arms = Vec::new(); in parse_multiple() localVariable
2992 arms.push(input.call(Arm::parse)?); in parse_multiple()
2994 Ok(arms) in parse_multiple()
3775 for (i, arm) in self.arms.iter().enumerate() { in to_tokens()
3779 let is_last = i == self.arms.len() - 1; in to_tokens()
/linux/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c909 u8 span, dataArms, arms, dataArm, logArm; in mr_get_phy_params_r56_rmw() local
915 arms = raid->rowSize; in mr_get_phy_params_r56_rmw()
919 rightmostParityArm = (arms - 1) - mega_mod64(rowNum, arms); in mr_get_phy_params_r56_rmw()
924 dataArm = mega_mod64((rightmostParityArm + 1 + logArm), arms); in mr_get_phy_params_r56_rmw()
936 PParityArm = (arms - 2) - mega_mod64(rowNum, arms); in mr_get_phy_params_r56_rmw()
939 PParityArm += arms; in mr_get_phy_params_r56_rmw()
/linux/Documentation/scsi/
H A Dscsi-changer.rst47 and each CD-ROM) and 2 transport arms. No problem to handle.
/linux/rust/syn/gen/
H A Dclone.rs587 arms: self.arms.clone(), in clone()
H A Deq.rs592 self.attrs == other.attrs && self.expr == other.expr && self.arms == other.arms in eq()
H A Dfold.rs1739 arms: fold_vec(node.arms, f, F::fold_arm), in fold_expr_match()
H A Dhash.rs819 self.arms.hash(state); in hash()
H A Ddebug.rs907 formatter.field("arms", &self.arms); in debug()
H A Dvisit_mut.rs1712 for it in &mut node.arms { in visit_expr_match_mut()
H A Dvisit.rs1760 for it in &node.arms { in visit_expr_match()
/linux/Documentation/process/
H A Dmaintainer-kvm-x86.rst13 and learn from any mistakes you make, you will be welcomed with open arms, not
/linux/Documentation/trace/
H A Dkprobes.rst761 file. Note that this knob just disarms and arms all kprobes and doesn't
/linux/tools/memory-model/Documentation/
H A Dlitmus-tests.txt971 two arms of the branch have recombined.