Home
last modified time | relevance | path

Searched full:rr (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/linux-6.14.4/fs/xfs/scrub/
Drtrmap_repair.c105 struct xrep_rtrmap *rr; in xrep_setup_rtrmapbt() local
117 rr = kzalloc(sizeof(struct xrep_rtrmap), XCHK_GFP_FLAGS); in xrep_setup_rtrmapbt()
118 if (!rr) in xrep_setup_rtrmapbt()
121 rr->sc = sc; in xrep_setup_rtrmapbt()
122 sc->buf = rr; in xrep_setup_rtrmapbt()
143 struct xrep_rtrmap *rr, in xrep_rtrmap_stash() argument
157 struct xfs_scrub *sc = rr->sc; in xrep_rtrmap_stash()
164 if (xchk_iscan_aborted(&rr->iscan)) in xrep_rtrmap_stash()
170 mutex_lock(&rr->lock); in xrep_rtrmap_stash()
171 mcur = xfs_rtrmapbt_mem_cursor(sc->sr.rtg, sc->tp, &rr->rtrmap_btree); in xrep_rtrmap_stash()
[all …]
Drtrefcount_repair.c166 struct xrep_rtrefc *rr, in xrep_rtrefc_stash() argument
180 if (xchk_should_terminate(rr->sc, &error)) in xrep_rtrefc_stash()
185 error = xrep_rtrefc_check_ext(rr->sc, &irec); in xrep_rtrefc_stash()
189 trace_xrep_refc_found(rtg_group(rr->sc->sr.rtg), &irec); in xrep_rtrefc_stash()
191 return xfarray_append(rr->refcount_records, &irec); in xrep_rtrefc_stash()
197 struct xrep_rtrefc *rr, in xrep_rtrefc_stash_cow() argument
201 return xrep_rtrefc_stash(rr, XFS_REFC_DOMAIN_COW, bno, len, 1); in xrep_rtrefc_stash_cow()
223 struct xrep_rtrefc *rr, in xrep_rtrefc_walk_rmaps() argument
227 struct xfs_btree_cur *cur = rr->sc->sr.rmap_cur; in xrep_rtrefc_walk_rmaps()
241 if (xchk_should_terminate(rr->sc, &error)) in xrep_rtrefc_walk_rmaps()
[all …]
Drmap_repair.c166 struct xrep_rmap *rr; in xrep_setup_ag_rmapbt() local
178 rr = kzalloc(sizeof(struct xrep_rmap), XCHK_GFP_FLAGS); in xrep_setup_ag_rmapbt()
179 if (!rr) in xrep_setup_ag_rmapbt()
182 rr->sc = sc; in xrep_setup_ag_rmapbt()
183 sc->buf = rr; in xrep_setup_ag_rmapbt()
213 struct xrep_rmap *rr, in xrep_rmap_stash() argument
227 struct xfs_scrub *sc = rr->sc; in xrep_rmap_stash()
234 if (xchk_iscan_aborted(&rr->iscan)) in xrep_rmap_stash()
239 mutex_lock(&rr->lock); in xrep_rmap_stash()
240 mcur = xfs_rmapbt_mem_cursor(sc->sa.pag, sc->tp, &rr->rmap_btree); in xrep_rmap_stash()
[all …]
Drefcount_repair.c169 struct xrep_refc *rr, in xrep_refc_stash() argument
180 struct xfs_scrub *sc = rr->sc; in xrep_refc_stash()
188 error = xrep_refc_check_ext(rr->sc, &irec); in xrep_refc_stash()
194 return xfarray_append(rr->refcount_records, &irec); in xrep_refc_stash()
200 struct xrep_refc *rr, in xrep_refc_stash_cow() argument
204 return xrep_refc_stash(rr, XFS_REFC_DOMAIN_COW, agbno, len, 1); in xrep_refc_stash_cow()
235 struct xrep_refc *rr, in xrep_refc_walk_rmaps() argument
239 struct xfs_btree_cur *cur = rr->sc->sa.rmap_cur; in xrep_refc_walk_rmaps()
253 if (xchk_should_terminate(rr->sc, &error)) in xrep_refc_walk_rmaps()
271 error = xrep_refc_stash_cow(rr, rmap->rm_startblock, in xrep_refc_walk_rmaps()
[all …]
/linux-6.14.4/arch/powerpc/xmon/
Dspu-insns.h33 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO |
66 RR category LBT category
132 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */
133 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */
134 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (wit…
135 APUOP(M_LNOP, RR, 0x001, "lnop", _A0(), 00000, LNOP) /* LNOP no_operation */
136 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */
137 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */
138 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
139 APUOP(M_RDCH, RR, 0x00d, "rdch", _A2(A_T,A_H), 00002, SPR) /* ReaDCHannel RT<-CA:data */
[all …]
/linux-6.14.4/fs/isofs/
Drock.c43 static int check_sp(struct rock_ridge *rr, struct inode *inode) in check_sp() argument
45 if (rr->u.SP.magic[0] != 0xbe) in check_sp()
47 if (rr->u.SP.magic[1] != 0xef) in check_sp()
49 ISOFS_SB(inode->i_sb)->s_rock_offset = rr->u.SP.skip; in check_sp()
202 struct rock_ridge *rr; in get_rock_ridge_filename() local
219 rr = (struct rock_ridge *)rs.chr; in get_rock_ridge_filename()
221 * Ignore rock ridge info if rr->len is out of range, but in get_rock_ridge_filename()
225 if (rr->len < 3) in get_rock_ridge_filename()
230 rs.chr += rr->len; in get_rock_ridge_filename()
231 rs.len -= rr->len; in get_rock_ridge_filename()
[all …]
/linux-6.14.4/arch/x86/crypto/
Dsha1_ssse3_asm.S128 RR F1,A,B,C,D,E,0
129 RR F1,D,E,A,B,C,2
130 RR F1,B,C,D,E,A,4
131 RR F1,E,A,B,C,D,6
132 RR F1,C,D,E,A,B,8
134 RR F1,A,B,C,D,E,10
135 RR F1,D,E,A,B,C,12
136 RR F1,B,C,D,E,A,14
137 RR F1,E,A,B,C,D,16
138 RR F1,C,D,E,A,B,18
[all …]
Dcast5-avx-x86_64-asm_64.S24 #define rr ((16*4)+16) macro
252 round(RL, RR, 0, 1);
253 round(RR, RL, 1, 2);
254 round(RL, RR, 2, 3);
255 round(RR, RL, 3, 1);
256 round(RL, RR, 4, 2);
257 round(RR, RL, 5, 3);
258 round(RL, RR, 6, 1);
259 round(RR, RL, 7, 2);
260 round(RL, RR, 8, 3);
[all …]
Ddes3_ede-asm_64.S483 initial_permutation3(RL, RR);
489 round3(0, RR, RL, load_next_key, __movq);
490 round3(1, RL, RR, load_next_key, __movq);
491 round3(2, RR, RL, load_next_key, __movq);
492 round3(3, RL, RR, load_next_key, __movq);
493 round3(4, RR, RL, load_next_key, __movq);
494 round3(5, RL, RR, load_next_key, __movq);
495 round3(6, RR, RL, load_next_key, __movq);
496 round3(7, RL, RR, load_next_key, __movq);
497 round3(8, RR, RL, load_next_key, __movq);
[all …]
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhw_shared.h290 * RR - Rear Right
307 * RL RR
320 * 0b00110011 - - RR RL - - FR FL
321 * 0b00110111 - - RR RL - LFE FR FL
322 * 0b00111011 - - RR RL FC - FR FL
323 * 0b00111111 - - RR RL FC LFE FR FL
324 * 0b01110011 - RC RR RL - - FR FL
325 * 0b01110111 - RC RR RL - LFE FR FL
326 * 0b01111011 - RC RR RL FC - FR FL
327 * 0b01111111 - RC RR RL FC LFE FR FL
[all …]
/linux-6.14.4/drivers/acpi/
Dreboot.c11 static void acpi_pci_reboot(struct acpi_generic_address *rr, u8 reset_value) in acpi_pci_reboot() argument
21 devfn = PCI_DEVFN((rr->address >> 32) & 0xffff, in acpi_pci_reboot()
22 (rr->address >> 16) & 0xffff); in acpi_pci_reboot()
26 (rr->address & 0xffff), reset_value); in acpi_pci_reboot()
29 static inline void acpi_pci_reboot(struct acpi_generic_address *rr, in acpi_pci_reboot() argument
38 struct acpi_generic_address *rr; in acpi_reboot() local
44 rr = &acpi_gbl_FADT.reset_register; in acpi_reboot()
61 switch (rr->space_id) { in acpi_reboot()
63 acpi_pci_reboot(rr, reset_value); in acpi_reboot()
/linux-6.14.4/sound/hda/
Dhdmi_chmap.c20 * RL RLC RC RRC RR
23 * CEA RL/RR; The SMPTE channel _assignment_ C/LFE is swapped to CEA LFE/FC.
33 RR = (1 << 7), /* Rear Right */ enumerator
49 /* 3 */ "RL/RR",
66 [3] = RL | RR,
90 * surround71 = {FL, FR, RLC, RRC, FC, LFE, RL, RR}
127 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } },
129 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
131 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
133 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
[all …]
/linux-6.14.4/arch/x86/kernel/cpu/resctrl/
Dmonitor.c593 static int __mon_event_count(u32 closid, u32 rmid, struct rmid_read *rr) in __mon_event_count() argument
601 if (rr->first) { in __mon_event_count()
602 resctrl_arch_reset_rmid(rr->r, rr->d, closid, rmid, rr->evtid); in __mon_event_count()
603 m = get_mbm_state(rr->d, closid, rmid, rr->evtid); in __mon_event_count()
609 if (rr->d) { in __mon_event_count()
611 if (!cpumask_test_cpu(cpu, &rr->d->hdr.cpu_mask)) in __mon_event_count()
613 rr->err = resctrl_arch_rmid_read(rr->r, rr->d, closid, rmid, in __mon_event_count()
614 rr->evtid, &tval, rr->arch_mon_ctx); in __mon_event_count()
615 if (rr->err) in __mon_event_count()
616 return rr->err; in __mon_event_count()
[all …]
Dctrlmondata.c591 void mon_event_read(struct rmid_read *rr, struct rdt_resource *r, in mon_event_read() argument
603 rr->rgrp = rdtgrp; in mon_event_read()
604 rr->evtid = evtid; in mon_event_read()
605 rr->r = r; in mon_event_read()
606 rr->d = d; in mon_event_read()
607 rr->first = first; in mon_event_read()
608 rr->arch_mon_ctx = resctrl_arch_mon_ctx_alloc(r, evtid); in mon_event_read()
609 if (IS_ERR(rr->arch_mon_ctx)) { in mon_event_read()
610 rr->err = -EINVAL; in mon_event_read()
623 smp_call_function_any(cpumask, mon_event_count, rr, 1); in mon_event_read()
[all …]
/linux-6.14.4/fs/gfs2/
Drecovery.c58 struct gfs2_revoke_replay *rr = NULL, *iter; in gfs2_revoke_add() local
62 rr = iter; in gfs2_revoke_add()
67 if (rr) { in gfs2_revoke_add()
68 rr->rr_where = where; in gfs2_revoke_add()
72 rr = kmalloc(sizeof(struct gfs2_revoke_replay), GFP_NOFS); in gfs2_revoke_add()
73 if (!rr) in gfs2_revoke_add()
76 rr->rr_blkno = blkno; in gfs2_revoke_add()
77 rr->rr_where = where; in gfs2_revoke_add()
78 list_add(&rr->rr_list, head); in gfs2_revoke_add()
85 struct gfs2_revoke_replay *rr = NULL, *iter; in gfs2_revoke_check() local
[all …]
/linux-6.14.4/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-gp-audio.c59 * 3 RR:5 RL:4 FC:3 = =
60 * 4 RR:5 RL:4 = =
61 * 5 RR:5 = =
68 { 0x33, 0x08 }, /* FL,FR,RL,RR */
69 { 0x37, 0x09 }, /* FL,FR,LFE,RL,RR */
70 { 0x3f, 0x0b }, /* FL,FR,LFE,FC,RL,RR */
71 { 0x7f, 0x0f }, /* FL,FR,LFE,FC,RL,RR,RC */
72 { 0xff, 0x13 }, /* FL,FR,LFE,FC,RL,RR,[FR]RC,[FR]LC */
/linux-6.14.4/fs/jffs2/
Dxattr.c448 struct jffs2_raw_xref rr; in verify_xattr_ref() local
459 rc = jffs2_flash_read(c, offset, sizeof(rr), &readlen, (char *)&rr); in verify_xattr_ref()
460 if (rc || sizeof(rr) != readlen) { in verify_xattr_ref()
462 rc, sizeof(rr), readlen, offset); in verify_xattr_ref()
466 crc = crc32(0, &rr, sizeof(rr) - 4); in verify_xattr_ref()
467 if (crc != je32_to_cpu(rr.node_crc)) { in verify_xattr_ref()
469 offset, je32_to_cpu(rr.node_crc), crc); in verify_xattr_ref()
472 if (je16_to_cpu(rr.magic) != JFFS2_MAGIC_BITMASK in verify_xattr_ref()
473 || je16_to_cpu(rr.nodetype) != JFFS2_NODETYPE_XREF in verify_xattr_ref()
474 || je32_to_cpu(rr.totlen) != PAD(sizeof(rr))) { in verify_xattr_ref()
[all …]
/linux-6.14.4/arch/powerpc/kvm/
Dbook3s_32_mmu_host.c141 register int rr = 0; in kvmppc_mmu_map_page() local
171 if (rr == 16) { in kvmppc_mmu_map_page()
174 rr = 0; in kvmppc_mmu_map_page()
180 if (!evict && (pteg[rr] & PTE_V)) { in kvmppc_mmu_map_page()
181 rr += 2; in kvmppc_mmu_map_page()
185 dprintk_mmu("KVM: old PTEG: %p (%d)\n", pteg, rr); in kvmppc_mmu_map_page()
211 if (pteg[rr]) { in kvmppc_mmu_map_page()
212 pteg[rr] = 0; in kvmppc_mmu_map_page()
215 pteg[rr + 1] = pteg1; in kvmppc_mmu_map_page()
216 pteg[rr] = pteg0; in kvmppc_mmu_map_page()
[all …]
/linux-6.14.4/tools/build/tests/
Drun.sh20 # use -rR to disable make's builtin rules
21 make -rR -C ex V=1 ex.o >> ex.out 2>&1
22 make -rR -C ex V=1 ex.i >> ex.out 2>&1
23 make -rR -C ex V=1 ex.s >> ex.out 2>&1
/linux-6.14.4/sound/soc/codecs/
Dhdmi-codec.c31 * RL RLC RC RRC RR
43 RR = BIT(7), /* Rear Right */ enumerator
202 .mask = FL | FR | LFE | FC | RL | RR },
204 .mask = FL | FR | FC | RL | RR },
206 .mask = FL | FR | LFE | RL | RR },
208 .mask = FL | FR | RL | RR },
218 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC },
220 .mask = FL | FR | LFE | FC | RL | RR | FLC | FRC },
222 .mask = FL | FR | FC | RL | RR | RLC | RRC },
224 .mask = FL | FR | FC | RL | RR | FLC | FRC },
[all …]
/linux-6.14.4/drivers/video/fbdev/omap2/omapfb/dss/
Ddispc.c284 #define RR(reg) \ macro
403 /*RR(IRQENABLE);*/ in dispc_restore_context()
404 /*RR(CONTROL);*/ in dispc_restore_context()
405 RR(CONFIG); in dispc_restore_context()
406 RR(LINE_NUMBER); in dispc_restore_context()
409 RR(GLOBAL_ALPHA); in dispc_restore_context()
411 RR(CONFIG2); in dispc_restore_context()
413 RR(CONFIG3); in dispc_restore_context()
416 RR(DEFAULT_COLOR(i)); in dispc_restore_context()
417 RR(TRANS_COLOR(i)); in dispc_restore_context()
[all …]
/linux-6.14.4/net/ipv4/
Dip_options.c57 ip_rt_get_source(iph + opt->rr + iph[opt->rr + 2] - 5, skb, rt); in ip_options_build()
72 * and grab room in RR/TS options.
92 if (sopt->rr) { in __ip_options_echo()
93 optlen = sptr[sopt->rr+1]; in __ip_options_echo()
94 soffset = sptr[sopt->rr+2]; in __ip_options_echo()
95 dopt->rr = dopt->optlen + sizeof(struct iphdr); in __ip_options_echo()
96 memcpy(dptr, sptr+sopt->rr, optlen); in __ip_options_echo()
220 opt->rr = 0; in ip_options_fragment()
312 if (opt->rr) { in __ip_options_compile()
337 opt->rr = optptr - iph; in __ip_options_compile()
[all …]
/linux-6.14.4/io_uring/
Drsrc.c343 struct io_uring_rsrc_register rr; in io_register_rsrc() local
346 if (size != sizeof(rr)) in io_register_rsrc()
349 memset(&rr, 0, sizeof(rr)); in io_register_rsrc()
350 if (copy_from_user(&rr, arg, size)) in io_register_rsrc()
352 if (!rr.nr || rr.resv2) in io_register_rsrc()
354 if (rr.flags & ~IORING_RSRC_REGISTER_SPARSE) in io_register_rsrc()
359 if (rr.flags & IORING_RSRC_REGISTER_SPARSE && rr.data) in io_register_rsrc()
361 return io_sqe_files_register(ctx, u64_to_user_ptr(rr.data), in io_register_rsrc()
362 rr.nr, u64_to_user_ptr(rr.tags)); in io_register_rsrc()
364 if (rr.flags & IORING_RSRC_REGISTER_SPARSE && rr.data) in io_register_rsrc()
[all …]
/linux-6.14.4/block/partitions/
Dacorn.c75 struct riscix_record *rr; in riscix_partition() local
77 rr = read_part_sector(state, first_sect, &sect); in riscix_partition()
78 if (!rr) in riscix_partition()
84 if (rr->magic == RISCIX_MAGIC) { in riscix_partition()
92 if (rr->part[part].one && in riscix_partition()
93 memcmp(rr->part[part].name, "All\0", 4)) { in riscix_partition()
95 le32_to_cpu(rr->part[part].start), in riscix_partition()
96 le32_to_cpu(rr->part[part].length)); in riscix_partition()
98 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE); in riscix_partition()
/linux-6.14.4/net/ax25/
Dax25_ds_subr.c44 * DB0ACH->DL1BKE <RR C P R0> [DAMA] in ax25_ds_enquiry_response()
47 * DL1BKE->DB0ACH <RR R F R0> in ax25_ds_enquiry_response()
52 * DB0ACH->DL1BKE <RR C P R0> [DAMA] in ax25_ds_enquiry_response()
53 * DL1BKE->DB0ACH <RR R F R0> in ax25_ds_enquiry_response()
59 * this mode anyway (a RR or RNR invokes the retransmission). in ax25_ds_enquiry_response()

12345678910>>...14