Home
last modified time | relevance | path

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

12345678910

/linux/fs/xfs/scrub/
H A Drtrmap_repair.c105 struct xrep_rtrmap *rr; in xrep_setup_rtrmapbt() local
114 rr = kzalloc_obj(struct xrep_rtrmap, XCHK_GFP_FLAGS); in xrep_setup_rtrmapbt()
115 if (!rr) in xrep_setup_rtrmapbt()
118 rr->sc = sc; in xrep_setup_rtrmapbt()
119 sc->buf = rr; in xrep_setup_rtrmapbt()
140 struct xrep_rtrmap *rr, in xrep_rtrmap_stash() argument
154 struct xfs_scrub *sc = rr->sc; in xrep_rtrmap_stash()
161 if (xchk_iscan_aborted(&rr->iscan)) in xrep_rtrmap_stash()
167 mutex_lock(&rr->lock); in xrep_rtrmap_stash()
168 mcur = xfs_rtrmapbt_mem_cursor(sc->sr.rtg, sc->tp, &rr->rtrmap_btree); in xrep_rtrmap_stash()
[all …]
H A Drmap_repair.c166 struct xrep_rmap *rr; in xrep_setup_ag_rmapbt() local
175 rr = kzalloc_obj(struct xrep_rmap, XCHK_GFP_FLAGS); in xrep_setup_ag_rmapbt()
176 if (!rr) in xrep_setup_ag_rmapbt()
179 rr->sc = sc; in xrep_setup_ag_rmapbt()
180 sc->buf = rr; in xrep_setup_ag_rmapbt()
210 struct xrep_rmap *rr, in xrep_rmap_stash() argument
224 struct xfs_scrub *sc = rr->sc; in xrep_rmap_stash()
231 if (xchk_iscan_aborted(&rr->iscan)) in xrep_rmap_stash()
236 mutex_lock(&rr->lock); in xrep_rmap_stash()
237 mcur = xfs_rmapbt_mem_cursor(sc->sa.pag, sc->tp, &rr->rmap_btree); in xrep_rmap_stash()
[all …]
H A Drtrefcount_repair.c160 struct xrep_rtrefc *rr, in xrep_rtrefc_stash() argument
174 if (xchk_should_terminate(rr->sc, &error)) in xrep_rtrefc_stash()
179 error = xrep_rtrefc_check_ext(rr->sc, &irec); in xrep_rtrefc_stash()
183 trace_xrep_refc_found(rtg_group(rr->sc->sr.rtg), &irec); in xrep_rtrefc_stash()
185 return xfarray_append(rr->refcount_records, &irec); in xrep_rtrefc_stash()
191 struct xrep_rtrefc *rr, in xrep_rtrefc_stash_cow() argument
195 return xrep_rtrefc_stash(rr, XFS_REFC_DOMAIN_COW, bno, len, 1); in xrep_rtrefc_stash_cow()
217 struct xrep_rtrefc *rr, in xrep_rtrefc_walk_rmaps() argument
221 struct xfs_btree_cur *cur = rr->sc->sr.rmap_cur; in xrep_rtrefc_walk_rmaps()
235 if (xchk_should_terminate(rr->sc, &error)) in xrep_rtrefc_walk_rmaps()
[all …]
H A Drefcount_repair.c163 struct xrep_refc *rr, in xrep_refc_stash() argument
174 struct xfs_scrub *sc = rr->sc; in xrep_refc_stash()
182 error = xrep_refc_check_ext(rr->sc, &irec); in xrep_refc_stash()
188 return xfarray_append(rr->refcount_records, &irec); in xrep_refc_stash()
194 struct xrep_refc *rr, in xrep_refc_stash_cow() argument
198 return xrep_refc_stash(rr, XFS_REFC_DOMAIN_COW, agbno, len, 1); in xrep_refc_stash_cow()
229 struct xrep_refc *rr, in xrep_refc_walk_rmaps() argument
233 struct xfs_btree_cur *cur = rr->sc->sa.rmap_cur; in xrep_refc_walk_rmaps()
247 if (xchk_should_terminate(rr->sc, &error)) in xrep_refc_walk_rmaps()
265 error = xrep_refc_stash_cow(rr, rmap->rm_startblock, in xrep_refc_walk_rmaps()
[all …]
/linux/fs/isofs/
H A 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()
211 struct rock_ridge *rr; in get_rock_ridge_filename() local
228 rr = (struct rock_ridge *)rs.chr; in get_rock_ridge_filename()
230 * Ignore rock ridge info if rr->len is out of range, but in get_rock_ridge_filename()
234 if (rr->len < 3) in get_rock_ridge_filename()
239 rs.chr += rr->len; in get_rock_ridge_filename()
240 rs.len -= rr->len; in get_rock_ridge_filename()
[all …]
/linux/lib/crypto/x86/
H A Dsha1-ssse3-and-avx.S127 RR F1,A,B,C,D,E,0
128 RR F1,D,E,A,B,C,2
129 RR F1,B,C,D,E,A,4
130 RR F1,E,A,B,C,D,6
131 RR F1,C,D,E,A,B,8
133 RR F1,A,B,C,D,E,10
134 RR F1,D,E,A,B,C,12
135 RR F1,B,C,D,E,A,14
136 RR F1,E,A,B,C,D,16
137 RR F1,C,D,E,A,B,18
[all …]
H A Dsha1-avx2-asm.S349 .macro RR r macro
504 RR j
517 RR j
531 RR j
555 RR j+80
565 RR j+80
575 RR j+80
590 RR j+80
/linux/drivers/acpi/
H A 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/sound/hda/core/
H A 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, R
[all...]
/linux/fs/gfs2/
H A 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_obj(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/fs/jffs2/
H A 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/tools/build/tests/
H A 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/sound/soc/codecs/
H A 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 | FL
[all...]
/linux/net/ipv4/
H A 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/drivers/s390/cio/
H A Dchsc.c1322 } *rr; in chsc_sstpc() local
1326 rr = page; in chsc_sstpc()
1327 rr->request.length = 0x0020; in chsc_sstpc()
1328 rr->request.code = 0x0033; in chsc_sstpc()
1329 rr->op = op; in chsc_sstpc()
1330 rr->ctrl = ctrl; in chsc_sstpc()
1331 rc = chsc(rr); in chsc_sstpc()
1334 rc = (rr->response.code == 0x0001) ? 0 : -EIO; in chsc_sstpc()
1336 *clock_delta = rr->clock_delta; in chsc_sstpc()
1347 } *rr; in chsc_sstpi() local
[all …]
/linux/arch/arm/mach-rpc/include/mach/
H A Dacornfb.h48 u_int rr, v, p; in acornfb_vidc20_find_pll() local
51 rr = 41667 * r; in acornfb_vidc20_find_pll()
53 v = (rr + pixclk / 2) / pixclk; in acornfb_vidc20_find_pll()
58 p = (rr + v / 2) / v; in acornfb_vidc20_find_pll()
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c417 #define RR(dispc, reg) \ macro
536 /*RR(dispc, IRQENABLE);*/ in dispc_restore_context()
537 /*RR(dispc, CONTROL);*/ in dispc_restore_context()
538 RR(dispc, CONFIG); in dispc_restore_context()
539 RR(dispc, LINE_NUMBER); in dispc_restore_context()
542 RR(dispc, GLOBAL_ALPHA); in dispc_restore_context()
544 RR(dispc, CONFIG2); in dispc_restore_context()
546 RR(dispc, CONFIG3); in dispc_restore_context()
549 RR(dispc, DEFAULT_COLOR(i)); in dispc_restore_context()
550 RR(dispc, TRANS_COLOR(i)); in dispc_restore_context()
[all …]
/linux/drivers/media/i2c/
H A Dtda7432.c108 #define TDA7432_RR 0x06 /* Attenuation RR (Right Rear) */
276 u8 lf, lr, rf, rr; in tda7432_s_ctrl() local
282 rr = rf = -t->balance->val; in tda7432_s_ctrl()
286 rr = rf = TDA7432_ATTEN_0DB; in tda7432_s_ctrl()
290 rr = rf = TDA7432_ATTEN_0DB; in tda7432_s_ctrl()
297 rr |= TDA7432_MUTE; in tda7432_s_ctrl()
303 tda7432_write(sd, TDA7432_RR, rr); in tda7432_s_ctrl()
/linux/drivers/soc/fsl/qbman/
H A Dbman.c164 union bm_mc_result *rr; member
433 mc->rr = portal->addr.ce + BM_CL_RR0; in bm_mc_init()
469 union bm_mc_result *rr = mc->rr + mc->rridx; in bm_mc_commit() local
475 dpaa_invalidate_touch_ro(rr); in bm_mc_commit()
484 union bm_mc_result *rr = mc->rr + mc->rridx; in bm_mc_result() local
492 if (!rr->verb) { in bm_mc_result()
493 dpaa_invalidate_touch_ro(rr); in bm_mc_result()
501 return rr; in bm_mc_result()
/linux/io_uring/
H A Drsrc.c385 struct io_uring_rsrc_register rr; in io_register_rsrc() local
388 if (size != sizeof(rr)) in io_register_rsrc()
391 memset(&rr, 0, sizeof(rr)); in io_register_rsrc()
392 if (copy_from_user(&rr, arg, size)) in io_register_rsrc()
394 if (!rr.nr || rr.resv2) in io_register_rsrc()
396 if (rr.flags & ~IORING_RSRC_REGISTER_SPARSE) in io_register_rsrc()
401 if (rr.flags & IORING_RSRC_REGISTER_SPARSE && rr.data) in io_register_rsrc()
403 return io_sqe_files_register(ctx, u64_to_user_ptr(rr.data), in io_register_rsrc()
404 rr.nr, u64_to_user_ptr(rr.tags)); in io_register_rsrc()
406 if (rr.flags & IORING_RSRC_REGISTER_SPARSE && rr.data) in io_register_rsrc()
[all …]
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs.rst28 ccs/smiapp-sensor-vv-mmmm-rr.fw (sensor) and
33 ccs/smia-sensor-vv-mmmm-rr.fw (sensor).
36 and rrrr or rr revision number.
/linux/drivers/mtd/nand/raw/
H A Dnand_hynix.c290 struct hynix_read_retry *rr = NULL; in hynix_mlc_1xnm_rr_init() local
314 rr = kzalloc(sizeof(*rr) + (nregs * nmodes), GFP_KERNEL); in hynix_mlc_1xnm_rr_init()
315 if (!rr) { in hynix_mlc_1xnm_rr_init()
322 u8 *val = rr->values + (i * nregs); in hynix_mlc_1xnm_rr_init()
336 rr->nregs = nregs; in hynix_mlc_1xnm_rr_init()
337 rr->regs = hynix_1xnm_mlc_read_retry_regs; in hynix_mlc_1xnm_rr_init()
338 hynix->read_retry = rr; in hynix_mlc_1xnm_rr_init()
346 kfree(rr); in hynix_mlc_1xnm_rr_init()
/linux/include/crypto/
H A Dcast5.h16 int rr; /* rr ? rounds = 12 : rounds = 16; (rfc 2144) */ member
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-ahb-audio.c101 * 3 RR:5 RL:4 FC:3 = =
102 * 4 RR:5 RL:4 = =
103 * 5 RR:5 = =
110 { 0x33, 0x08 }, /* FL,FR,RL,RR */
111 { 0x37, 0x09 }, /* FL,FR,LFE,RL,RR */
112 { 0x3f, 0x0b }, /* FL,FR,LFE,FC,RL,RR */
113 { 0x7f, 0x0f }, /* FL,FR,LFE,FC,RL,RR,RC */
114 { 0xff, 0x13 }, /* FL,FR,LFE,FC,RL,RR,[FR]RC,[FR]LC */
/linux/sound/x86/
H A Dintel_hdmi_audio.c67 [3] = RL | RR,
89 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } },
91 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
93 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
95 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
97 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
99 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
106 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
107 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
108 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } },
[all …]

12345678910