Searched refs:mp (Results 151 - 175 of 376) sorted by relevance

1234567891011>>

/linux-master/fs/xfs/scrub/
H A Ddqiterate.c34 cursor->quota_ip = xfs_quota_inode(sc->mp, cursor->dqtype);
46 struct xfs_quotainfo *qi = cursor->sc->mp->m_quotainfo;
90 struct xfs_quotainfo *qi = cursor->sc->mp->m_quotainfo;
148 struct xfs_quotainfo *qi = cursor->sc->mp->m_quotainfo;
175 struct xfs_mount *mp = cursor->sc->mp; local
204 error = xfs_qm_dqget(mp, cursor->id, cursor->dqtype, false, &dq);
H A Dreaddir.c36 struct xfs_mount *mp = dp->i_mount; local
37 struct xfs_da_geometry *geo = mp->m_dir_geo;
59 xfs_dir2_data_entsize(mp, sizeof(".") - 1));
73 ino = xfs_dir2_sf_get_ino(mp, sfp, sfep);
76 name.type = xfs_dir2_sf_get_ftype(mp, sfep);
82 sfep = xfs_dir2_sf_nextentry(mp, sfp, sfep);
96 struct xfs_mount *mp = dp->i_mount; local
97 struct xfs_da_geometry *geo = mp->m_dir_geo;
122 next_off = off + xfs_dir2_data_entsize(mp, dep->namelen);
130 name.type = xfs_dir2_data_get_ftype(mp, de
189 struct xfs_mount *mp = dp->i_mount; local
[all...]
H A Dnlinks.c119 trace_xchk_nlinks_update_incore(xnc->sc->mp, ino, &nl, parents_delta,
155 trace_xchk_nlinks_live_update(xnc->sc->mp, p->dp, action, p->ip->i_ino,
229 if (!xfs_verify_dir_ino(sc->mp, ino)) {
241 trace_xchk_nlinks_collect_dirent(sc->mp, dp, ino, name);
256 if (dp == sc->mp->m_rootip)
353 if (!xfs_verify_ino(xnc->sc->mp, ino))
356 trace_xchk_nlinks_collect_metafile(xnc->sc->mp, ino);
365 struct xfs_mount *mp = xnc->sc->mp; local
373 error = xchk_nlinks_collect_metafile(xnc, mp
658 struct xfs_mount *mp = xnc->sc->mp; local
846 struct xfs_mount *mp = sc->mp; local
[all...]
H A Dstats.c226 struct xfs_mount *mp,
231 xchk_stats_merge_one(mp->m_scrub_stats, sm, run);
310 struct xfs_mount *mp)
382 struct xfs_mount *mp)
391 error = xchk_stats_init(cs, mp);
395 mp->m_scrub_stats = cs;
405 struct xfs_mount *mp)
407 xchk_stats_teardown(mp->m_scrub_stats);
408 kvfree(mp->m_scrub_stats);
409 mp
225 xchk_stats_merge( struct xfs_mount *mp, const struct xfs_scrub_metadata *sm, const struct xchk_stats_run *run) argument
308 xchk_stats_init( struct xchk_stats *cs, struct xfs_mount *mp) argument
381 xchk_mount_stats_alloc( struct xfs_mount *mp) argument
404 xchk_mount_stats_free( struct xfs_mount *mp) argument
[all...]
H A Dcommon.c547 struct xfs_mount *mp = sc->mp; local
550 sa->pag = xfs_perag_get(mp, agno);
589 struct xfs_mount *mp = sc->mp; local
593 sa->bno_cur = xfs_bnobt_init_cursor(mp, sc->tp, sa->agf_bp,
599 sa->cnt_cur = xfs_cntbt_init_cursor(mp, sc->tp, sa->agf_bp,
605 if (xfs_has_rmapbt(mp)) {
606 sa->rmap_cur = xfs_rmapbt_init_cursor(mp, sc->tp,
613 if (xfs_has_reflink(mp)) {
739 struct xfs_mount *mp = sc->mp; local
763 xchk_checkpoint_log( struct xfs_mount *mp) argument
810 struct xfs_mount *mp = sc->mp; local
933 struct xfs_mount *mp = sc->mp; local
1338 struct xfs_mount *mp = sc->mp; local
[all...]
/linux-master/tools/perf/util/
H A Dmmap.c45 struct auxtrace_mmap_params *mp __maybe_unused,
56 void __weak auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp __maybe_unused,
63 void __weak auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp __maybe_unused,
147 static int perf_mmap__aio_mmap(struct mmap *map, struct mmap_params *mp) argument
151 map->aio.nr_cblocks = mp->nr_cblocks;
175 ret = perf_mmap__aio_bind(map, i, map->core.cpu, mp->affinity);
219 struct mmap_params *mp __maybe_unused)
263 static int perf_mmap__setup_affinity_mask(struct mmap *map, struct mmap_params *mp) argument
270 if (mp->affinity == PERF_AFFINITY_NODE && cpu__max_node() > 1)
272 else if (mp
278 mmap__mmap(struct mmap *map, struct mmap_params *mp, int fd, struct perf_cpu cpu) argument
[all...]
/linux-master/fs/jfs/
H A Djfs_imap.c97 struct metapage *mp; local
111 mp = read_metapage(ipimap,
114 if (mp == NULL) {
120 dinom_le = (struct dinomap_disk *) mp->data;
139 release_metapage(mp);
209 struct metapage *mp; local
216 mp = get_metapage(ipimap,
219 if (mp == NULL) {
225 dinom_le = (struct dinomap_disk *) mp->data;
244 write_metapage(mp);
297 struct metapage *mp; local
421 struct metapage *mp; local
503 struct metapage *mp; local
588 struct metapage *mp; local
847 struct metapage *mp, *amp, *bmp, *cmp, *dmp; local
1326 struct metapage *mp; local
1768 struct metapage *mp; local
1892 struct metapage *mp; local
2444 struct metapage *mp; local
2727 struct metapage *mp; local
2849 struct bmap *mp = JFS_SBI(ipbmap->i_sb)->bmap; local
[all...]
H A Djfs_txnmgr.c16 * tlock and mp points to each other;
17 * (no hashlist for mp -> tlock).
29 * hold on to mp+lock thru update of maps
168 static void LogSyncRelease(struct metapage * mp);
574 * function: acquire a transaction lock on the specified <mp>
582 struct tlock *txLock(tid_t tid, struct inode *ip, struct metapage * mp, argument
598 !(mp->xflag & COMMIT_PAGE)) {
606 lid = mp->lid;
612 jfs_info("txLock: tid:%d ip:0x%p mp:0x%p lid:%d", tid, ip, mp, li
870 struct metapage *mp; local
905 struct metapage *mp; local
1431 struct metapage *mp; local
1509 struct metapage *mp; local
1555 struct metapage *mp; local
1659 struct metapage *mp; local
2181 struct metapage *mp; local
2255 struct metapage *mp = NULL; local
2596 struct metapage *mp; local
2792 LogSyncRelease(struct metapage * mp) argument
[all...]
H A Djfs_dtree.c103 struct metapage *mp; member in struct:dtsplit
234 * mp must be released by caller.
237 struct metapage ** mp, s64 *lblock)
263 *mp = NULL;
271 if (*mp && (*lblock != blkno)) {
272 release_metapage(*mp);
273 *mp = NULL;
275 if (!(*mp)) {
277 *mp = read_index_page(ip, blkno);
279 if (!(*mp)) {
236 find_index(struct inode *ip, u32 index, struct metapage ** mp, s64 *lblock) argument
291 lock_index(tid_t tid, struct inode *ip, struct metapage * mp, u32 index) argument
331 struct metapage *mp; local
487 struct metapage *mp = NULL; local
511 modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, int slot, struct metapage ** mp, s64 *lblock) argument
540 struct metapage *mp = NULL; local
573 struct metapage *mp; local
818 struct metapage *mp; /* meta-page buffer */ local
1332 struct metapage *mp; local
1640 struct metapage *smp, *pmp, *mp; local
1990 struct metapage *mp = NULL; local
2080 struct metapage *mp, *imp; local
2234 struct metapage *mp; local
2445 struct metapage *mp; local
2620 struct metapage *mp; local
2712 struct metapage *mp; local
3042 struct metapage *mp; local
3119 struct metapage *mp; local
3615 struct metapage *mp = NULL; local
4219 struct metapage *mp; local
[all...]
H A Djfs_btree.h102 struct metapage *mp; /* 4/8: */ member in struct:btframe
145 MP = (LEAF)->mp;\
156 if (! BT_IS_ROOT((BTSTACK)->top->mp))\
157 release_metapage((BTSTACK)->top->mp);\
/linux-master/fs/xfs/
H A Dxfs_extfree_item.c142 struct xfs_mount *mp,
157 xfs_log_item_init(mp, &efip->efi_item, XFS_LI_EFI, &xfs_efi_item_ops);
379 struct xfs_mount *mp = tp->t_mountp; local
380 struct xfs_efi_log_item *efip = xfs_efi_init(mp, count);
386 list_sort(mp, items, xfs_extent_free_diff_items);
424 struct xfs_mount *mp,
429 agno = XFS_FSB_TO_AGNO(mp, xefi->xefi_startblock);
430 xefi->xefi_pag = xfs_perag_intent_get(mp, agno);
452 struct xfs_mount *mp = tp->t_mountp; local
459 agbno = XFS_FSB_TO_AGBNO(mp, xef
141 xfs_efi_init( struct xfs_mount *mp, uint nextents) argument
423 xfs_extent_free_get_group( struct xfs_mount *mp, struct xfs_extent_free_item *xefi) argument
531 struct xfs_mount *mp = tp->t_mountp; local
567 xfs_efi_validate_ext( struct xfs_mount *mp, struct xfs_extent *extp) argument
575 xfs_efi_recover_work( struct xfs_mount *mp, struct xfs_defer_pending *dfp, struct xfs_extent *extp) argument
605 struct xfs_mount *mp = lip->li_log->l_mp; local
728 struct xfs_mount *mp = log->l_mp; local
[all...]
H A Dxfs_rmap_item.c137 struct xfs_mount *mp,
151 xfs_log_item_init(mp, &ruip->rui_item, XFS_LI_RUI, &xfs_rui_item_ops);
321 struct xfs_mount *mp = tp->t_mountp; local
322 struct xfs_rui_log_item *ruip = xfs_rui_init(mp, count);
328 list_sort(mp, items, xfs_rmap_update_diff_items);
356 struct xfs_mount *mp,
361 agno = XFS_FSB_TO_AGNO(mp, ri->ri_bmap.br_startblock);
362 ri->ri_pag = xfs_perag_intent_get(mp, agno);
417 struct xfs_mount *mp,
420 if (!xfs_has_rmapbt(mp))
136 xfs_rui_init( struct xfs_mount *mp, uint nextents) argument
355 xfs_rmap_update_get_group( struct xfs_mount *mp, struct xfs_rmap_intent *ri) argument
416 xfs_rui_validate_map( struct xfs_mount *mp, struct xfs_map_extent *map) argument
451 xfs_rui_recover_work( struct xfs_mount *mp, struct xfs_defer_pending *dfp, const struct xfs_map_extent *map) argument
516 struct xfs_mount *mp = lip->li_log->l_mp; local
637 struct xfs_mount *mp = log->l_mp; local
[all...]
H A Dxfs_export.c47 struct xfs_mount *mp = XFS_M(inode->i_sb); local
67 if (!xfs_has_small_inums(mp) || xfs_is_inode32(mp))
111 xfs_mount_t *mp = XFS_M(sb); local
126 error = xfs_iget(mp, NULL, ino, XFS_IGET_UNTRUSTED, 0, &ip);
157 xfs_force_shutdown(mp, SHUTDOWN_CORRUPT_INCORE);
H A Dxfs_sysfs.c592 struct xfs_mount *mp = err_to_mp(kobject); local
594 return sysfs_emit(buf, "%d\n", mp->m_fail_unmount);
603 struct xfs_mount *mp = err_to_mp(kobject); local
614 mp->m_fail_unmount = val;
670 struct xfs_mount *mp,
683 &mp->m_error_kobj, parent_name);
688 cfg = &mp->m_error_cfg[class][i];
706 cfg = &mp->m_error_cfg[class][i];
715 struct xfs_mount *mp)
720 error = xfs_sysfs_init(&mp
669 xfs_error_sysfs_init_class( struct xfs_mount *mp, int class, const char *parent_name, struct xfs_kobj *parent_kobj, const struct xfs_error_init init[]) argument
714 xfs_error_sysfs_init( struct xfs_mount *mp) argument
746 xfs_error_sysfs_del( struct xfs_mount *mp) argument
764 xfs_error_get_cfg( struct xfs_mount *mp, int error_class, int error) argument
[all...]
/linux-master/arch/s390/kernel/
H A Dperf_pai_ext.c108 static void paiext_free(struct paiext_mapptr *mp) argument
110 kfree(mp->mapptr->area);
111 kfree(mp->mapptr->paiext_cb);
112 kvfree(mp->mapptr->save);
113 kfree(mp->mapptr);
114 mp->mapptr = NULL;
120 struct paiext_mapptr *mp = per_cpu_ptr(paiext_root.mapptr, event->cpu); local
121 struct paiext_map *cpump = mp->mapptr;
126 paiext_free(mp);
130 event->cpu, mp
150 struct paiext_mapptr *mp; local
296 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); local
329 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); local
344 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); local
364 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); local
378 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); local
475 struct paiext_mapptr *mp = this_cpu_ptr(paiext_root.mapptr); local
[all...]
/linux-master/fs/xfs/libxfs/
H A Dxfs_alloc.h17 unsigned int xfs_agfl_size(struct xfs_mount *mp);
36 struct xfs_mount *mp; /* file system mount point */ member in struct:xfs_alloc_arg
71 unsigned int xfs_alloc_set_aside(struct xfs_mount *mp);
72 unsigned int xfs_alloc_ag_max_usable(struct xfs_mount *mp);
76 unsigned int xfs_alloc_min_freelist(struct xfs_mount *mp,
89 struct xfs_mount *mp); /* file system mount structure */
203 xfs_extlen_t xfs_prealloc_blocks(struct xfs_mount *mp);
220 typedef int (*xfs_agfl_walk_fn)(struct xfs_mount *mp, xfs_agblock_t bno,
222 int xfs_agfl_walk(struct xfs_mount *mp, struct xfs_agf *agf,
252 void xfs_extent_free_get_group(struct xfs_mount *mp,
[all...]
H A Dxfs_ag_resv.c185 struct xfs_mount *mp = pag->pag_mount; local
216 if (XFS_TEST_ERROR(false, mp, XFS_ERRTAG_AG_RESV_FAIL))
219 error = xfs_mod_fdblocks(mp, -(int64_t)hidden_space, true);
223 xfs_warn(mp,
236 mp->m_ag_max_usable -= ask;
253 struct xfs_mount *mp = pag->pag_mount; local
263 error = xfs_refcountbt_calc_reserves(mp, tp, pag, &ask, &used);
283 mp->m_finobt_nores = true;
285 error = xfs_refcountbt_calc_reserves(mp, tp, pag, &ask,
303 error = xfs_rmapbt_calc_reserves(mp, t
[all...]
H A Dxfs_inode_fork.c111 struct xfs_mount *mp = ip->i_mount; local
125 if (unlikely(size < 0 || size > XFS_DFORK_SIZE(dip, mp, whichfork))) {
178 struct xfs_mount *mp = ip->i_mount; local
188 size = XFS_BMAP_BROOT_SPACE(mp, dfp);
202 XFS_DFORK_SIZE(dip, mp, whichfork) ||
204 level == 0 || level > XFS_BM_MAXLEVELS(mp, whichfork)) {
205 xfs_warn(mp, "corrupt inode %llu (btree).",
389 struct xfs_mount *mp = ip->i_mount; local
412 new_size = XFS_BMAP_BROOT_SPACE_CALC(mp, rec_diff);
425 cur_max = xfs_bmbt_maxrecs(mp, if
614 xfs_mount_t *mp; local
717 struct xfs_mount *mp = ip->i_mount; local
[all...]
H A Dxfs_dir2_data.c30 struct xfs_mount *mp,
33 if (xfs_has_crc(mp))
43 struct xfs_mount *mp,
47 xfs_dir2_data_entsize(mp, dep->namelen) - sizeof(__be16));
52 struct xfs_mount *mp,
55 if (xfs_has_ftype(mp)) {
67 struct xfs_mount *mp,
74 if (xfs_has_ftype(mp))
114 struct xfs_mount *mp = bp->b_mount; local
119 struct xfs_da_geometry *geo = mp
29 xfs_dir2_data_bestfree_p( struct xfs_mount *mp, struct xfs_dir2_data_hdr *hdr) argument
42 xfs_dir2_data_entry_tag_p( struct xfs_mount *mp, struct xfs_dir2_data_entry *dep) argument
51 xfs_dir2_data_get_ftype( struct xfs_mount *mp, struct xfs_dir2_data_entry *dep) argument
66 xfs_dir2_data_put_ftype( struct xfs_mount *mp, struct xfs_dir2_data_entry *dep, uint8_t ftype) argument
295 struct xfs_mount *mp = bp->b_mount; local
344 struct xfs_mount *mp = bp->b_mount; local
361 struct xfs_mount *mp = bp->b_mount; local
403 struct xfs_mount *mp = dp->i_mount; local
640 xfs_dir2_data_freescan( struct xfs_mount *mp, struct xfs_dir2_data_hdr *hdr, int *loghead) argument
699 struct xfs_mount *mp = dp->i_mount; local
768 struct xfs_mount *mp = bp->b_mount; local
[all...]
H A Dxfs_ialloc_btree.c114 args.mp = cur->bc_mp;
123 XFS_AGB_TO_FSB(args.mp, args.pag->pag_agno, sbno));
133 new->s = cpu_to_be32(XFS_FSB_TO_AGBNO(args.mp, args.fsbno));
293 struct xfs_mount *mp = bp->b_mount; local
311 if (xfs_has_crc(mp)) {
319 if (level >= M_IGEO(mp)->inobt_maxlevels)
323 M_IGEO(mp)->inobt_mxr[level != 0]);
481 struct xfs_mount *mp = pag->pag_mount; local
484 cur = xfs_btree_alloc_cursor(mp, tp, &xfs_inobt_ops,
485 M_IGEO(mp)
507 struct xfs_mount *mp = pag->pag_mount; local
576 xfs_inobt_maxrecs( struct xfs_mount *mp, int blocklen, int leaf) argument
688 xfs_inobt_rec_check_count( struct xfs_mount *mp, struct xfs_inobt_rec_incore *rec) argument
718 struct xfs_mount *mp = pag->pag_mount; local
811 xfs_iallocbt_calc_size( struct xfs_mount *mp, unsigned long long len) argument
[all...]
H A Dxfs_bmap_btree.c56 struct xfs_mount *mp = ip->i_mount; local
69 tkp = XFS_BMBT_KEY_ADDR(mp, rblock, 1);
71 tpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen);
145 struct xfs_mount *mp,
157 if (xfs_has_crc(mp)) {
160 &mp->m_sb.sb_meta_uuid));
171 fkp = XFS_BMBT_KEY_ADDR(mp, rblock, 1);
173 fpp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, rblocklen);
219 args.mp = cur->bc_mp;
276 struct xfs_mount *mp local
144 xfs_bmbt_to_bmdr( struct xfs_mount *mp, struct xfs_btree_block *rblock, int rblocklen, xfs_bmdr_block_t *dblock, int dblocklen) argument
410 struct xfs_mount *mp = bp->b_mount; local
554 xfs_bmbt_init_cursor( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_inode *ip, int whichfork) argument
649 xfs_bmbt_maxrecs( struct xfs_mount *mp, int blocklen, int leaf) argument
737 xfs_bmbt_calc_size( struct xfs_mount *mp, unsigned long long len) argument
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c527 struct v4l2_pix_format_mplane *mp = &f->fmt.pix_mp; local
530 mp->width = dev->fmt_cap_rect.width;
531 mp->height = dev->fmt_cap_rect.height;
532 mp->field = dev->field_cap;
533 mp->pixelformat = dev->fmt_cap->fourcc;
534 mp->colorspace = vivid_colorspace_cap(dev);
535 mp->xfer_func = vivid_xfer_func_cap(dev);
537 mp->hsv_enc = vivid_hsv_enc_cap(dev);
539 mp->ycbcr_enc = vivid_ycbcr_enc_cap(dev);
540 mp
555 struct v4l2_pix_format_mplane *mp = &amp;f->fmt.pix_mp; local
668 struct v4l2_pix_format_mplane *mp = &amp;f->fmt.pix_mp; local
[all...]
/linux-master/drivers/media/platform/renesas/vsp1/
H A Dvsp1_uds.c58 unsigned int mp; local
60 mp = ratio / 4096;
61 mp = mp < 4 ? 1 : (mp < 8 ? 2 : 4);
63 return (input - 1) / mp * mp * 4096 / ratio + 1;
91 unsigned int mp; local
93 mp = ratio / 4096;
94 mp
[all...]
/linux-master/drivers/scsi/libfc/
H A Dfc_exch.c106 * @mp: Exchange Manager associated with this anchor
117 struct fc_exch_mgr *mp; member in struct:fc_exch_mgr_anchor
313 struct fc_exch_mgr *mp; local
316 mp = ep->em;
320 mempool_free(ep, mp->ep_pool);
460 fc_exch_release(ep); /* drop hold for exch in mp */
808 * @mp: The exchange manager that will allocate the exchange
813 struct fc_exch_mgr *mp)
821 ep = mempool_alloc(mp->ep_pool, GFP_ATOMIC);
823 atomic_inc(&mp
812 fc_exch_em_alloc(struct fc_lport *lport, struct fc_exch_mgr *mp) argument
926 fc_exch_find(struct fc_exch_mgr *mp, u16 xid) argument
990 fc_exch_resp(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1038 fc_seq_lookup_recip(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1168 fc_seq_lookup_orig(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1509 fc_exch_recv_req(struct fc_lport *lport, struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1571 fc_exch_recv_seq_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1665 fc_exch_recv_resp(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
1764 fc_exch_recv_bls(struct fc_exch_mgr *mp, struct fc_frame *fp) argument
2365 struct fc_exch_mgr *mp; local
2388 fc_exch_mgr_add(struct fc_lport *lport, struct fc_exch_mgr *mp, bool (*match)(struct fc_frame *)) argument
2413 struct fc_exch_mgr *mp = container_of(kref, struct fc_exch_mgr, kref); local
2467 struct fc_exch_mgr *mp; local
[all...]
/linux-master/arch/sparc/kernel/
H A Dmdesc.c818 static void fill_in_one_cache(cpuinfo_sparc *c, struct mdesc_handle *hp, u64 mp) argument
820 const u64 *level = mdesc_get_property(hp, mp, "level", NULL);
821 const u64 *size = mdesc_get_property(hp, mp, "size", NULL);
822 const u64 *line_size = mdesc_get_property(hp, mp, "line-size", NULL);
826 type = mdesc_get_property(hp, mp, "type", &type_len);
851 mdesc_for_each_arc(a, hp, mp, MDESC_ARC_TYPE_FWD) {
908 static void mark_core_ids(struct mdesc_handle *hp, u64 mp, argument
911 find_back_node_value(hp, mp, "cpu", __mark_core_id, core_id, 10);
914 static void mark_max_cache_ids(struct mdesc_handle *hp, u64 mp, argument
917 find_back_node_value(hp, mp, "cp
924 u64 mp; local
951 u64 mp; local
972 set_sock_ids_by_socket(struct mdesc_handle *hp, u64 mp) argument
998 u64 mp; local
1013 mark_proc_ids(struct mdesc_handle *hp, u64 mp, int proc_id) argument
1035 u64 mp; local
1080 get_mondo_data(struct mdesc_handle *hp, u64 mp, struct trap_per_cpu *tb) argument
1111 u64 mp; local
1137 record_one_cpu(struct mdesc_handle *hp, u64 mp, int cpuid, void *arg) argument
1156 check_one_pgsz(struct mdesc_handle *hp, u64 mp, int cpuid, void *arg) argument
1180 fill_in_one_cpu(struct mdesc_handle *hp, u64 mp, int cpuid, void *arg) argument
[all...]

Completed in 234 milliseconds

1234567891011>>