Searched refs:rmap (Results 51 - 75 of 117) sorted by relevance

12345

/linux-master/include/linux/
H A Dksm.h14 #include <linux/rmap.h>
/linux-master/mm/
H A Dfolio-compat.c9 #include <linux/rmap.h>
H A Dpage_idle.c11 #include <linux/rmap.h>
H A Dpage_vma_mapped.c3 #include <linux/rmap.h>
H A DMakefile39 pgtable-generic.o rmap.o vmalloc.o
H A Dmmu_gather.c11 #include <linux/rmap.h>
73 * tlb_flush_rmaps - do pending rmap removals after we have flushed the TLB
/linux-master/fs/xfs/
H A Dxfs_fsmap.c168 * Low rmap key for the query. If low.rm_blockcount is nonzero, this
175 struct xfs_rmap_irec high; /* high rmap key */
415 /* Set rmap flags based on the getfsmap flags */
438 struct xfs_rmap_irec rmap; local
460 /* Fabricate an rmap entry for the external log device. */
461 rmap.rm_startblock = 0;
462 rmap.rm_blockcount = mp->m_sb.sb_logblocks;
463 rmap.rm_owner = XFS_RMAP_OWN_LOG;
464 rmap.rm_offset = 0;
465 rmap
[all...]
H A DMakefile177 rmap.o \
/linux-master/drivers/mfd/
H A Dmt6370.c157 static int mt6370_check_vendor_info(struct device *dev, struct regmap *rmap, argument
163 ret = regmap_read(rmap, MT6370_REG_DEV_INFO, &devinfo);
/linux-master/drivers/regulator/
H A Dpf8x00-regulator.c286 struct regmap *rmap = rdev_get_regmap(rdev); local
288 return regmap_update_bits(rmap, regl->suspend_enable_reg,
296 struct regmap *rmap = rdev_get_regmap(rdev); local
298 return regmap_update_bits(rmap, regl->suspend_enable_reg,
H A Dtps65090-regulator.c468 config.regmap = tps65090_mfd->rmap;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Deq.c1235 if (!info->rmap) {
1236 info->rmap = alloc_irq_cpu_rmap(
1238 if (!info->rmap) {
1239 mlx4_warn(dev, "Failed to allocate cpu rmap\n");
1246 info->rmap, eq->irq);
1248 mlx4_warn(dev, "Failed adding irq rmap\n");
1308 if (mlx4_priv(dev)->port[i].rmap) {
1309 free_irq_cpu_rmap(mlx4_priv(dev)->port[i].rmap);
1310 mlx4_priv(dev)->port[i].rmap = NULL;
1340 if (mlx4_priv(dev)->port[i].rmap) {
[all...]
/linux-master/drivers/power/supply/
H A Dbq24257_charger.c84 struct regmap *rmap; member in struct:bq24257_device
969 bq->rmap = devm_regmap_init_i2c(client, &bq24257_regmap_config);
970 if (IS_ERR(bq->rmap)) {
972 return PTR_ERR(bq->rmap);
978 bq->rmap_fields[i] = devm_regmap_field_alloc(dev, bq->rmap,
1095 ret = regcache_drop_region(bq->rmap, BQ24257_REG_1, BQ24257_REG_7);
H A Dbq25890_charger.c122 struct regmap *rmap; member in struct:bq25890_device
1467 bq->rmap = devm_regmap_init_i2c(client, &bq25890_regmap_config);
1468 if (IS_ERR(bq->rmap))
1469 return dev_err_probe(dev, PTR_ERR(bq->rmap),
1472 ret = devm_regmap_field_bulk_alloc(dev, bq->rmap, bq->rmap_fields,
/linux-master/drivers/rapidio/
H A Drio.c777 * @rmap: pointer to location to store register map type info
781 u16 destid, u8 hopcount, u32 *rmap)
806 *rmap = 1;
813 *rmap = 2;
905 u32 rmap; local
914 hopcount, &rmap);
918 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(0, rmap),
922 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num, rmap),
931 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(0, rmap), regval);
934 ext_ftr_ptr + RIO_PORT_N_CTL_CSR(port_num, rmap),
780 rio_mport_get_physefb(struct rio_mport *port, int local, u16 destid, u8 hopcount, u32 *rmap) argument
[all...]
/linux-master/drivers/phy/broadcom/
H A Dphy-brcm-usb-init-synopsys.c189 static void syscon_piarbctl_init(struct regmap *rmap) argument
192 regmap_update_bits(rmap, PIARBCTL_MISC, PIARBCTL_MISC_USB_ONLY_MASK,
/linux-master/include/linux/mfd/
H A Dmax77620.h329 struct regmap *rmap; member in struct:max77620_chip
/linux-master/fs/xfs/libxfs/
H A Dxfs_rmap.h225 int xfs_rmap_map_raw(struct xfs_btree_cur *cur, struct xfs_rmap_irec *rmap);
H A Dxfs_btree.h37 struct xfs_rmap_key rmap; member in union:xfs_btree_key
47 struct xfs_rmap_rec rmap; member in union:xfs_btree_rec
/linux-master/drivers/net/wan/
H A Dixp4xx_hss.c1394 struct regmap *rmap; local
1404 rmap = syscon_regmap_lookup_by_compatible("syscon");
1405 if (IS_ERR(rmap))
1406 return dev_err_probe(dev, PTR_ERR(rmap),
1409 val = cpu_ixp4xx_features(rmap);
/linux-master/fs/xfs/scrub/
H A Drmap.c78 /* Cross-reference a rmap against the refcount btree. */
141 * If we spot an rmap key with the unwritten bit set in rm_offset, we should
171 if (lkey->rmap.rm_offset & badflag) {
177 if (hkey->rmap.rm_offset & badflag) {
226 /* Save whichever rmap record extends furthest. */
280 /* Compare an rmap for AG metadata against the metadata walk. */
347 /* Unset the region so that we can detect missing rmap records. */
374 /* Add an AGFL block to the rmap list. */
505 * Check for set regions in the bitmaps; if there are any, the rmap records do
543 /* Scrub the rmap btre
[all...]
H A Drmap_repair.c54 * list of rmap records requires that we be able to scan both block mapping
71 * bmaps into rmap records (see 1.1.4). Set bits in BMBIT for each btree
76 * target AG. Remember, multiple bmap records can map to a single rmap
77 * record, so we cannot simply emit rmap records 1:1.
78 * 1.5. Emit rmap records for each extent in BMBIT and free it.
84 * 5. Emit rmap records for each extent in INOBIT and ICHUNKBIT and free them.
89 * 9. Emit rmap records for each extent in REFCBIT and COWBIT and free them.
90 * A. Emit rmap for the AG headers.
91 * B. Emit rmap for the log, if there is one.
109 * 1. Sort the rmap record
217 struct xfs_rmap_irec rmap = { local
[all...]
/linux-master/drivers/video/fbdev/core/
H A Dfb_defio.c23 #include <linux/rmap.h>
/linux-master/mm/damon/
H A Dpaddr.c13 #include <linux/rmap.h>
/linux-master/drivers/misc/sgi-gru/
H A Dgrutables.h133 #include <linux/rmap.h>

Completed in 226 milliseconds

12345