/kernel/linux/linux-5.10/drivers/scsi/csiostor/ |
H A D | csio_rnode.c | 89 csio_is_rnode_ready(struct csio_rnode *rn) in csio_is_rnode_ready() argument 91 return csio_match_state(rn, csio_rns_ready); in csio_is_rnode_ready() 95 csio_is_rnode_uninit(struct csio_rnode *rn) in csio_is_rnode_uninit() argument 97 return csio_match_state(rn, csio_rns_uninit); in csio_is_rnode_uninit() 125 struct csio_rnode *rn; in csio_rn_lookup() local 128 rn = (struct csio_rnode *) tmp; in csio_rn_lookup() 129 if (rn->flowid == flowid) in csio_rn_lookup() 130 return rn; in csio_rn_lookup() 149 struct csio_rnode *rn; in csio_rn_lookup_wwpn() local 152 rn in csio_rn_lookup_wwpn() 173 struct csio_rnode *rn; csio_rnode_lookup_portid() local 190 struct csio_rnode *rn; csio_rn_dup_flowid() local 220 struct csio_rnode *rn = mempool_alloc(hw->rnode_mempool, GFP_ATOMIC); csio_alloc_rnode() local 240 csio_free_rnode(struct csio_rnode *rn) csio_free_rnode() argument 260 struct csio_rnode *rn; csio_get_rnode() local 283 csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn) csio_put_rnode() argument 304 struct csio_rnode *rn, *match_rn; csio_confirm_rnode() local 444 csio_rn_verify_rparams(struct csio_lnode *ln, struct csio_rnode *rn, struct fcoe_rdev_entry *rdevp) csio_rn_verify_rparams() argument 548 __csio_reg_rnode(struct csio_rnode *rn) __csio_reg_rnode() argument 565 __csio_unreg_rnode(struct csio_rnode *rn) __csio_unreg_rnode() argument 604 csio_rns_uninit(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_uninit() argument 644 csio_rns_ready(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_ready() argument 729 csio_rns_offline(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_offline() argument 788 csio_rns_disappeared(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_disappeared() argument 847 csio_rnode_devloss_handler(struct csio_rnode *rn) csio_rnode_devloss_handler() argument 868 csio_rnode_fwevt_handler(struct csio_rnode *rn, uint8_t fwevt) csio_rnode_fwevt_handler() argument 903 csio_rnode_init(struct csio_rnode *rn, struct csio_lnode *ln) csio_rnode_init() argument 917 csio_rnode_exit(struct csio_rnode *rn) csio_rnode_exit() argument [all...] |
H A D | csio_rnode.h | 120 #define csio_rn_flowid(rn) ((rn)->flowid) 121 #define csio_rn_wwpn(rn) ((rn)->rn_sparm.wwpn) 122 #define csio_rn_wwnn(rn) ((rn)->rn_sparm.wwnn) 123 #define csio_rnode_to_lnode(rn) ((rn)->lnp) 125 int csio_is_rnode_ready(struct csio_rnode *rn); 126 void csio_rnode_state_to_str(struct csio_rnode *rn, int8_ [all...] |
H A D | csio_attr.c | 52 * @rn: Rnode representing remote port. 59 csio_reg_rnode(struct csio_rnode *rn) in csio_reg_rnode() argument 61 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_reg_rnode() 67 ids.node_name = wwn_to_u64(csio_rn_wwnn(rn)); in csio_reg_rnode() 68 ids.port_name = wwn_to_u64(csio_rn_wwpn(rn)); in csio_reg_rnode() 69 ids.port_id = rn->nport_id; in csio_reg_rnode() 72 if (rn->role & CSIO_RNFR_INITIATOR || rn->role & CSIO_RNFR_TARGET) { in csio_reg_rnode() 73 rport = rn->rport; in csio_reg_rnode() 78 rn in csio_reg_rnode() 121 csio_unreg_rnode(struct csio_rnode *rn) csio_unreg_rnode() argument 311 struct csio_rnode *rn = NULL; csio_get_host_fabric_name() local 683 struct csio_rnode *rn; csio_dev_loss_tmo_callbk() local [all...] |
/kernel/linux/linux-6.6/drivers/scsi/csiostor/ |
H A D | csio_rnode.c | 89 csio_is_rnode_ready(struct csio_rnode *rn) in csio_is_rnode_ready() argument 91 return csio_match_state(rn, csio_rns_ready); in csio_is_rnode_ready() 95 csio_is_rnode_uninit(struct csio_rnode *rn) in csio_is_rnode_uninit() argument 97 return csio_match_state(rn, csio_rns_uninit); in csio_is_rnode_uninit() 125 struct csio_rnode *rn; in csio_rn_lookup() local 128 rn = (struct csio_rnode *) tmp; in csio_rn_lookup() 129 if (rn->flowid == flowid) in csio_rn_lookup() 130 return rn; in csio_rn_lookup() 149 struct csio_rnode *rn; in csio_rn_lookup_wwpn() local 152 rn in csio_rn_lookup_wwpn() 173 struct csio_rnode *rn; csio_rnode_lookup_portid() local 190 struct csio_rnode *rn; csio_rn_dup_flowid() local 220 struct csio_rnode *rn = mempool_alloc(hw->rnode_mempool, GFP_ATOMIC); csio_alloc_rnode() local 240 csio_free_rnode(struct csio_rnode *rn) csio_free_rnode() argument 260 struct csio_rnode *rn; csio_get_rnode() local 283 csio_put_rnode(struct csio_lnode *ln, struct csio_rnode *rn) csio_put_rnode() argument 304 struct csio_rnode *rn, *match_rn; csio_confirm_rnode() local 444 csio_rn_verify_rparams(struct csio_lnode *ln, struct csio_rnode *rn, struct fcoe_rdev_entry *rdevp) csio_rn_verify_rparams() argument 548 __csio_reg_rnode(struct csio_rnode *rn) __csio_reg_rnode() argument 565 __csio_unreg_rnode(struct csio_rnode *rn) __csio_unreg_rnode() argument 604 csio_rns_uninit(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_uninit() argument 644 csio_rns_ready(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_ready() argument 729 csio_rns_offline(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_offline() argument 788 csio_rns_disappeared(struct csio_rnode *rn, enum csio_rn_ev evt) csio_rns_disappeared() argument 847 csio_rnode_devloss_handler(struct csio_rnode *rn) csio_rnode_devloss_handler() argument 868 csio_rnode_fwevt_handler(struct csio_rnode *rn, uint8_t fwevt) csio_rnode_fwevt_handler() argument 903 csio_rnode_init(struct csio_rnode *rn, struct csio_lnode *ln) csio_rnode_init() argument 917 csio_rnode_exit(struct csio_rnode *rn) csio_rnode_exit() argument [all...] |
H A D | csio_rnode.h | 120 #define csio_rn_flowid(rn) ((rn)->flowid) 121 #define csio_rn_wwpn(rn) ((rn)->rn_sparm.wwpn) 122 #define csio_rn_wwnn(rn) ((rn)->rn_sparm.wwnn) 123 #define csio_rnode_to_lnode(rn) ((rn)->lnp) 125 int csio_is_rnode_ready(struct csio_rnode *rn); 126 void csio_rnode_state_to_str(struct csio_rnode *rn, int8_ [all...] |
H A D | csio_attr.c | 52 * @rn: Rnode representing remote port. 59 csio_reg_rnode(struct csio_rnode *rn) in csio_reg_rnode() argument 61 struct csio_lnode *ln = csio_rnode_to_lnode(rn); in csio_reg_rnode() 67 ids.node_name = wwn_to_u64(csio_rn_wwnn(rn)); in csio_reg_rnode() 68 ids.port_name = wwn_to_u64(csio_rn_wwpn(rn)); in csio_reg_rnode() 69 ids.port_id = rn->nport_id; in csio_reg_rnode() 72 if (rn->role & CSIO_RNFR_INITIATOR || rn->role & CSIO_RNFR_TARGET) { in csio_reg_rnode() 73 rport = rn->rport; in csio_reg_rnode() 78 rn in csio_reg_rnode() 121 csio_unreg_rnode(struct csio_rnode *rn) csio_unreg_rnode() argument 311 struct csio_rnode *rn = NULL; csio_get_host_fabric_name() local 683 struct csio_rnode *rn; csio_dev_loss_tmo_callbk() local [all...] |
/kernel/linux/linux-5.10/arch/arm/net/ |
H A D | bpf_jit_32.h | 162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm)) 164 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm)) 168 #define ARM_ADD_R(rd, rn, rm) _AL3_R(ARM_INST_ADD, rd, rn, rm) 169 #define ARM_ADDS_R(rd, rn, rm) _AL3_R(ARM_INST_ADDS, rd, rn, rm) 170 #define ARM_ADD_I(rd, rn, imm) _AL3_I(ARM_INST_ADD, rd, rn, im [all...] |
/kernel/linux/linux-6.6/arch/arm/net/ |
H A D | bpf_jit_32.h | 162 #define _AL3_R(op, rd, rn, rm) ((op ## _R) | (rd) << 12 | (rn) << 16 | (rm)) 164 #define _AL3_I(op, rd, rn, imm) ((op ## _I) | (rd) << 12 | (rn) << 16 | (imm)) 168 #define ARM_ADD_R(rd, rn, rm) _AL3_R(ARM_INST_ADD, rd, rn, rm) 169 #define ARM_ADDS_R(rd, rn, rm) _AL3_R(ARM_INST_ADDS, rd, rn, rm) 170 #define ARM_ADD_I(rd, rn, imm) _AL3_I(ARM_INST_ADD, rd, rn, im [all...] |
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | node.h | 241 struct f2fs_node *rn = F2FS_NODE(node_page); in ino_of_node() local 242 return le32_to_cpu(rn->footer.ino); in ino_of_node() 247 struct f2fs_node *rn = F2FS_NODE(node_page); in nid_of_node() local 248 return le32_to_cpu(rn->footer.nid); in nid_of_node() 253 struct f2fs_node *rn = F2FS_NODE(node_page); in ofs_of_node() local 254 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node() 260 struct f2fs_node *rn = F2FS_NODE(node_page); in cpver_of_node() local 261 return le64_to_cpu(rn->footer.cp_ver); in cpver_of_node() 266 struct f2fs_node *rn = F2FS_NODE(node_page); in next_blkaddr_of_node() local 267 return le32_to_cpu(rn in next_blkaddr_of_node() 273 struct f2fs_node *rn = F2FS_NODE(page); fill_node_footer() local 299 struct f2fs_node *rn = F2FS_NODE(page); fill_node_footer_blkaddr() local 365 struct f2fs_node *rn = F2FS_NODE(p); set_nid() local 378 struct f2fs_node *rn = F2FS_NODE(p); get_nid() local 408 struct f2fs_node *rn = F2FS_NODE(page); is_node() local 433 struct f2fs_node *rn = F2FS_NODE(page); set_cold_node() local 445 struct f2fs_node *rn = F2FS_NODE(page); set_mark() local [all...] |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | node.h | 241 struct f2fs_node *rn = F2FS_NODE(node_page); in ino_of_node() local 242 return le32_to_cpu(rn->footer.ino); in ino_of_node() 247 struct f2fs_node *rn = F2FS_NODE(node_page); in nid_of_node() local 248 return le32_to_cpu(rn->footer.nid); in nid_of_node() 253 struct f2fs_node *rn = F2FS_NODE(node_page); in ofs_of_node() local 254 unsigned flag = le32_to_cpu(rn->footer.flag); in ofs_of_node() 260 struct f2fs_node *rn = F2FS_NODE(node_page); in cpver_of_node() local 261 return le64_to_cpu(rn->footer.cp_ver); in cpver_of_node() 266 struct f2fs_node *rn = F2FS_NODE(node_page); in next_blkaddr_of_node() local 267 return le32_to_cpu(rn in next_blkaddr_of_node() 273 struct f2fs_node *rn = F2FS_NODE(page); fill_node_footer() local 299 struct f2fs_node *rn = F2FS_NODE(page); fill_node_footer_blkaddr() local 365 struct f2fs_node *rn = F2FS_NODE(p); set_nid() local 378 struct f2fs_node *rn = F2FS_NODE(p); get_nid() local 394 struct f2fs_node *rn = F2FS_NODE(page); is_node() local 404 struct f2fs_node *rn = F2FS_NODE(page); set_cold_node() local 416 struct f2fs_node *rn = F2FS_NODE(page); set_mark() local [all...] |
/kernel/linux/linux-5.10/drivers/s390/char/ |
H A D | sclp_cmd.c | 171 u16 rn; member 177 u16 rn; member 187 static unsigned long long rn2addr(u16 rn) in rn2addr() argument 189 return (unsigned long long) (rn - 1) * sclp.rzm; in rn2addr() 192 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage() argument 201 sccb->rn = rn; in do_assign_storage() 210 pr_warn("assign storage failed (cmd=0x%08x, response=0x%04x, rn=0x%04x)\n", in do_assign_storage() 211 cmd, sccb->header.response_code, rn); in do_assign_storage() 220 static int sclp_assign_storage(u16 rn) in sclp_assign_storage() argument 233 sclp_unassign_storage(u16 rn) sclp_unassign_storage() argument 383 add_memory_merged(u16 rn) add_memory_merged() argument 425 insert_increment(u16 rn, int standby, int assigned) insert_increment() argument [all...] |
/kernel/linux/linux-6.6/drivers/s390/char/ |
H A D | sclp_cmd.c | 172 u16 rn; member 178 u16 rn; member 188 static unsigned long long rn2addr(u16 rn) in rn2addr() argument 190 return (unsigned long long) (rn - 1) * sclp.rzm; in rn2addr() 193 static int do_assign_storage(sclp_cmdw_t cmd, u16 rn) in do_assign_storage() argument 202 sccb->rn = rn; in do_assign_storage() 211 pr_warn("assign storage failed (cmd=0x%08x, response=0x%04x, rn=0x%04x)\n", in do_assign_storage() 212 cmd, sccb->header.response_code, rn); in do_assign_storage() 221 static int sclp_assign_storage(u16 rn) in sclp_assign_storage() argument 234 sclp_unassign_storage(u16 rn) sclp_unassign_storage() argument 382 add_memory_merged(u16 rn) add_memory_merged() argument 420 insert_increment(u16 rn, int standby, int assigned) insert_increment() argument [all...] |
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 53 #define mfdcr(rn) \ 55 if (__builtin_constant_p(rn) && rn < 1024) \ 57 : "n" (rn)); \ 59 rval = mfdcrx(rn); \ 61 rval = __mfdcr(rn); \ 64 #define mtdcr(rn, v) \ 66 if (__builtin_constant_p(rn) && rn < 1024) \ 68 : : "n" (rn), " [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | dcr-native.h | 53 #define mfdcr(rn) \ 55 if (__builtin_constant_p(rn) && rn < 1024) \ 57 : "n" (rn)); \ 59 rval = mfdcrx(rn); \ 61 rval = __mfdcr(rn); \ 64 #define mtdcr(rn, v) \ 66 if (__builtin_constant_p(rn) && rn < 1024) \ 68 : : "n" (rn), " [all...] |
/kernel/linux/linux-5.10/arch/arm/probes/kprobes/ |
H A D | actions-arm.c | 74 int rn = (insn >> 16) & 0xf; in emulate_ldrdstrd() local 79 register unsigned long rnv asm("r2") = (rn == 15) ? pc in emulate_ldrdstrd() 80 : regs->uregs[rn]; in emulate_ldrdstrd() 94 regs->uregs[rn] = rnv; in emulate_ldrdstrd() 103 int rn = (insn >> 16) & 0xf; in emulate_ldr() local 107 register unsigned long rnv asm("r2") = (rn == 15) ? pc in emulate_ldr() 108 : regs->uregs[rn]; in emulate_ldr() 124 regs->uregs[rn] = rnv; in emulate_ldr() 134 int rn = (insn >> 16) & 0xf; in emulate_str() local 139 register unsigned long rnv asm("r2") = (rn in emulate_str() 160 int rn = (insn >> 16) & 0xf; emulate_rd12rn16rm0rs8_rwflags() local 194 int rn = (insn >> 16) & 0xf; emulate_rd12rn16rm0_rwflags_nopc() local 222 int rn = (insn >> 12) & 0xf; emulate_rd16rn12rm0rs8_rwflags_nopc() local 273 int rn = insn & 0xf; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local [all...] |
H A D | actions-common.c | 22 int rn = (insn >> 16) & 0xf; in simulate_ldm1stm1() local 27 long *addr = (long *)regs->uregs[rn]; in simulate_ldm1stm1() 56 regs->uregs[rn] = (long)addr; in simulate_ldm1stm1() 131 int rn = (insn >> 16) & 0xf; in kprobe_decode_ldmstm() local 133 if (rn <= 12 && (reglist & 0xe000) == 0) { in kprobe_decode_ldmstm() 137 } else if (rn >= 2 && (reglist & 0x8003) == 0) { in kprobe_decode_ldmstm() 139 rn -= 2; in kprobe_decode_ldmstm() 143 } else if (rn >= 3 && (reglist & 0x0007) == 0) { in kprobe_decode_ldmstm() 146 rn -= 3; in kprobe_decode_ldmstm() 155 (rn << 1 in kprobe_decode_ldmstm() [all...] |
/kernel/linux/linux-6.6/arch/arm/probes/kprobes/ |
H A D | actions-arm.c | 74 int rn = (insn >> 16) & 0xf; in emulate_ldrdstrd() local 79 register unsigned long rnv asm("r2") = (rn == 15) ? pc in emulate_ldrdstrd() 80 : regs->uregs[rn]; in emulate_ldrdstrd() 94 regs->uregs[rn] = rnv; in emulate_ldrdstrd() 103 int rn = (insn >> 16) & 0xf; in emulate_ldr() local 107 register unsigned long rnv asm("r2") = (rn == 15) ? pc in emulate_ldr() 108 : regs->uregs[rn]; in emulate_ldr() 124 regs->uregs[rn] = rnv; in emulate_ldr() 134 int rn = (insn >> 16) & 0xf; in emulate_str() local 139 register unsigned long rnv asm("r2") = (rn in emulate_str() 160 int rn = (insn >> 16) & 0xf; emulate_rd12rn16rm0rs8_rwflags() local 194 int rn = (insn >> 16) & 0xf; emulate_rd12rn16rm0_rwflags_nopc() local 222 int rn = (insn >> 12) & 0xf; emulate_rd16rn12rm0rs8_rwflags_nopc() local 273 int rn = insn & 0xf; emulate_rdlo12rdhi16rn0rm8_rwflags_nopc() local [all...] |
H A D | actions-common.c | 22 int rn = (insn >> 16) & 0xf; in simulate_ldm1stm1() local 27 long *addr = (long *)regs->uregs[rn]; in simulate_ldm1stm1() 56 regs->uregs[rn] = (long)addr; in simulate_ldm1stm1() 133 int rn = (insn >> 16) & 0xf; in kprobe_decode_ldmstm() local 135 if (rn <= 12 && (reglist & 0xe000) == 0) { in kprobe_decode_ldmstm() 139 } else if (rn >= 2 && (reglist & 0x8003) == 0) { in kprobe_decode_ldmstm() 141 rn -= 2; in kprobe_decode_ldmstm() 145 } else if (rn >= 3 && (reglist & 0x0007) == 0) { in kprobe_decode_ldmstm() 148 rn -= 3; in kprobe_decode_ldmstm() 157 (rn << 1 in kprobe_decode_ldmstm() [all...] |
/kernel/linux/linux-5.10/arch/arm64/kvm/ |
H A D | va_layout.c | 58 static u32 compute_instruction(int n, u32 rd, u32 rn) in compute_instruction() argument 66 rn, rd, va_mask); in compute_instruction() 72 rn, rn, rd, in compute_instruction() 77 insn = aarch64_insn_gen_add_sub_imm(rd, rn, in compute_instruction() 84 insn = aarch64_insn_gen_add_sub_imm(rd, rn, in compute_instruction() 93 rn, rn, rd, 64 - tag_lsb); in compute_instruction() 108 u32 rd, rn, insn, oinsn; in kvm_update_va_mask() local 125 rn in kvm_update_va_mask() [all...] |
/kernel/linux/linux-6.6/drivers/w1/ |
H A D | w1.c | 391 struct w1_reg_num *rn) in w1_atoreg_num() 415 rn->family = family; in w1_atoreg_num() 416 rn->id = id; in w1_atoreg_num() 418 rn64_le = cpu_to_le64(*(u64 *)rn); in w1_atoreg_num() 419 rn->crc = w1_calc_crc8((u8 *)&rn64_le, 7); in w1_atoreg_num() 423 rn->family, (unsigned long long)rn->id, rn->crc); in w1_atoreg_num() 433 struct w1_reg_num *rn) in w1_slave_search_device() 438 if (sl->reg_num.family == rn in w1_slave_search_device() 390 w1_atoreg_num(struct device *dev, const char *buf, size_t count, struct w1_reg_num *rn) w1_atoreg_num() argument 432 w1_slave_search_device(struct w1_master *dev, struct w1_reg_num *rn) w1_slave_search_device() argument 454 struct w1_reg_num rn; w1_master_attribute_store_add() local 492 struct w1_reg_num rn; w1_master_attribute_store_remove() local 711 w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) w1_attach_slave_device() argument 887 struct w1_reg_num rn; w1_reconnect_slaves() local 907 w1_addr_crc_is_valid(struct w1_master *dev, u64 rn) w1_addr_crc_is_valid() argument 941 w1_slave_found(struct w1_master *dev, u64 rn) w1_slave_found() argument 980 u64 last_rn, rn, tmp64; w1_search() local [all...] |
/kernel/linux/linux-5.10/sound/soc/amd/renoir/ |
H A D | Makefile | 3 snd-rn-pci-acp3x-objs := rn-pci-acp3x.o 5 snd-acp3x-rn-objs := acp3x-rn.o 6 obj-$(CONFIG_SND_SOC_AMD_RENOIR) += snd-rn-pci-acp3x.o 8 obj-$(CONFIG_SND_SOC_AMD_RENOIR_MACH) += snd-acp3x-rn.o
|
/kernel/linux/linux-6.6/sound/soc/amd/renoir/ |
H A D | Makefile | 3 snd-rn-pci-acp3x-objs := rn-pci-acp3x.o 5 snd-acp3x-rn-objs := acp3x-rn.o 6 obj-$(CONFIG_SND_SOC_AMD_RENOIR) += snd-rn-pci-acp3x.o 8 obj-$(CONFIG_SND_SOC_AMD_RENOIR_MACH) += snd-acp3x-rn.o
|
/kernel/linux/linux-5.10/drivers/w1/ |
H A D | w1.c | 399 struct w1_reg_num *rn) in w1_atoreg_num() 423 rn->family = family; in w1_atoreg_num() 424 rn->id = id; in w1_atoreg_num() 426 rn64_le = cpu_to_le64(*(u64 *)rn); in w1_atoreg_num() 427 rn->crc = w1_calc_crc8((u8 *)&rn64_le, 7); in w1_atoreg_num() 431 rn->family, (unsigned long long)rn->id, rn->crc); in w1_atoreg_num() 441 struct w1_reg_num *rn) in w1_slave_search_device() 446 if (sl->reg_num.family == rn in w1_slave_search_device() 398 w1_atoreg_num(struct device *dev, const char *buf, size_t count, struct w1_reg_num *rn) w1_atoreg_num() argument 440 w1_slave_search_device(struct w1_master *dev, struct w1_reg_num *rn) w1_slave_search_device() argument 462 struct w1_reg_num rn; w1_master_attribute_store_add() local 500 struct w1_reg_num rn; w1_master_attribute_store_remove() local 718 w1_attach_slave_device(struct w1_master *dev, struct w1_reg_num *rn) w1_attach_slave_device() argument 896 struct w1_reg_num rn; w1_reconnect_slaves() local 916 w1_slave_found(struct w1_master *dev, u64 rn) w1_slave_found() argument 956 u64 last_rn, rn, tmp64; w1_search() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | strlist.h | 60 struct rb_node *rn = rb_first_cached(&slist->rblist.entries); in strlist__first() local 61 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__first() 65 struct rb_node *rn; in strlist__next() local 68 rn = rb_next(&sn->rb_node); in strlist__next() 69 return rn ? rb_entry(rn, struct str_node, rb_node) : NULL; in strlist__next()
|
H A D | intlist.h | 48 struct rb_node *rn = rb_first_cached(&ilist->rblist.entries); in intlist__first() local 49 return rn ? rb_entry(rn, struct int_node, rb_node) : NULL; in intlist__first() 53 struct rb_node *rn; in intlist__next() local 56 rn = rb_next(&in->rb_node); in intlist__next() 57 return rn ? rb_entry(rn, struct int_node, rb_node) : NULL; in intlist__next()
|