Searched refs:rdn (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/arm/probes/kprobes/
H A Dactions-thumb.c488 int rdn = (insn & 0x7) | ((insn & 0x80) >> 4); t16_emulate_hiregs() local
495 rdnv = (rdn == 15) ? pc : regs->uregs[rdn]; t16_emulate_hiregs()
507 if (rdn == 15) t16_emulate_hiregs()
510 regs->uregs[rdn] = rdnv; t16_emulate_hiregs()
/linux-4.1.27/scripts/
H A Dsign-file250 my $rdn = asn1_extract($subject->[1], $UNIV | $CONS | $SET);
251 my $attr = asn1_extract($rdn->[1], $UNIV | $CONS | $SEQUENCE);
/linux-4.1.27/fs/f2fs/
H A Dnode.c642 struct dnode_of_data rdn = *dn; truncate_nodes() local
667 rdn.nid = child_nid; truncate_nodes()
668 ret = truncate_dnode(&rdn); truncate_nodes()
681 rdn.nid = child_nid; truncate_nodes()
682 ret = truncate_nodes(&rdn, child_nofs, 0, depth - 1); truncate_nodes()

Completed in 176 milliseconds