/linux-4.1.27/drivers/scsi/csiostor/ |
D | csio_rnode.c | 89 csio_is_rnode_ready(struct csio_rnode *rn) in csio_is_rnode_ready() 95 csio_is_rnode_uninit(struct csio_rnode *rn) in csio_is_rnode_uninit() 125 struct csio_rnode *rn; in csio_rn_lookup() local 149 struct csio_rnode *rn; in csio_rn_lookup_wwpn() local 173 struct csio_rnode *rn; in csio_rnode_lookup_portid() local 190 struct csio_rnode *rn; in csio_rn_dup_flowid() local 220 struct csio_rnode *rn = mempool_alloc(hw->rnode_mempool, GFP_ATOMIC); in csio_alloc_rnode() local 240 csio_free_rnode(struct csio_rnode *rn) in csio_free_rnode() 260 struct csio_rnode *rn; in csio_get_rnode() local 283 csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn) in csio_put_rnode() [all …]
|
D | csio_rnode.h | 120 #define csio_rn_flowid(rn) ((rn)->flowid) argument 121 #define csio_rn_wwpn(rn) ((rn)->rn_sparm.wwpn) argument 122 #define csio_rn_wwnn(rn) ((rn)->rn_sparm.wwnn) argument 123 #define csio_rnode_to_lnode(rn) ((rn)->lnp) argument
|
D | csio_attr.c | 59 csio_reg_rnode(struct csio_rnode *rn) in csio_reg_rnode() 121 csio_unreg_rnode(struct csio_rnode *rn) in csio_unreg_rnode() 299 struct csio_rnode *rn = NULL; in csio_get_host_fabric_name() local 674 struct csio_rnode *rn; in csio_dev_loss_tmo_callbk() local
|
D | csio_scsi.c | 204 struct csio_rnode *rn = req->rnode; in csio_scsi_init_cmd_wr() local 363 struct csio_rnode *rn = req->rnode; in csio_scsi_init_read_wr() local 416 struct csio_rnode *rn = req->rnode; in csio_scsi_init_write_wr() local 650 struct csio_rnode *rn = req->rnode; in csio_scsi_init_abrt_cls_wr() local 777 struct csio_rnode *rn; in csio_scsis_io_active() local 1568 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_scsi_err_handler() local 1777 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_queuecommand() local 1921 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_abort_handler() local 2067 struct csio_rnode *rn = (struct csio_rnode *)(cmnd->device->hostdata); in csio_eh_lun_reset_handler() local
|
D | csio_lnode.c | 921 struct csio_rnode *rn; in csio_post_event_rns() local 943 struct csio_rnode *rn; in csio_cleanup_rns() local 1469 struct csio_rnode *rn; in csio_fcoe_fwevt_handler() local 1713 struct csio_rnode *rn = io_req->rnode; in csio_ln_mgmt_submit_wr() local
|
D | csio_hw.c | 3517 struct csio_rnode *rn; in csio_evtq_worker() local
|
/linux-4.1.27/arch/arm/net/ |
D | bpf_jit_32.h | 132 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm)) argument 134 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm)) argument 136 #define ARM_ADD_R(rd, rn, rm) _AL3_R(ARM_INST_ADD, rd, rn, rm) argument 137 #define ARM_ADD_I(rd, rn, imm) _AL3_I(ARM_INST_ADD, rd, rn, imm) argument 139 #define ARM_AND_R(rd, rn, rm) _AL3_R(ARM_INST_AND, rd, rn, rm) argument 140 #define ARM_AND_I(rd, rn, imm) _AL3_I(ARM_INST_AND, rd, rn, imm) argument 142 #define ARM_BIC_R(rd, rn, rm) _AL3_R(ARM_INST_BIC, rd, rn, rm) argument 143 #define ARM_BIC_I(rd, rn, imm) _AL3_I(ARM_INST_BIC, rd, rn, imm) argument 149 #define ARM_CMP_R(rn, rm) _AL3_R(ARM_INST_CMP, 0, rn, rm) argument 150 #define ARM_CMP_I(rn, imm) _AL3_I(ARM_INST_CMP, 0, rn, imm) argument [all …]
|
D | bpf_jit_32.c | 440 static inline void emit_udiv(u8 rd, u8 rm, u8 rn, struct jit_ctx *ctx) in emit_udiv()
|
/linux-4.1.27/arch/arm/probes/kprobes/ |
D | actions-arm.c | 82 int rn = (insn >> 16) & 0xf; in emulate_ldrdstrd() local 111 int rn = (insn >> 16) & 0xf; in emulate_ldr() local 142 int rn = (insn >> 16) & 0xf; in emulate_str() local 168 int rn = (insn >> 16) & 0xf; in emulate_rd12rn16rm0rs8_rwflags() local 202 int rn = (insn >> 16) & 0xf; in emulate_rd12rn16rm0_rwflags_nopc() local 230 int rn = (insn >> 12) & 0xf; in emulate_rd16rn12rm0rs8_rwflags_nopc() local 281 int rn = insn & 0xf; in emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local
|
D | actions-thumb.c | 31 int rn = (insn >> 16) & 0xf; in t32_simulate_table_branch() local 167 int rn = (insn >> 16) & 0xf; in t32_emulate_ldrdstrd() local 192 int rn = (insn >> 16) & 0xf; in t32_emulate_ldrstr() local 218 int rn = (insn >> 16) & 0xf; in t32_emulate_rd8rn16rm0_rwflags() local 265 int rn = (insn >> 16) & 0xf; in t32_emulate_rd8rn16_noflags() local 287 int rn = (insn >> 16) & 0xf; in t32_emulate_rdlo12rdhi8rn16rm0_noflags() local 371 int rn = insn & 0x7; in t16_simulate_cbz() local
|
D | actions-common.c | 25 int rn = (insn >> 16) & 0xf; in simulate_ldm1stm1() local 134 int rn = (insn >> 16) & 0xf; in kprobe_decode_ldmstm() local
|
D | checkers-arm.c | 130 unsigned int rn = (insn >> 16) & 0xf; in arm_check_regs_ldmstm() local
|
/linux-4.1.27/fs/f2fs/ |
D | node.h | 216 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer() local 242 struct f2fs_node *rn = F2FS_NODE(page); in fill_node_footer_blkaddr() local 250 struct f2fs_node *rn = F2FS_NODE(node_page); in ino_of_node() local 256 struct f2fs_node *rn = F2FS_NODE(node_page); in nid_of_node() local 262 struct f2fs_node *rn = F2FS_NODE(node_page); in ofs_of_node() local 269 struct f2fs_node *rn = F2FS_NODE(node_page); in cpver_of_node() local 275 struct f2fs_node *rn = F2FS_NODE(node_page); in next_blkaddr_of_node() local 320 struct f2fs_node *rn = F2FS_NODE(p); in set_nid() local 333 struct f2fs_node *rn = F2FS_NODE(p); in get_nid() local 385 struct f2fs_node *rn = F2FS_NODE(page); in is_node() local [all …]
|
D | node.c | 644 struct f2fs_node *rn; in truncate_nodes() local 1743 struct f2fs_node *rn; in restore_node_summary() local
|
D | data.c | 205 struct f2fs_node *rn; in set_data_blkaddr() local
|
/linux-4.1.27/arch/powerpc/boot/ |
D | reg.h | 22 #define mfspr(rn) ({unsigned long rval; \ argument 25 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : : "r" (v)) argument
|
D | dcr.h | 4 #define mfdcr(rn) \ argument 10 #define mtdcr(rn, val) \ argument 12 #define mfdcrx(rn) \ argument 18 #define mtdcrx(rn, val) \ argument
|
/linux-4.1.27/drivers/s390/char/ |
D | sclp_cmd.c | 194 u16 rn; member 200 u16 rn; member 210 static unsigned long long rn2addr(u16 rn) in rn2addr() 215 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage() 244 static int sclp_assign_storage(u16 rn) in sclp_assign_storage() 257 static int sclp_unassign_storage(u16 rn) in sclp_unassign_storage() 406 static void __init add_memory_merged(u16 rn) in add_memory_merged() 445 static void __init insert_increment(u16 rn, int standby, int assigned) in insert_increment()
|
/linux-4.1.27/tools/perf/util/ |
D | strlist.h | 47 struct rb_node *rn = rb_first(&slist->rblist.entries); in strlist__first() local 52 struct rb_node *rn; in strlist__next() local
|
D | intlist.h | 47 struct rb_node *rn = rb_first(&ilist->rblist.entries); in intlist__first() local 52 struct rb_node *rn; in intlist__next() local
|
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/ |
D | reg.h | 12 #define mfspr(rn) ({unsigned long rval; \ argument 15 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \ argument
|
/linux-4.1.27/drivers/w1/ |
D | w1.c | 404 struct w1_reg_num *rn) in w1_atoreg_num() 446 struct w1_reg_num *rn) in w1_slave_search_device() 467 struct w1_reg_num rn; in w1_master_attribute_store_add() local 505 struct w1_reg_num rn; in w1_master_attribute_store_remove() local 703 int w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) in w1_attach_slave_device() 878 struct w1_reg_num rn; in w1_reconnect_slaves() local 898 void w1_slave_found(struct w1_master *dev, u64 rn) in w1_slave_found() 938 u64 last_rn, rn, tmp64; in w1_search() local
|
D | w1_netlink.c | 253 static void w1_send_slave(struct w1_master *dev, u64 rn) in w1_send_slave() 275 static void w1_found_send_slave(struct w1_master *dev, u64 rn) in w1_found_send_slave() 292 u64 rn; in w1_get_slaves() local
|
D | w1_io.c | 410 u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); in w1_reset_select_slave() local
|
/linux-4.1.27/arch/powerpc/lib/ |
D | sstep.c | 342 static int __kprobes do_fp_load(int rn, int (*func)(int, unsigned long), in do_fp_load() argument 383 static int __kprobes do_fp_store(int rn, int (*func)(int, unsigned long), in do_fp_store() argument 431 static int __kprobes do_vec_load(int rn, int (*func)(int, unsigned long), in do_vec_load() argument 439 static int __kprobes do_vec_store(int rn, int (*func)(int, unsigned long), in do_vec_store() argument 449 static int __kprobes do_vsx_load(int rn, int (*func)(int, unsigned long), in do_vsx_load() argument 467 static int __kprobes do_vsx_store(int rn, int (*func)(int, unsigned long), in do_vsx_store() argument
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | reg_fsl_emb.h | 11 #define mfpmr(rn) ({unsigned int rval; \ argument 14 #define mtpmr(rn, v) asm volatile("mtpmr " __stringify(rn) ",%0" : : "r" (v)) argument
|
D | dcr-native.h | 64 #define mfdcr(rn) \ argument 75 #define mtdcr(rn, v) \ argument
|
D | reg_booke.h | 756 #define mftmr(rn) ({unsigned long rval; \ argument 758 #define mttmr(rn, v) asm volatile(MTTMR(rn, %0) : \ argument
|
D | reg.h | 1205 #define mfspr(rn) ({unsigned long rval; \ argument 1208 #define mtspr(rn, v) asm volatile("mtspr " __stringify(rn) ",%0" : \ argument
|
/linux-4.1.27/tools/perf/arch/powerpc/util/ |
D | header.c | 10 #define mfspr(rn) ({unsigned long rval; \ argument
|
/linux-4.1.27/kernel/rcu/ |
D | rcu.h | 106 static inline bool __rcu_reclaim(const char *rn, struct rcu_head *head) in __rcu_reclaim()
|
D | tiny.c | 166 const char *rn = NULL; in __rcu_process_callbacks() local
|
/linux-4.1.27/arch/arm/probes/uprobes/ |
D | actions-arm.c | 169 int rn = (insn >> 16) & 0xf; in uprobe_decode_ldmstm() local
|
/linux-4.1.27/arch/sh/kernel/ |
D | traps_32.c | 90 unsigned long *rm, *rn; in handle_unaligned_ins() local
|
D | disassemble.c | 302 int rn = 0; in print_sh_insn() local
|
/linux-4.1.27/drivers/staging/skein/ |
D | skein_block.c | 256 ROT, rn) \ argument 282 ROT, rn) \ argument
|
/linux-4.1.27/drivers/w1/slaves/ |
D | w1_ds2408.c | 301 u64 rn = le64_to_cpu(*((u64*)&sl->reg_num)); in w1_f29_disable_test_mode() local
|
/linux-4.1.27/drivers/md/persistent-data/ |
D | dm-btree.c | 430 struct btree_node *ln, *rn, *pn; in btree_split_sibling() local 515 struct btree_node *pn, *ln, *rn; in btree_split_beneath() local
|
/linux-4.1.27/arch/unicore32/mm/ |
D | alignment.c | 291 unsigned int rd, rn, pc_correction, reg_correction, nr_regs, regbits; in do_alignment_ldmstm() local
|
/linux-4.1.27/include/scsi/ |
D | fc_encode.h | 41 struct fc_ns_rn_id rn; member
|
/linux-4.1.27/arch/arm64/kernel/ |
D | armv8_deprecated.c | 373 int rn, rt2, res = 0; in swp_handler() local
|
/linux-4.1.27/arch/arm/mm/ |
D | alignment.c | 487 unsigned int rd, rn, correction, nr_regs, regbits; in do_alignment_ldmstm() local
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
D | netcp_ethss.c | 161 #define GBE_SET_REG_OFS(p, rb, rn) p->rb##_ofs.rn = \ argument 163 #define GBENU_SET_REG_OFS(p, rb, rn) p->rb##_ofs.rn = \ argument 165 #define XGBE_SET_REG_OFS(p, rb, rn) p->rb##_ofs.rn = \ argument 167 #define GBE_REG_ADDR(p, rb, rn) (p->rb + p->rb##_ofs.rn) argument
|
/linux-4.1.27/drivers/scsi/lpfc/ |
D | lpfc_sli.h | 239 uint32_t rn; /* Receive buffer notification */ member
|
D | lpfc_els.c | 4321 RNID *rn; in lpfc_els_rsp_rnid_acc() local 5299 RNID *rn; in lpfc_els_rcv_rnid() local
|
/linux-4.1.27/drivers/net/wireless/iwlegacy/ |
D | 3945.c | 59 #define IL_DECLARE_RATE_INFO(r, ip, in, rp, rn, pp, np) \ argument
|
D | 4965-rs.c | 76 #define IL_DECLARE_RATE_INFO(r, s, ip, in, rp, rn, pp, np) \ argument
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/ |
D | rs.c | 76 #define IWL_DECLARE_RATE_INFO(r, s, ip, in, rp, rn, pp, np) \ argument
|
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/ |
D | rs.c | 77 #define IWL_DECLARE_RATE_INFO(r, s, rp, rn) \ argument
|
/linux-4.1.27/drivers/net/ethernet/ |
D | jme.h | 85 __u8 rn; /* Number of read actions */ member
|