Searched refs:mp (Results 276 - 300 of 376) sorted by relevance

<<111213141516

/linux-master/fs/xfs/scrub/
H A Ddabtree.c91 xfs_da3_node_hdr_from_disk(ds->sc->mp, &hdr, blk->bp->b_addr);
371 if (xfs_has_crc(ds->sc->mp) && hdr3->hdr.pad)
478 struct xfs_mount *mp = sc->mp; local
501 ds->dargs.geo = mp->m_attr_geo;
505 ds->dargs.geo = mp->m_dir_geo;
H A Dscrub.h72 struct xfs_mount *mp; member in struct:xfs_scrub
/linux-master/tools/perf/util/
H A Dauxtrace.h500 struct auxtrace_mmap_params *mp,
503 void auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp,
507 void auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp,
879 struct auxtrace_mmap_params *mp,
882 void auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp,
886 void auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp,
/linux-master/drivers/hid/
H A Dhid-wiimote.h123 __u8 mp; member in struct:wiimote_state
153 struct input_dev *mp; member in struct:wiimote_data
202 void (*in_mp) (struct wiimote_data *wdata, const __u8 *mp);
H A Dhid-wiimote-modules.c2765 input_report_abs(wdata->mp, ABS_RX, x);
2766 input_report_abs(wdata->mp, ABS_RY, y);
2767 input_report_abs(wdata->mp, ABS_RZ, z);
2768 input_sync(wdata->mp);
2802 wdata->mp = input_allocate_device();
2803 if (!wdata->mp)
2806 input_set_drvdata(wdata->mp, wdata);
2807 wdata->mp->open = wiimod_mp_open;
2808 wdata->mp->close = wiimod_mp_close;
2809 wdata->mp
[all...]
/linux-master/net/xdp/
H A Dxskmap.c123 const int ret = BPF_REG_0, mp = BPF_REG_1, index = BPF_REG_2; local
129 *insn++ = BPF_ALU64_IMM(BPF_ADD, mp, offsetof(struct xsk_map, xsk_map));
130 *insn++ = BPF_ALU64_REG(BPF_ADD, ret, mp);
/linux-master/drivers/s390/char/
H A Dtape_3590.h100 unsigned int mp:16; member in struct:tape_3590_sense::__anon7979::__anon7980
/linux-master/drivers/watchdog/
H A Dcpwd.c573 struct miscdevice *mp = &p->devs[i].misc; local
575 mp->minor = WD0_MINOR + i;
576 mp->name = cpwd_names[i];
577 mp->fops = &cpwd_fops;
/linux-master/fs/xfs/libxfs/
H A Dxfs_log_recover.h122 int xlog_recover_iget(struct xfs_mount *mp, xfs_ino_t ino,
H A Dxfs_rmap.h169 void xfs_rmap_update_get_group(struct xfs_mount *mp,
177 void xfs_rmap_convert_extent(struct xfs_mount *mp, struct xfs_trans *tp,
H A Dxfs_btree.h59 uint32_t xfs_btree_magic(struct xfs_mount *mp, const struct xfs_btree_ops *ops);
389 void xfs_btree_init_buf(struct xfs_mount *mp, struct xfs_buf *bp,
392 void xfs_btree_init_block(struct xfs_mount *mp,
667 struct xfs_mount *mp,
683 cur->bc_mp = mp;
666 xfs_btree_alloc_cursor( struct xfs_mount *mp, struct xfs_trans *tp, const struct xfs_btree_ops *ops, uint8_t maxlevels, struct kmem_cache *cache) argument
/linux-master/tools/tracing/rtla/src/
H A Dutils.c528 * Returns 0 if mount is not found, otherwise return 1 and fill mp
531 static const int find_mount(const char *fs, char *mp, int sizeof_mp) argument
553 memset(mp, 0, sizeof_mp);
554 strncpy(mp, mount_point, sizeof_mp - 1);
556 debug_msg("Fs %s found at %s\n", fs, mp);
/linux-master/tools/lib/perf/include/internal/
H A Devlist.h60 struct perf_mmap_param *mp);
/linux-master/fs/jfs/
H A Djfs_logmgr.c230 struct metapage *mp = NULL; local
244 tlck->type & tlckBTROOT || (mp = tlck->mp) == NULL)
257 if (mp->lsn == 0) {
258 mp->log = log;
259 mp->lsn = lsn;
263 list_add_tail(&mp->synclist, &log->synclist);
286 tblk->lsn = mp->lsn;
290 list_add(&tblk->synclist, &mp->synclist);
297 logdiff(diffp, mp
1597 struct metapage *mp = (struct metapage *)lp; local
[all...]
H A Djfs_txnmgr.h91 struct metapage *mp; /* 4/8: object page buffer locked */ member in struct:tlock
/linux-master/arch/sparc/kernel/
H A Dchmc.c254 struct chmc_obp_map *mp; local
259 mp = &p->map[0];
261 mp = &p->map[1];
267 map_val = mp->dimm_map[dimm_map_index];
270 *pin_p = mp->pin_map[cache_line_offset];
/linux-master/drivers/net/ethernet/sun/
H A Dldmvsw.c292 rmac = mdesc_get_property(hp, vdev->mp, remote_macaddr_prop, &len);
300 port_id = mdesc_get_property(hp, vdev->mp, id_prop, NULL);
309 vp = vsw_get_vnet(hp, vdev->mp, &handle);
H A Dniu.c3921 struct niu_xmac_stats *mp = &np->mac_stats.xmac; local
3926 mp->tx_frames += TXMAC_FRM_CNT_COUNT;
3928 mp->tx_bytes += TXMAC_BYTE_CNT_COUNT;
3930 mp->tx_fifo_errors++;
3932 mp->tx_overflow_errors++;
3934 mp->tx_max_pkt_size_errors++;
3936 mp->tx_underflow_errors++;
3940 mp->rx_local_faults++;
3942 mp->rx_remote_faults++;
3944 mp
3991 struct niu_bmac_stats *mp = &amp;np->mac_stats.bmac; local
6192 struct niu_xmac_stats *mp = &amp;np->mac_stats.xmac; local
6217 struct niu_bmac_stats *mp = &amp;np->mac_stats.bmac; local
[all...]
/linux-master/tools/lib/perf/
H A Dmmap.c36 int perf_mmap__mmap(struct perf_mmap *map, struct perf_mmap_param *mp, argument
40 map->mask = mp->mask;
41 map->base = mmap(NULL, perf_mmap__mmap_len(map), mp->prot,
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmain.c297 spin_lock(&port->mp.mpi_lock);
298 mpi = ibdev->port[ib_port_num - 1].mp.mpi;
307 spin_unlock(&port->mp.mpi_lock);
324 spin_lock(&port->mp.mpi_lock);
325 mpi = ibdev->port[port_num - 1].mp.mpi;
333 spin_unlock(&port->mp.mpi_lock);
3216 spin_lock(&port->mp.mpi_lock);
3218 spin_unlock(&port->mp.mpi_lock);
3224 spin_unlock(&port->mp.mpi_lock);
3229 spin_lock(&port->mp
[all...]
/linux-master/fs/xfs/
H A Dxfs_buf_item.c830 struct xfs_mount *mp)
842 ASSERT(bp->b_mount == mp);
851 xfs_log_item_init(mp, &bip->bli_item, XFS_LI_BUF, &xfs_buf_item_ops);
872 xfs_err(mp,
828 xfs_buf_item_init( struct xfs_buf *bp, struct xfs_mount *mp) argument
/linux-master/drivers/s390/cio/
H A Dcio.c386 schib->pmcw.mp = sch->config.mp;
400 (schib->pmcw.mp == sch->config.mp) &&
H A Ddevice_pgid.c44 if (sch->config.mp != mpath) {
45 sch->config.mp = mpath;
584 if (sch->config.mp) {
585 sch->config.mp = 0;
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c1037 hi.data.mp.iobase = dev->base_addr;
1038 hi.data.mp.irq = dev->irq;
1039 hi.data.mp.dma = dev->dma;
1040 hi.data.mp.dma2 = 0;
1041 hi.data.mp.seriobase = 0;
1042 hi.data.mp.pariobase = 0;
1043 hi.data.mp.midiiobase = 0;
1049 dev->base_addr = hi.data.mp.iobase;
1050 dev->irq = /*hi.data.mp.irq*/0;
1051 dev->dma = /*hi.data.mp
[all...]
/linux-master/drivers/platform/x86/intel/pmc/
H A Dcore.c767 int num_maps, mp, pmc_index; local
793 for (mp = 0; mp < num_maps; mp++) {
805 req_mask |= lpm_req_regs[mp + (mode * num_maps)];
808 lpm_status = pmc_core_reg_read(pmc, sts_offset + (mp * 4));
811 map = maps[mp];
828 bool required = lpm_req_regs[mp + (mode * num_maps)] &

Completed in 494 milliseconds

<<111213141516