Searched refs:mp (Results 1 - 25 of 324) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_trans_space.h24 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \
25 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
26 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1)
27 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\
28 (((b + XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) - 1) / \
29 XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp)) * \
30 XFS_EXTENTADD_SPACE_RES(mp,w))
31 #define XFS_DAENTER_1B(mp,
[all...]
H A Dxfs_inum.h48 #define XFS_INO_OFFSET_BITS(mp) (mp)->m_sb.sb_inopblog
49 #define XFS_INO_AGBNO_BITS(mp) (mp)->m_sb.sb_agblklog
50 #define XFS_INO_AGINO_BITS(mp) (mp)->m_agino_log
51 #define XFS_INO_AGNO_BITS(mp) (mp)->m_agno_log
52 #define XFS_INO_BITS(mp) \
53 XFS_INO_AGNO_BITS(mp)
[all...]
H A Dxfs_fsops.h21 extern int xfs_fs_geometry(xfs_mount_t *mp, xfs_fsop_geom_t *geo, int nversion);
22 extern int xfs_growfs_data(xfs_mount_t *mp, xfs_growfs_data_t *in);
23 extern int xfs_growfs_log(xfs_mount_t *mp, xfs_growfs_log_t *in);
24 extern int xfs_fs_counts(xfs_mount_t *mp, xfs_fsop_counts_t *cnt);
25 extern int xfs_reserve_blocks(xfs_mount_t *mp, __uint64_t *inval,
27 extern int xfs_fs_goingdown(xfs_mount_t *mp, __uint32_t inflags);
28 extern void xfs_fs_log_dummy(xfs_mount_t *mp);
H A Dxfs_fsops.c54 xfs_mount_t *mp,
58 geo->blocksize = mp->m_sb.sb_blocksize;
59 geo->rtextsize = mp->m_sb.sb_rextsize;
60 geo->agblocks = mp->m_sb.sb_agblocks;
61 geo->agcount = mp->m_sb.sb_agcount;
62 geo->logblocks = mp->m_sb.sb_logblocks;
63 geo->sectsize = mp->m_sb.sb_sectsize;
64 geo->inodesize = mp->m_sb.sb_inodesize;
65 geo->imaxpct = mp->m_sb.sb_imax_pct;
66 geo->datablocks = mp
53 xfs_fs_geometry( xfs_mount_t *mp, xfs_fsop_geom_t *geo, int new_version) argument
114 xfs_growfs_data_private( xfs_mount_t *mp, xfs_growfs_data_t *in) argument
396 xfs_growfs_log_private( xfs_mount_t *mp, xfs_growfs_log_t *in) argument
425 xfs_growfs_data( xfs_mount_t *mp, xfs_growfs_data_t *in) argument
438 xfs_growfs_log( xfs_mount_t *mp, xfs_growfs_log_t *in) argument
455 xfs_fs_counts( xfs_mount_t *mp, xfs_fsop_counts_t *cnt) argument
487 xfs_reserve_blocks( xfs_mount_t *mp, __uint64_t *inval, xfs_fsop_resblks_t *outval) argument
589 xfs_fs_log_dummy( xfs_mount_t *mp) argument
614 xfs_fs_goingdown( xfs_mount_t *mp, __uint32_t inflags) argument
[all...]
H A Dxfs_mount.c49 STATIC void xfs_uuid_unmount(xfs_mount_t *mp);
64 #define xfs_icsb_destroy_counters(mp) do { } while (0)
65 #define xfs_icsb_balance_counter(mp, a, b, c) do { } while (0)
66 #define xfs_icsb_sync_counters(mp) do { } while (0)
67 #define xfs_icsb_modify_counters(mp, a, b, c) do { } while (0)
131 xfs_mount_t *mp; local
133 mp = kmem_zalloc(sizeof(xfs_mount_t), KM_SLEEP);
135 if (xfs_icsb_init_counters(mp)) {
136 mp->m_flags |= XFS_MOUNT_NO_PERCPU_SB;
139 AIL_LOCKINIT(&mp
159 xfs_mount_free( xfs_mount_t *mp, int remove_bhv) argument
210 xfs_mount_validate_sb( xfs_mount_t *mp, xfs_sb_t *sbp, int flags) argument
335 xfs_initialize_perag( bhv_vfs_t *vfs, xfs_mount_t *mp, xfs_agnumber_t agcount) argument
474 xfs_readsb(xfs_mount_t *mp, int flags) argument
571 xfs_mount_common(xfs_mount_t *mp, xfs_sb_t *sbp) argument
648 xfs_mountfs( bhv_vfs_t *vfsp, xfs_mount_t *mp, int mfsi_flags) argument
1080 xfs_unmountfs(xfs_mount_t *mp, struct cred *cr) argument
1133 xfs_unmountfs_close(xfs_mount_t *mp, struct cred *cr) argument
1143 xfs_unmountfs_wait(xfs_mount_t *mp) argument
1153 xfs_unmountfs_writesb(xfs_mount_t *mp) argument
1213 xfs_mount_t *mp; local
1254 xfs_mod_incore_sb_unlocked( xfs_mount_t *mp, xfs_sb_field_t field, int64_t delta, int rsvd) argument
1420 xfs_mod_incore_sb( xfs_mount_t *mp, xfs_sb_field_t field, int64_t delta, int rsvd) argument
1464 xfs_mod_incore_sb_batch(xfs_mount_t *mp, xfs_mod_sb_t *msb, uint nmsb, int rsvd) argument
1564 xfs_getsb( xfs_mount_t *mp, int flags) argument
1588 xfs_freesb( xfs_mount_t *mp) argument
1608 xfs_uuid_mount( xfs_mount_t *mp) argument
1630 xfs_uuid_unmount( xfs_mount_t *mp) argument
1641 xfs_mount_log_sbunit( xfs_mount_t *mp, __int64_t fields) argument
1729 xfs_mount_t *mp; local
1783 xfs_icsb_init_counters( xfs_mount_t *mp) argument
1815 xfs_icsb_reinit_counters( xfs_mount_t *mp) argument
1831 xfs_icsb_destroy_counters( xfs_mount_t *mp) argument
1859 xfs_icsb_lock_all_counters( xfs_mount_t *mp) argument
1872 xfs_icsb_unlock_all_counters( xfs_mount_t *mp) argument
1885 xfs_icsb_count( xfs_mount_t *mp, xfs_icsb_cnts_t *cnt, int flags) argument
1910 xfs_icsb_counter_disabled( xfs_mount_t *mp, xfs_sb_field_t field) argument
1919 xfs_icsb_disable_counter( xfs_mount_t *mp, xfs_sb_field_t field) argument
1964 xfs_icsb_enable_counter( xfs_mount_t *mp, xfs_sb_field_t field, uint64_t count, uint64_t resid) argument
1999 xfs_icsb_sync_counters_flags( xfs_mount_t *mp, int flags) argument
2028 xfs_icsb_sync_counters( xfs_mount_t *mp) argument
2054 xfs_icsb_balance_counter( xfs_mount_t *mp, xfs_sb_field_t field, int flags, int min_per_cpu) argument
2104 xfs_icsb_modify_counters( xfs_mount_t *mp, xfs_sb_field_t field, int64_t delta, int rsvd) argument
[all...]
H A Dxfs_dir2_leaf.h34 #define XFS_DIR2_LEAF_FIRSTDB(mp) \
35 XFS_DIR2_BYTE_TO_DB(mp, XFS_DIR2_LEAF_OFFSET)
85 #define XFS_DIR2_MAX_LEAF_ENTS(mp) xfs_dir2_max_leaf_ents(mp)
86 static inline int xfs_dir2_max_leaf_ents(struct xfs_mount *mp) argument
88 return (int)(((mp)->m_dirblksize - (uint)sizeof(xfs_dir2_leaf_hdr_t)) /
95 #define XFS_DIR2_LEAF_TAIL_P(mp,lp) xfs_dir2_leaf_tail_p(mp, lp)
97 xfs_dir2_leaf_tail_p(struct xfs_mount *mp, xfs_dir2_leaf_t *lp) argument
100 ((char *)(lp) + (mp)
119 xfs_dir2_dataptr_to_byte(struct xfs_mount *mp, xfs_dir2_dataptr_t dp) argument
129 xfs_dir2_byte_to_dataptr(struct xfs_mount *mp, xfs_dir2_off_t by) argument
139 xfs_dir2_byte_to_db(struct xfs_mount *mp, xfs_dir2_off_t by) argument
150 xfs_dir2_dataptr_to_db(struct xfs_mount *mp, xfs_dir2_dataptr_t dp) argument
160 xfs_dir2_byte_to_off(struct xfs_mount *mp, xfs_dir2_off_t by) argument
171 xfs_dir2_dataptr_to_off(struct xfs_mount *mp, xfs_dir2_dataptr_t dp) argument
182 xfs_dir2_db_off_to_byte(struct xfs_mount *mp, xfs_dir2_db_t db, xfs_dir2_data_aoff_t o) argument
194 xfs_dir2_db_to_da(struct xfs_mount *mp, xfs_dir2_db_t db) argument
204 xfs_dir2_byte_to_da(struct xfs_mount *mp, xfs_dir2_off_t by) argument
215 xfs_dir2_db_off_to_dataptr(struct xfs_mount *mp, xfs_dir2_db_t db, xfs_dir2_data_aoff_t o) argument
226 xfs_dir2_da_to_db(struct xfs_mount *mp, xfs_dablk_t da) argument
236 xfs_dir2_da_to_byte(struct xfs_mount *mp, xfs_dablk_t da) argument
[all...]
H A Dxfs_rtalloc.h40 #define XFS_BLOCKSIZE(mp) ((mp)->m_sb.sb_blocksize)
41 #define XFS_BLOCKMASK(mp) ((mp)->m_blockmask)
42 #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize)
43 #define XFS_BLOCKWMASK(mp) ((mp)->m_blockwmask)
48 #define XFS_SUMOFFS(mp,ls,bb) ((int)((ls) * (mp)
[all...]
H A Dxfs_trans.h444 #define XFS_ALLOCFREE_LOG_RES(mp,nx) \
445 ((nx) * (2 * XFS_FSB_TO_B((mp), 2 * XFS_AG_MAXLEVELS(mp) - 1)))
446 #define XFS_ALLOCFREE_LOG_COUNT(mp,nx) \
447 ((nx) * (2 * (2 * XFS_AG_MAXLEVELS(mp) - 1)))
456 #define XFS_DIROP_LOG_RES(mp) \
457 (XFS_FSB_TO_B(mp, XFS_DAENTER_BLOCKS(mp, XFS_DATA_FORK)) + \
458 (XFS_FSB_TO_B(mp, XFS_DAENTER_BMAPS(mp, XFS_DATA_FOR
[all...]
H A Dxfs_ialloc.h29 #define XFS_IALLOC_INODES(mp) (mp)->m_ialloc_inos
30 #define XFS_IALLOC_BLOCKS(mp) (mp)->m_ialloc_blks
41 #define XFS_INODE_CLUSTER_SIZE(mp) (mp)->m_inode_cluster_size
46 #define XFS_MAKE_IPTR(mp,b,o) xfs_make_iptr(mp,b,o)
48 xfs_make_iptr(struct xfs_mount *mp, struct xfs_buf *b, int o) argument
51 (xfs_buf_offset(b, o << (mp)
[all...]
H A Dxfs_mount.h50 #define XFS_DADDR_TO_AGNO(mp,d) \
51 ((xfs_agnumber_t)(XFS_BB_TO_FSBT(mp, d) / (mp)->m_sb.sb_agblocks))
52 #define XFS_DADDR_TO_AGBNO(mp,d) \
53 ((xfs_agblock_t)(XFS_BB_TO_FSBT(mp, d) % (mp)->m_sb.sb_agblocks))
76 #define AIL_LOCK(mp,s) s=mutex_spinlock(&(mp)->m_ail_lock)
77 #define AIL_UNLOCK(mp,s) mutex_spinunlock(&(mp)
501 xfs_preferred_iosize(xfs_mount_t *mp) argument
534 xfs_mtovfs(xfs_mount_t *mp) argument
554 xfs_daddr_to_agno(struct xfs_mount *mp, xfs_daddr_t d) argument
563 xfs_daddr_to_agbno(struct xfs_mount *mp, xfs_daddr_t d) argument
574 xfs_icsb_lock(xfs_mount_t *mp) argument
580 xfs_icsb_unlock(xfs_mount_t *mp) argument
[all...]
H A Dxfs_qmops.c46 xfs_mount_reset_sbqflags(xfs_mount_t *mp) argument
52 mp->m_qflags = 0;
57 if (mp->m_sb.sb_qflags == 0)
59 s = XFS_SB_LOCK(mp);
60 mp->m_sb.sb_qflags = 0;
61 XFS_SB_UNLOCK(mp, s);
67 if (XFS_MTOVFS(mp)->vfs_flag & VFS_RDONLY)
70 xfs_fs_cmn_err(CE_NOTE, mp, "Writing superblock quota changes");
72 tp = xfs_trans_alloc(mp, XFS_TRANS_QM_SBCHANGE);
73 if ((error = xfs_trans_reserve(tp, 0, mp
86 xfs_noquota_init( xfs_mount_t *mp, uint *needquotamount, uint *quotaflags) argument
[all...]
H A Dxfs_quota.h99 #define XFS_DQUOT_LOGRES(mp) (sizeof(xfs_disk_dquot_t) * 3)
156 #define XFS_IS_QUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_ALL_QUOTA_ACCT)
157 #define XFS_IS_UQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_UQUOTA_ACCT)
158 #define XFS_IS_PQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_PQUOTA_ACCT)
159 #define XFS_IS_GQUOTA_RUNNING(mp) ((mp)->m_qflags & XFS_GQUOTA_ACCT)
160 #define XFS_IS_UQUOTA_ENFORCED(mp) ((m
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dtlb.h46 struct mmu_gather *mp = &get_cpu_var(mmu_gathers); local
48 BUG_ON(mp->tlb_nr);
50 mp->mm = mm;
51 mp->pages_nr = num_online_cpus() > 1 ? 0U : ~0U;
52 mp->fullmm = full_mm_flush;
54 return mp;
58 static inline void tlb_flush_mmu(struct mmu_gather *mp) argument
60 if (mp->need_flush) {
61 free_pages_and_swap_cache(mp->pages, mp
75 tlb_finish_mmu(struct mmu_gather *mp, unsigned long start, unsigned long end) argument
90 tlb_remove_page(struct mmu_gather *mp, struct page *page) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dmotionpixels.c104 MotionPixelsContext *mp = avctx->priv_data; local
109 mp->avctx = avctx;
110 dsputil_init(&mp->dsp, avctx);
111 mp->changes_map = av_mallocz(avctx->width * avctx->height);
112 mp->offset_bits_len = av_log2(avctx->width * avctx->height) + 1;
113 mp->vpt = av_mallocz(avctx->height * sizeof(YuvPixel));
114 mp->hpt = av_mallocz(avctx->height * avctx->width / 16 * sizeof(YuvPixel));
118 static void mp_read_changes_map(MotionPixelsContext *mp, GetBitContext *gb, int count, int bits_len, int read_color) argument
124 offset = get_bits_long(gb, mp->offset_bits_len);
129 x = offset % mp
147 mp_get_code(MotionPixelsContext *mp, GetBitContext *gb, int size, int code) argument
166 mp_read_codes_table(MotionPixelsContext *mp, GetBitContext *gb) argument
181 mp_gradient(MotionPixelsContext *mp, int component, int v) argument
190 mp_get_yuv_from_rgb(MotionPixelsContext *mp, int x, int y) argument
198 mp_set_rgb_from_yuv(MotionPixelsContext *mp, int x, int y, const YuvPixel *p) argument
206 mp_get_vlc(MotionPixelsContext *mp, GetBitContext *gb) argument
214 mp_decode_line(MotionPixelsContext *mp, GetBitContext *gb, int y) argument
258 mp_decode_frame_helper(MotionPixelsContext *mp, GetBitContext *gb) argument
286 MotionPixelsContext *mp = avctx->priv_data; local
340 MotionPixelsContext *mp = avctx->priv_data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pvrusb2/
H A Dpvrusb2-context.c32 static void pvr2_context_destroy(struct pvr2_context *mp) argument
34 if (mp->hdw) pvr2_hdw_destroy(mp->hdw);
35 pvr2_trace(PVR2_TRACE_STRUCT,"Destroying pvr_main id=%p",mp);
36 flush_workqueue(mp->workqueue);
37 destroy_workqueue(mp->workqueue);
38 kfree(mp);
42 static void pvr2_context_trigger_poll(struct pvr2_context *mp) argument
44 queue_work(mp->workqueue,&mp
50 struct pvr2_context *mp = local
60 struct pvr2_context *mp = local
85 struct pvr2_context *mp = NULL; local
107 pvr2_context_enter(struct pvr2_context *mp) argument
114 pvr2_context_exit(struct pvr2_context *mp) argument
126 pvr2_context_run_checks(struct pvr2_context *mp) argument
138 pvr2_context_disconnect(struct pvr2_context *mp) argument
148 pvr2_channel_init(struct pvr2_channel *cp,struct pvr2_context *mp) argument
174 struct pvr2_context *mp = cp->mc_head; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dmem_pieces.c36 struct mem_pieces *mp = &phys_avail; local
38 for (i = 0; i < mp->n_regions; ++i) {
39 a = mp->regions[i].address;
40 e = a + mp->regions[i].size;
43 mem_pieces_remove(mp, a, size, 1);
56 mem_pieces_remove(struct mem_pieces *mp, unsigned int start, unsigned int size, argument
64 for (i = 0, rp = mp->regions; i < mp->n_regions; ++i, ++rp) {
68 if (i >= mp->n_regions) {
74 for (; i < mp
112 mem_pieces_print(struct mem_pieces *mp) argument
123 mem_pieces_sort(struct mem_pieces *mp) argument
142 mem_pieces_coalesce(struct mem_pieces *mp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgl-english.c42 message_ty *mp = mlp->item[j]; local
44 if (mp->msgid_plural == NULL)
46 if (mp->msgstr_len == 1 && mp->msgstr[0] == '\0')
48 mp->msgstr = mp->msgid; /* no need for xstrdup */
49 mp->msgstr_len = strlen (mp->msgid) + 1;
54 if (mp->msgstr_len == 2
55 && mp
[all...]
H A Dmsgl-ascii.c54 is_ascii_message (message_ty *mp) argument
56 const char *p = mp->msgstr;
57 const char *p_end = p + mp->msgstr_len;
63 if (!is_ascii_string_list (mp->comment))
65 if (!is_ascii_string_list (mp->comment_dot))
70 if (!is_ascii_string (mp->msgid))
72 if (mp->msgid_plural != NULL && !is_ascii_string (mp->msgid_plural))
76 if (mp->msgctxt != NULL && !is_ascii_string (mp
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dmcd.c27 static int mcd_callback(direntry_t *entry, MainParam_t *mp) argument
45 struct MainParam_t mp; local
54 init_mp(&mp);
55 mp.lookupflags = ACCEPT_DIR | NO_DOTS;
56 mp.dirCallback = mcd_callback;
58 printf("%s\n", mp.mcwd);
61 exit(main_loop(&mp, argv + 1, 1));
H A Dmainloop.c88 int unix_dir_loop(Stream_t *Stream, MainParam_t *mp);
89 int unix_loop(Stream_t *Stream, MainParam_t *mp, char *arg,
92 static int _unix_loop(Stream_t *Dir, MainParam_t *mp, const char *filename) argument
94 return unix_dir_loop(Dir, mp);
97 int unix_loop(Stream_t *Stream, MainParam_t *mp, char *arg, int follow_dir_link) argument
103 mp->File = NULL;
104 mp->direntry = NULL;
110 mp->unixSourceName = name;
112 mp->unixSourceName = arg;
114 /* mp
204 handle_leaf(direntry_t *direntry, MainParam_t *mp, lookupState_t *lookupState) argument
247 _dos_loop(Stream_t *Dir, MainParam_t *mp, const char *filename) argument
290 recurs_dos_loop(MainParam_t *mp, const char *filename0, const char *filename1, lookupState_t *lookupState) argument
420 common_dos_loop(MainParam_t *mp, const char *pathname, lookupState_t *lookupState, int open_mode) argument
463 dos_loop(MainParam_t *mp, const char *arg) argument
469 dos_target_lookup(MainParam_t *mp, const char *arg) argument
510 unix_target_lookup(MainParam_t *mp, const char *arg) argument
529 target_lookup(MainParam_t *mp, const char *arg) argument
542 main_loop(MainParam_t *mp, char **argv, int argc) argument
590 dispatchToFile(direntry_t *entry, MainParam_t *mp) argument
599 init_mp(MainParam_t *mp) argument
613 mpGetBasename(MainParam_t *mp) argument
623 mpPrintFilename(FILE *fp, MainParam_t *mp) argument
631 mpPickTargetName(MainParam_t *mp) argument
641 mpBuildUnixFilename(MainParam_t *mp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_metapage.h58 #define mark_metapage_dirty(mp) set_bit(META_dirty, &(mp)->flag)
85 static inline void write_metapage(struct metapage *mp) argument
87 set_bit(META_dirty, &mp->flag);
88 release_metapage(mp);
91 static inline void flush_metapage(struct metapage *mp) argument
93 set_bit(META_sync, &mp->flag);
94 write_metapage(mp);
97 static inline void discard_metapage(struct metapage *mp) argument
99 clear_bit(META_dirty, &mp
104 metapage_nohomeok(struct metapage *mp) argument
120 metapage_wait_for_io(struct metapage *mp) argument
129 _metapage_homeok(struct metapage *mp) argument
135 metapage_homeok(struct metapage *mp) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_malloc.c60 static void *___sym_malloc(m_pool_p mp, int size) argument
66 m_link_p h = mp->h;
106 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) argument
112 m_link_p h = mp->h;
158 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) argument
162 p = ___sym_malloc(mp, size);
174 #define __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN)
179 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) argument
184 ___sym_mfree(mp, pt
193 ___mp0_get_mem_cluster(m_pool_p mp) argument
202 ___mp0_free_mem_cluster(m_pool_p mp, void *m) argument
223 ___get_dma_mem_cluster(m_pool_p mp) argument
246 ___free_dma_mem_cluster(m_pool_p mp, void *m) argument
267 m_pool_p mp; local
277 m_pool_p mp = __sym_calloc(&amp;mp0, sizeof(*mp), "MPOOL"); local
315 m_pool_p mp; local
338 m_pool_p mp; local
360 m_pool_p mp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dmace.c90 static inline void mace_clean_rings(struct mace_data *mp);
102 struct mace_data *mp; local
148 mp = dev->priv;
149 mp->mdev = mdev;
153 mp->mace = ioremap(dev->base_addr, 0x1000);
154 if (mp->mace == NULL) {
165 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) |
166 in_8(&mp->mace->chipid_lo);
169 mp
278 struct mace_data *mp; local
320 struct mace_data *mp = (struct mace_data *) dev->priv; local
375 struct mace_data *mp = (struct mace_data *) dev->priv; local
396 struct mace_data *mp = (struct mace_data *) dev->priv; local
411 mace_clean_rings(struct mace_data *mp) argument
431 struct mace_data *mp = (struct mace_data *) dev->priv; local
501 struct mace_data *mp = (struct mace_data *) dev->priv; local
521 struct mace_data *mp = (struct mace_data *) dev->priv; local
534 struct mace_data *mp = (struct mace_data *) dev->priv; local
596 struct mace_data *mp = (struct mace_data *) dev->priv; local
641 mace_handle_misc_intrs(struct mace_data *mp, int intr) argument
665 struct mace_data *mp = (struct mace_data *) dev->priv; local
803 struct mace_data *mp = (struct mace_data *) dev->priv; local
874 struct mace_data *mp = (struct mace_data *) dev->priv; local
[all...]
H A Dmyri_sbus.c113 static inline void bang_the_chip(struct myri_eth *mp) argument
115 struct myri_shmem __iomem *shmem = mp->shmem;
116 void __iomem *cregs = mp->cregs;
122 static int myri_do_handshake(struct myri_eth *mp) argument
124 struct myri_shmem __iomem *shmem = mp->shmem;
125 void __iomem *cregs = mp->cregs;
135 myri_disable_irq(mp->lregs, cregs);
160 myri_enable_irq(mp->lregs, cregs);
170 static int __devinit myri_load_lanai(struct myri_eth *mp) argument
172 struct net_device *dev = mp
232 myri_clean_rings(struct myri_eth *mp) argument
269 myri_init_rings(struct myri_eth *mp, int from_irq) argument
301 myri_init(struct myri_eth *mp, int from_irq) argument
307 myri_is_not_so_happy(struct myri_eth *mp) argument
338 myri_tx(struct myri_eth *mp, struct net_device *dev) argument
406 myri_rx(struct myri_eth *mp, struct net_device *dev) argument
541 struct myri_eth *mp = (struct myri_eth *) dev->priv; local
580 struct myri_eth *mp = (struct myri_eth *) dev->priv; local
587 struct myri_eth *mp = (struct myri_eth *) dev->priv; local
595 struct myri_eth *mp = (struct myri_eth *) dev->priv; local
606 struct myri_eth *mp = (struct myri_eth *) dev->priv; local
818 set_boardid_from_idprom(struct myri_eth *mp, int num) argument
828 determine_reg_space_size(struct myri_eth *mp) argument
853 dump_eeprom(struct myri_eth *mp) argument
897 struct myri_eth *mp; local
1119 struct myri_eth *mp = dev_get_drvdata(&amp;dev->dev); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/mm/
H A Dtlb.c26 struct mmu_gather *mp = &__get_cpu_var(mmu_gathers); local
30 if (mp->tlb_nr) {
31 flush_tsb_user(mp);
33 if (CTX_VALID(mp->mm->context)) {
35 smp_flush_tlb_pending(mp->mm, mp->tlb_nr,
36 &mp->vaddrs[0]);
38 __flush_tlb_pending(CTX_HWBITS(mp->mm->context),
39 mp->tlb_nr, &mp
50 struct mmu_gather *mp = &amp;__get_cpu_var(mmu_gathers); local
[all...]

Completed in 237 milliseconds

1234567891011>>