Searched refs:rr (Results 1 - 25 of 99) sorted by relevance

1234

/linux-master/drivers/acpi/
H A Dreboot.c11 static void acpi_pci_reboot(struct acpi_generic_address *rr, u8 reset_value) argument
21 devfn = PCI_DEVFN((rr->address >> 32) & 0xffff,
22 (rr->address >> 16) & 0xffff);
26 (rr->address & 0xffff), reset_value);
29 static inline void acpi_pci_reboot(struct acpi_generic_address *rr, argument
38 struct acpi_generic_address *rr; local
44 rr = &acpi_gbl_FADT.reset_register;
61 switch (rr->space_id) {
63 acpi_pci_reboot(rr, reset_value);
/linux-master/fs/xfs/scrub/
H A Drefcount_repair.c169 struct xrep_refc *rr,
180 struct xfs_scrub *sc = rr->sc;
188 error = xrep_refc_check_ext(rr->sc, &irec);
194 return xfarray_append(rr->refcount_records, &irec);
200 struct xrep_refc *rr,
204 return xrep_refc_stash(rr, XFS_REFC_DOMAIN_COW, agbno, len, 1);
235 struct xrep_refc *rr,
239 struct xfs_btree_cur *cur = rr->sc->sa.rmap_cur;
253 if (xchk_should_terminate(rr->sc, &error))
271 error = xrep_refc_stash_cow(rr, rma
168 xrep_refc_stash( struct xrep_refc *rr, enum xfs_refc_domain domain, xfs_agblock_t agbno, xfs_extlen_t len, uint64_t refcount) argument
199 xrep_refc_stash_cow( struct xrep_refc *rr, xfs_agblock_t agbno, xfs_extlen_t len) argument
234 xrep_refc_walk_rmaps( struct xrep_refc *rr, struct xfs_rmap_irec *rmap, bool *have_rec) argument
328 xrep_refc_sort_records( struct xrep_refc *rr) argument
374 xrep_refc_push_rmaps_at( struct xrep_refc *rr, struct rcbag *rcstack, xfs_agblock_t bno, struct xfs_rmap_irec *rmap, bool *have) argument
408 xrep_refc_find_refcounts( struct xrep_refc *rr) argument
526 struct xrep_refc *rr = priv; local
551 struct xrep_refc *rr = priv; local
558 xrep_refc_reset_counters( struct xrep_refc *rr) argument
587 xrep_refc_build_new_tree( struct xrep_refc *rr) argument
678 xrep_refc_remove_old_tree( struct xrep_refc *rr) argument
706 struct xrep_refc *rr; local
[all...]
H A Drmap_repair.c163 struct xrep_rmap *rr; local
175 rr = kzalloc(sizeof(struct xrep_rmap), XCHK_GFP_FLAGS);
176 if (!rr)
179 rr->sc = sc;
180 sc->buf = rr;
210 struct xrep_rmap *rr,
224 struct xfs_scrub *sc = rr->sc;
231 if (xchk_iscan_aborted(&rr->iscan))
236 mutex_lock(&rr->lock);
237 mcur = xfs_rmapbt_mem_cursor(sc->sa.pag, sc->tp, &rr
209 xrep_rmap_stash( struct xrep_rmap *rr, xfs_agblock_t startblock, xfs_extlen_t blockcount, uint64_t owner, uint64_t offset, unsigned int flags) argument
259 struct xrep_rmap *rr; member in struct:xrep_rmap_stash_run
271 struct xrep_rmap *rr = rsr->rr; local
281 xrep_rmap_stash_bitmap( struct xrep_rmap *rr, struct xagb_bitmap *bitmap, const struct xfs_owner_info *oinfo) argument
313 struct xrep_rmap *rr; member in struct:xrep_rmap_ifork
411 struct xrep_rmap *rr = rf->rr; local
454 struct xrep_rmap *rr = rf->rr; local
512 xrep_rmap_scan_ifork( struct xrep_rmap *rr, struct xfs_inode *ip, int whichfork) argument
577 xrep_rmap_scan_inode( struct xrep_rmap *rr, struct xfs_inode *ip) argument
619 struct xrep_rmap *rr; member in struct:xrep_rmap_inodes
684 xrep_rmap_find_inode_rmaps( struct xrep_rmap *rr) argument
760 xrep_rmap_find_refcount_rmaps( struct xrep_rmap *rr) argument
808 xrep_rmap_find_agheader_rmaps( struct xrep_rmap *rr) argument
821 xrep_rmap_find_log_rmaps( struct xrep_rmap *rr) argument
841 struct xrep_rmap *rr = priv; local
859 xrep_rmap_find_rmaps( struct xrep_rmap *rr) argument
992 xrep_rmap_try_reserve( struct xrep_rmap *rr, struct xfs_btree_cur *rmap_cur, struct xagb_bitmap *freesp_blocks, uint64_t *blocks_reserved, bool *done) argument
1092 xrep_rmap_reserve_space( struct xrep_rmap *rr, struct xfs_btree_cur *rmap_cur) argument
1140 xrep_rmap_reset_counters( struct xrep_rmap *rr) argument
1182 struct xrep_rmap *rr = priv; local
1216 struct xrep_rmap *rr = priv; local
1290 xrep_rmap_build_new_tree( struct xrep_rmap *rr) argument
1459 xrep_rmap_remove_old_tree( struct xrep_rmap *rr) argument
1565 struct xrep_rmap *rr; local
1612 xrep_rmap_setup_scan( struct xrep_rmap *rr) argument
1652 xrep_rmap_teardown( struct xrep_rmap *rr) argument
1669 struct xrep_rmap *rr = sc->buf; local
[all...]
/linux-master/fs/isofs/
H A Drock.c43 static int check_sp(struct rock_ridge *rr, struct inode *inode) argument
45 if (rr->u.SP.magic[0] != 0xbe)
47 if (rr->u.SP.magic[1] != 0xef)
49 ISOFS_SB(inode->i_sb)->s_rock_offset = rr->u.SP.skip;
202 struct rock_ridge *rr; local
219 rr = (struct rock_ridge *)rs.chr;
221 * Ignore rock ridge info if rr->len is out of range, but
225 if (rr->len < 3)
230 rs.chr += rr->len;
231 rs.len -= rr
316 struct rock_ridge *rr; local
599 get_symlink_chunk(char *rpnt, struct rock_ridge *rr, char *plimit) argument
703 struct rock_ridge *rr; local
[all...]
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dmonitor.c538 static int __mon_event_count(u32 closid, u32 rmid, struct rmid_read *rr) argument
543 if (rr->first) {
544 resctrl_arch_reset_rmid(rr->r, rr->d, closid, rmid, rr->evtid);
545 m = get_mbm_state(rr->d, closid, rmid, rr->evtid);
551 rr->err = resctrl_arch_rmid_read(rr->r, rr
573 mbm_bw_count(u32 closid, u32 rmid, struct rmid_read *rr) argument
595 struct rmid_read *rr = info; local
728 struct rmid_read rr; local
[all...]
H A Dctrlmondata.c540 void mon_event_read(struct rmid_read *rr, struct rdt_resource *r, argument
552 rr->rgrp = rdtgrp;
553 rr->evtid = evtid;
554 rr->r = r;
555 rr->d = d;
556 rr->val = 0;
557 rr->first = first;
558 rr->arch_mon_ctx = resctrl_arch_mon_ctx_alloc(r, evtid);
559 if (IS_ERR(rr->arch_mon_ctx)) {
560 rr
588 struct rmid_read rr; local
[all...]
/linux-master/include/crypto/
H A Dcast5.h16 int rr; /* rr ? rounds = 12 : rounds = 16; (rfc 2144) */ member in struct:cast5_ctx
/linux-master/arch/arm/mach-rpc/include/mach/
H A Dacornfb.h48 u_int rr, v, p; local
51 rr = 41667 * r;
53 v = (rr + pixclk / 2) / pixclk;
58 p = (rr + v / 2) / v;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_mmu_host.c140 register int rr = 0; local
170 if (rr == 16) {
173 rr = 0;
179 if (!evict && (pteg[rr] & PTE_V)) {
180 rr += 2;
184 dprintk_mmu("KVM: old PTEG: %p (%d)\n", pteg, rr);
210 if (pteg[rr]) {
211 pteg[rr] = 0;
214 pteg[rr + 1] = pteg1;
215 pteg[rr]
[all...]
/linux-master/fs/gfs2/
H A Drecovery.c58 struct gfs2_revoke_replay *rr = NULL, *iter; local
62 rr = iter;
67 if (rr) {
68 rr->rr_where = where;
72 rr = kmalloc(sizeof(struct gfs2_revoke_replay), GFP_NOFS);
73 if (!rr)
76 rr->rr_blkno = blkno;
77 rr->rr_where = where;
78 list_add(&rr->rr_list, head);
85 struct gfs2_revoke_replay *rr local
109 struct gfs2_revoke_replay *rr; local
[all...]
/linux-master/block/partitions/
H A Dacorn.c75 struct riscix_record *rr; local
77 rr = read_part_sector(state, first_sect, &sect);
78 if (!rr)
84 if (rr->magic == RISCIX_MAGIC) {
92 if (rr->part[part].one &&
93 memcmp(rr->part[part].name, "All\0", 4)) {
95 le32_to_cpu(rr->part[part].start),
96 le32_to_cpu(rr->part[part].length));
98 strlcat(state->pp_buf, rr->part[part].name, PAGE_SIZE);
/linux-master/drivers/media/i2c/
H A Dtda7432.c276 u8 lf, lr, rf, rr; local
282 rr = rf = -t->balance->val;
286 rr = rf = TDA7432_ATTEN_0DB;
290 rr = rf = TDA7432_ATTEN_0DB;
297 rr |= TDA7432_MUTE;
303 tda7432_write(sd, TDA7432_RR, rr);
/linux-master/fs/jffs2/
H A Dxattr.c448 struct jffs2_raw_xref rr; local
459 rc = jffs2_flash_read(c, offset, sizeof(rr), &readlen, (char *)&rr);
460 if (rc || sizeof(rr) != readlen) {
462 rc, sizeof(rr), readlen, offset);
466 crc = crc32(0, &rr, sizeof(rr) - 4);
467 if (crc != je32_to_cpu(rr.node_crc)) {
469 offset, je32_to_cpu(rr.node_crc), crc);
472 if (je16_to_cpu(rr
509 struct jffs2_raw_xref rr; local
[all...]
H A Dscan.c387 struct jffs2_raw_xref *rr, uint32_t ofs,
394 crc = crc32(0, rr, sizeof(*rr) - 4);
395 if (crc != je32_to_cpu(rr->node_crc)) {
397 ofs, je32_to_cpu(rr->node_crc), crc);
398 if ((err = jffs2_scan_dirty_space(c, jeb, PAD(je32_to_cpu(rr->totlen)))))
403 if (PAD(sizeof(struct jffs2_raw_xref)) != je32_to_cpu(rr->totlen)) {
405 ofs, je32_to_cpu(rr->totlen),
407 if ((err = jffs2_scan_dirty_space(c, jeb, je32_to_cpu(rr->totlen))))
425 ref->ino = je32_to_cpu(rr
386 jffs2_scan_xref_node(struct jffs2_sb_info *c, struct jffs2_eraseblock *jeb, struct jffs2_raw_xref *rr, uint32_t ofs, struct jffs2_summary *s) argument
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dnand_hynix.c290 struct hynix_read_retry *rr = NULL; local
314 rr = kzalloc(sizeof(*rr) + (nregs * nmodes), GFP_KERNEL);
315 if (!rr) {
322 u8 *val = rr->values + (i * nregs);
336 rr->nregs = nregs;
337 rr->regs = hynix_1xnm_mlc_read_retry_regs;
338 hynix->read_retry = rr;
346 kfree(rr);
/linux-master/net/ipv4/
H A Dip_options.c57 ip_rt_get_source(iph + opt->rr + iph[opt->rr + 2] - 5, skb, rt);
92 if (sopt->rr) {
93 optlen = sptr[sopt->rr+1];
94 soffset = sptr[sopt->rr+2];
95 dopt->rr = dopt->optlen + sizeof(struct iphdr);
96 memcpy(dptr, sptr+sopt->rr, optlen);
220 opt->rr = 0;
312 if (opt->rr) {
337 opt->rr
[all...]
/linux-master/io_uring/
H A Drsrc.c525 struct io_uring_rsrc_register rr; local
528 if (size != sizeof(rr))
531 memset(&rr, 0, sizeof(rr));
532 if (copy_from_user(&rr, arg, size))
534 if (!rr.nr || rr.resv2)
536 if (rr.flags & ~IORING_RSRC_REGISTER_SPARSE)
541 if (rr.flags & IORING_RSRC_REGISTER_SPARSE && rr
[all...]
/linux-master/drivers/s390/cio/
H A Dchsc.c1271 } *rr; local
1275 rr = page;
1276 rr->request.length = 0x0020;
1277 rr->request.code = 0x0033;
1278 rr->op = op;
1279 rr->ctrl = ctrl;
1280 rc = chsc(rr);
1283 rc = (rr->response.code == 0x0001) ? 0 : -EIO;
1285 *clock_delta = rr->clock_delta;
1296 } *rr; local
1317 } *rr; local
[all...]
/linux-master/drivers/soc/fsl/qbman/
H A Dbman.c164 union bm_mc_result *rr; member in struct:bm_mc
433 mc->rr = portal->addr.ce + BM_CL_RR0;
469 union bm_mc_result *rr = mc->rr + mc->rridx; local
475 dpaa_invalidate_touch_ro(rr);
484 union bm_mc_result *rr = mc->rr + mc->rridx; local
492 if (!rr->verb) {
493 dpaa_invalidate_touch_ro(rr);
501 return rr;
[all...]
/linux-master/drivers/isdn/mISDN/
H A Ddsp_cmx.c1305 int r, rr, t, tt, o_r, o_rr; local
1363 rr = (r + len) & CMX_BUFF_MASK;
1385 while (r != rr && t != tt) {
1395 if (r == rr) {
1412 while (r != rr && t != tt) {
1417 if (r != rr) {
1421 memset(d, dsp_silence, (rr - r) & CMX_BUFF_MASK);
1429 while (r != rr && t != tt) {
1434 while (r != rr) {
1457 o_r = (o_rr - rr
1626 int r, rr; local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_refcount.c1925 struct xfs_refcount_recovery *rr; local
1933 rr = kmalloc(sizeof(struct xfs_refcount_recovery),
1935 INIT_LIST_HEAD(&rr->rr_list);
1936 xfs_refcount_btrec_to_irec(rec, &rr->rr_rrec);
1938 if (xfs_refcount_check_irec(cur->bc_ag.pag, &rr->rr_rrec) != NULL ||
1940 rr->rr_rrec.rc_domain != XFS_REFC_DOMAIN_COW)) {
1942 kfree(rr);
1946 list_add_tail(&rr->rr_list, debris);
1959 struct xfs_refcount_recovery *rr, *n; local
2007 list_for_each_entry_safe(rr,
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dpci.c71 dev->backup_l1 = dev->bus_ops->rr(&dev->mt76, MT_HIF_REMAP_L1);
78 dev->bus_ops->rr(&dev->mt76, MT_HIF_REMAP_L1);
87 dev->backup_l2 = dev->bus_ops->rr(&dev->mt76, MT_HIF_REMAP_L1);
95 dev->bus_ops->rr(&dev->mt76, MT_HIF_REMAP_L1);
189 return dev->bus_ops->rr(mdev, addr);
371 bus_ops->rr = mt7925_rr;
/linux-master/tools/testing/selftests/netfilter/
H A Dipvs.sh142 ip netns exec ns1 ipvsadm -A -t ${vip_v4}:${port} -s rr
161 ip netns exec ns1 ipvsadm -A -t ${vip_v4}:${port} -s rr
179 ip netns exec ns1 ipvsadm -A -t ${vip_v4}:${port} -s rr
/linux-master/drivers/video/fbdev/
H A Dhpfb.c126 static void topcat_blit(int x0, int y0, int x1, int y1, int w, int h, int rr) argument
128 if (rr >= 0) {
133 if (rr >= 0) {
135 out_8(fb_regs + WMRR, rr);
/linux-master/drivers/net/wireless/mediatek/mt76/
H A Dmmio.c91 .rr = mt76_mmio_rr,

Completed in 256 milliseconds

1234