Home
last modified time | relevance | path

Searched refs:mp (Results 1 – 25 of 180) sorted by relevance

12345678

/linux-2.4.37.9/fs/xfs/
Dxfs_trans_space.h38 #define XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) \ argument
39 (((mp)->m_alloc_mxr[0]) - ((mp)->m_alloc_mnr[0]))
40 #define XFS_EXTENTADD_SPACE_RES(mp,w) (XFS_BM_MAXLEVELS(mp,w) - 1) argument
41 #define XFS_NEXTENTADD_SPACE_RES(mp,b,w)\ argument
42 (((b + XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp) - 1) / \
43 XFS_MAX_CONTIG_EXTENTS_PER_BLOCK(mp)) * \
44 XFS_EXTENTADD_SPACE_RES(mp,w))
45 #define XFS_DAENTER_1B(mp,w) ((w) == XFS_DATA_FORK ? (mp)->m_dirblkfsbs : 1) argument
46 #define XFS_DAENTER_DBS(mp,w) \ argument
48 ((XFS_DIR_IS_V2(mp) && (w) == XFS_DATA_FORK) ? 2 : 0))
[all …]
Dxfs_mount.c66 STATIC void xfs_uuid_unmount(xfs_mount_t *mp);
130 xfs_mount_t *mp; in xfs_mount_init() local
132 mp = kmem_zalloc(sizeof(*mp), KM_SLEEP); in xfs_mount_init()
134 AIL_LOCKINIT(&mp->m_ail_lock, "xfs_ail"); in xfs_mount_init()
135 spinlock_init(&mp->m_sb_lock, "xfs_sb"); in xfs_mount_init()
136 mutex_init(&mp->m_ilock, MUTEX_DEFAULT, "xfs_ilock"); in xfs_mount_init()
137 initnsema(&mp->m_growlock, 1, "xfs_grow"); in xfs_mount_init()
141 xfs_trans_ail_init(mp); in xfs_mount_init()
143 atomic_set(&mp->m_active_trans, 0); in xfs_mount_init()
145 return mp; in xfs_mount_init()
[all …]
Dxfs_trans.h478 #define XFS_ALLOCFREE_LOG_RES(mp,nx) \ argument
479 ((nx) * (2 * XFS_FSB_TO_B((mp), 2 * XFS_AG_MAXLEVELS(mp) - 1)))
480 #define XFS_ALLOCFREE_LOG_COUNT(mp,nx) \ argument
481 ((nx) * (2 * (2 * XFS_AG_MAXLEVELS(mp) - 1)))
490 #define XFS_DIROP_LOG_RES(mp) \ argument
491 (XFS_FSB_TO_B(mp, XFS_DAENTER_BLOCKS(mp, XFS_DATA_FORK)) + \
492 (XFS_FSB_TO_B(mp, XFS_DAENTER_BMAPS(mp, XFS_DATA_FORK) + 1)))
493 #define XFS_DIROP_LOG_COUNT(mp) \ argument
494 (XFS_DAENTER_BLOCKS(mp, XFS_DATA_FORK) + \
495 XFS_DAENTER_BMAPS(mp, XFS_DATA_FORK) + 1)
[all …]
Dxfs_inum.h68 int xfs_ino_offset_bits(struct xfs_mount *mp);
69 #define XFS_INO_OFFSET_BITS(mp) xfs_ino_offset_bits(mp) argument
71 #define XFS_INO_OFFSET_BITS(mp) ((mp)->m_sb.sb_inopblog) argument
74 int xfs_ino_agbno_bits(struct xfs_mount *mp);
75 #define XFS_INO_AGBNO_BITS(mp) xfs_ino_agbno_bits(mp) argument
77 #define XFS_INO_AGBNO_BITS(mp) ((mp)->m_sb.sb_agblklog) argument
80 int xfs_ino_agino_bits(struct xfs_mount *mp);
81 #define XFS_INO_AGINO_BITS(mp) xfs_ino_agino_bits(mp) argument
83 #define XFS_INO_AGINO_BITS(mp) ((mp)->m_agino_log) argument
86 int xfs_ino_agno_bits(struct xfs_mount *mp);
[all …]
Dxfs_fsops.c71 xfs_mount_t *mp, in xfs_fs_geometry() argument
75 geo->blocksize = mp->m_sb.sb_blocksize; in xfs_fs_geometry()
76 geo->rtextsize = mp->m_sb.sb_rextsize; in xfs_fs_geometry()
77 geo->agblocks = mp->m_sb.sb_agblocks; in xfs_fs_geometry()
78 geo->agcount = mp->m_sb.sb_agcount; in xfs_fs_geometry()
79 geo->logblocks = mp->m_sb.sb_logblocks; in xfs_fs_geometry()
80 geo->sectsize = mp->m_sb.sb_sectsize; in xfs_fs_geometry()
81 geo->inodesize = mp->m_sb.sb_inodesize; in xfs_fs_geometry()
82 geo->imaxpct = mp->m_sb.sb_imax_pct; in xfs_fs_geometry()
83 geo->datablocks = mp->m_sb.sb_dblocks; in xfs_fs_geometry()
[all …]
Dxfs_dir2_leaf.h56 #define XFS_DIR2_LEAF_FIRSTDB(mp) \ argument
57 XFS_DIR2_BYTE_TO_DB(mp, XFS_DIR2_LEAF_OFFSET)
118 xfs_dir2_max_leaf_ents(struct xfs_mount *mp);
119 #define XFS_DIR2_MAX_LEAF_ENTS(mp) \ argument
120 xfs_dir2_max_leaf_ents(mp)
122 #define XFS_DIR2_MAX_LEAF_ENTS(mp) \ argument
123 ((int)(((mp)->m_dirblksize - (uint)sizeof(xfs_dir2_leaf_hdr_t)) / \
132 xfs_dir2_leaf_tail_p(struct xfs_mount *mp, xfs_dir2_leaf_t *lp);
133 #define XFS_DIR2_LEAF_TAIL_P(mp,lp) \ argument
134 xfs_dir2_leaf_tail_p(mp, lp)
[all …]
Dxfs_ag.h112 #define XFS_AGF_DADDR(mp) ((xfs_daddr_t)(1 << (mp)->m_sectbb_log)) argument
114 xfs_agblock_t xfs_agf_block(struct xfs_mount *mp);
115 #define XFS_AGF_BLOCK(mp) xfs_agf_block(mp) argument
117 #define XFS_AGF_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGF_DADDR(mp)) argument
167 #define XFS_AGI_DADDR(mp) ((xfs_daddr_t)(2 << (mp)->m_sectbb_log)) argument
169 xfs_agblock_t xfs_agi_block(struct xfs_mount *mp);
170 #define XFS_AGI_BLOCK(mp) xfs_agi_block(mp) argument
172 #define XFS_AGI_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGI_DADDR(mp)) argument
179 #define XFS_AGFL_DADDR(mp) ((xfs_daddr_t)(3 << (mp)->m_sectbb_log)) argument
181 xfs_agblock_t xfs_agfl_block(struct xfs_mount *mp);
[all …]
Dxfs_mount.h65 #define XFS_DADDR_TO_AGNO(mp,d) \ argument
66 ((xfs_agnumber_t)(XFS_BB_TO_FSBT(mp, d) / (mp)->m_sb.sb_agblocks))
67 #define XFS_DADDR_TO_AGBNO(mp,d) \ argument
68 ((xfs_agblock_t)(XFS_BB_TO_FSBT(mp, d) % (mp)->m_sb.sb_agblocks))
86 #define AIL_LOCK(mp,s) s=mutex_spinlock(&(mp)->m_ail_lock) argument
87 #define AIL_UNLOCK(mp,s) mutex_spinunlock(&(mp)->m_ail_lock, s) argument
113 #define XFS_SEND_DATA(mp, ev,vp,off,len,fl,lock) \ argument
114 (*(mp)->m_dm_ops.xfs_send_data)(ev,vp,off,len,fl,lock)
115 #define XFS_SEND_MMAP(mp, vma,fl) \ argument
116 (*(mp)->m_dm_ops.xfs_send_mmap)(vma,fl)
[all …]
Dxfs_vfsops.c218 struct xfs_mount *mp) in xfs_start_flags() argument
228 mp->m_dalign = ap->sunit; in xfs_start_flags()
229 mp->m_swidth = ap->swidth; in xfs_start_flags()
243 mp->m_logbufs = ap->logbufs; in xfs_start_flags()
255 mp->m_logbsize = ap->logbufsize; in xfs_start_flags()
256 mp->m_fsname_len = strlen(ap->fsname) + 1; in xfs_start_flags()
257 mp->m_fsname = kmem_alloc(mp->m_fsname_len, KM_SLEEP); in xfs_start_flags()
258 strcpy(mp->m_fsname, ap->fsname); in xfs_start_flags()
266 mp->m_flags |= XFS_MOUNT_WSYNC; in xfs_start_flags()
269 mp->m_flags |= XFS_MOUNT_INO64; in xfs_start_flags()
[all …]
Dxfs_ialloc.c75 xfs_mount_t *mp; /* mount point structure */ in xfs_ialloc_log_di() local
111 mp = tp->t_mountp; in xfs_ialloc_log_di()
119 ioffset = off << mp->m_sb.sb_inodelog; in xfs_ialloc_log_di()
161 args.mp = tp->t_mountp; in xfs_ialloc_ag_alloc()
167 newlen = XFS_IALLOC_INODES(args.mp); in xfs_ialloc_ag_alloc()
168 if (args.mp->m_maxicount && in xfs_ialloc_ag_alloc()
169 args.mp->m_sb.sb_icount + newlen > args.mp->m_maxicount) in xfs_ialloc_ag_alloc()
171 args.minlen = args.maxlen = XFS_IALLOC_BLOCKS(args.mp); in xfs_ialloc_ag_alloc()
181 if (args.mp->m_sinoalign) { in xfs_ialloc_ag_alloc()
182 ASSERT(!(args.mp->m_flags & XFS_MOUNT_NOALIGN)); in xfs_ialloc_ag_alloc()
[all …]
Dxfs_trans_ail.c69 xfs_mount_t *mp) in xfs_trans_tail_ail() argument
75 AIL_LOCK(mp,s); in xfs_trans_tail_ail()
76 lip = xfs_ail_min(&(mp->m_ail)); in xfs_trans_tail_ail()
82 AIL_UNLOCK(mp, s); in xfs_trans_tail_ail()
98 xfs_mount_t *mp, in xfs_trans_push_ail() argument
111 AIL_LOCK(mp,s); in xfs_trans_push_ail()
112 lip = xfs_trans_first_ail(mp, &gen); in xfs_trans_push_ail()
113 if (lip == NULL || XFS_FORCED_SHUTDOWN(mp)) { in xfs_trans_push_ail()
117 AIL_UNLOCK(mp, s); in xfs_trans_push_ail()
154 AIL_UNLOCK(mp, s); in xfs_trans_push_ail()
[all …]
Dxfs_rtalloc.c113 xfs_mount_t *mp, /* file system mount point */ in xfs_growfs_rt_alloc() argument
137 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ALLOC); in xfs_growfs_rt_alloc()
138 resblks = XFS_GROWFSRT_SPACE_RES(mp, nblocks - oblocks); in xfs_growfs_rt_alloc()
144 XFS_GROWRTALLOC_LOG_RES(mp), 0, in xfs_growfs_rt_alloc()
152 if ((error = xfs_trans_iget(mp, tp, ino, 0, XFS_ILOCK_EXCL, &ip))) in xfs_growfs_rt_alloc()
182 tp = xfs_trans_alloc(mp, XFS_TRANS_GROWFSRT_ZERO); in xfs_growfs_rt_alloc()
187 XFS_GROWRTZERO_LOG_RES(mp), 0, 0, 0))) in xfs_growfs_rt_alloc()
192 if ((error = xfs_trans_iget(mp, tp, ino, 0, XFS_ILOCK_EXCL, in xfs_growfs_rt_alloc()
198 d = XFS_FSB_TO_DADDR(mp, fsbno); in xfs_growfs_rt_alloc()
199 bp = xfs_trans_get_buf(tp, mp->m_ddev_targp, d, in xfs_growfs_rt_alloc()
[all …]
Dxfs_quota.h111 #define XFS_DQUOT_LOGRES(mp) (sizeof(xfs_disk_dquot_t) * 3) argument
172 #define XFS_IS_QUOTA_ON(mp) ((mp)->m_qflags & (XFS_UQUOTA_ACTIVE | \ argument
174 #define XFS_IS_UQUOTA_ON(mp) ((mp)->m_qflags & XFS_UQUOTA_ACTIVE) argument
175 #define XFS_IS_GQUOTA_ON(mp) ((mp)->m_qflags & XFS_GQUOTA_ACTIVE) argument
247 #define XFS_NOT_DQATTACHED(mp, ip) ((XFS_IS_UQUOTA_ON(mp) &&\ argument
249 (XFS_IS_GQUOTA_ON(mp) && \
252 #define XFS_QM_NEED_QUOTACHECK(mp) ((XFS_IS_UQUOTA_ON(mp) && \ argument
253 (mp->m_sb.sb_qflags & \
255 (XFS_IS_GQUOTA_ON(mp) && \
256 (mp->m_sb.sb_qflags & \
[all …]
Dxfs_rtalloc.h54 #define XFS_BLOCKSIZE(mp) ((mp)->m_sb.sb_blocksize) argument
55 #define XFS_BLOCKMASK(mp) ((mp)->m_blockmask) argument
56 #define XFS_BLOCKWSIZE(mp) ((mp)->m_blockwsize) argument
57 #define XFS_BLOCKWMASK(mp) ((mp)->m_blockwmask) argument
62 #define XFS_SUMOFFS(mp,ls,bb) ((int)((ls) * (mp)->m_sb.sb_rbmblocks + (bb))) argument
63 #define XFS_SUMOFFSTOBLOCK(mp,s) \ argument
64 (((s) * (uint)sizeof(xfs_suminfo_t)) >> (mp)->m_sb.sb_blocklog)
65 #define XFS_SUMPTR(mp,bp,so) \ argument
67 (((so) * (uint)sizeof(xfs_suminfo_t)) & XFS_BLOCKMASK(mp))))
69 #define XFS_BITTOBLOCK(mp,bi) ((bi) >> (mp)->m_blkbit_log) argument
[all …]
/linux-2.4.37.9/fs/jfs/
Djfs_metapage.c49 static inline int metapage_locked(struct metapage *mp) in metapage_locked() argument
51 return test_bit(META_locked, &mp->flag); in metapage_locked()
54 static inline int trylock_metapage(struct metapage *mp) in trylock_metapage() argument
56 return test_and_set_bit(META_locked, &mp->flag); in trylock_metapage()
59 static inline void unlock_metapage(struct metapage *mp) in unlock_metapage() argument
61 clear_bit(META_locked, &mp->flag); in unlock_metapage()
62 wake_up(&mp->wait); in unlock_metapage()
65 static void __lock_metapage(struct metapage *mp) in __lock_metapage() argument
71 add_wait_queue_exclusive(&mp->wait, &wait); in __lock_metapage()
74 if (metapage_locked(mp)) { in __lock_metapage()
[all …]
/linux-2.4.37.9/drivers/net/
Dmyri_sbus.c126 static inline void bang_the_chip(struct myri_eth *mp) in bang_the_chip() argument
128 struct myri_shmem *shmem = mp->shmem; in bang_the_chip()
129 unsigned long cregs = mp->cregs; in bang_the_chip()
135 static int myri_do_handshake(struct myri_eth *mp) in myri_do_handshake() argument
137 struct myri_shmem *shmem = mp->shmem; in myri_do_handshake()
138 unsigned long cregs = mp->cregs; in myri_do_handshake()
148 myri_disable_irq(mp->lregs, cregs); in myri_do_handshake()
173 myri_enable_irq(mp->lregs, cregs); in myri_do_handshake()
183 static int myri_load_lanai(struct myri_eth *mp) in myri_load_lanai() argument
185 struct net_device *dev = mp->dev; in myri_load_lanai()
[all …]
Dmace.c102 static inline void mace_clean_rings(struct mace_data *mp);
134 struct mace_data *mp; in mace_probe1() local
166 mp = dev->priv; in mace_probe1()
167 mp->of_node = mace; in mace_probe1()
184 mp->mace = (volatile struct mace *) in mace_probe1()
194 mp->chipid = (in_8(&mp->mace->chipid_hi) << 8) | in mace_probe1()
195 in_8(&mp->mace->chipid_lo); in mace_probe1()
196 printk(", chip revision %d.%d\n", mp->chipid >> 8, mp->chipid & 0xff); in mace_probe1()
199 mp = (struct mace_data *) dev->priv; in mace_probe1()
200 mp->maccc = ENXMT | ENRCV; in mace_probe1()
[all …]
Dmacmace.c103 struct mace_data *mp = (struct mace_data *) dev->priv; in mace_load_rxdma_base() local
106 psc_write_long(PSC_ENETRD_ADDR + set, (u32) mp->rx_ring_phys); in mace_load_rxdma_base()
109 mp->rx_tail = 0; in mace_load_rxdma_base()
118 struct mace_data *mp = (struct mace_data *) dev->priv; in mace_rxdma_reset() local
119 volatile struct mace *mace = mp->mace; in mace_rxdma_reset()
133 mp->rx_slot = 0; in mace_rxdma_reset()
145 struct mace_data *mp = (struct mace_data *) dev->priv; in mace_txdma_reset() local
146 volatile struct mace *mace = mp->mace; in mace_txdma_reset()
154 mp->tx_slot = mp->tx_sloti = 0; in mace_txdma_reset()
155 mp->tx_count = N_TX_RING; in mace_txdma_reset()
[all …]
/linux-2.4.37.9/arch/ppc/mm/
Dmem_pieces.c37 struct mem_pieces *mp = &phys_avail; in mem_pieces_find() local
39 for (i = 0; i < mp->n_regions; ++i) { in mem_pieces_find()
40 a = mp->regions[i].address; in mem_pieces_find()
41 e = a + mp->regions[i].size; in mem_pieces_find()
44 mem_pieces_remove(mp, a, size, 1); in mem_pieces_find()
57 mem_pieces_remove(struct mem_pieces *mp, unsigned int start, unsigned int size, in mem_pieces_remove() argument
65 for (i = 0, rp = mp->regions; i < mp->n_regions; ++i, ++rp) { in mem_pieces_remove()
69 if (i >= mp->n_regions) { in mem_pieces_remove()
75 for (; i < mp->n_regions && end > rp->address; ++i, ++rp) { in mem_pieces_remove()
81 mem_pieces_print(mp); in mem_pieces_remove()
[all …]
/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_malloc.c77 static void *___sym_malloc(m_pool_p mp, int size) in ___sym_malloc() argument
83 m_link_p h = mp->h; in ___sym_malloc()
123 static void ___sym_mfree(m_pool_p mp, void *ptr, int size) in ___sym_mfree() argument
129 m_link_p h = mp->h; in ___sym_mfree()
175 static void *__sym_calloc2(m_pool_p mp, int size, char *name, int uflags) in __sym_calloc2() argument
179 p = ___sym_malloc(mp, size); in __sym_calloc2()
191 #define __sym_calloc(mp, s, n) __sym_calloc2(mp, s, n, SYM_MEM_WARN) argument
196 static void __sym_mfree(m_pool_p mp, void *ptr, int size, char *name) in __sym_mfree() argument
201 ___sym_mfree(mp, ptr, size); in __sym_mfree()
219 static m_addr_t ___mp0_get_mem_cluster(m_pool_p mp) in ___mp0_get_mem_cluster() argument
[all …]
/linux-2.4.37.9/arch/sparc64/kernel/
Dchmc.c49 struct mctrl_info *mp; member
123 struct mctrl_info *mp = in find_bank() local
134 bp = &mp->logical_banks[bank_no]; in find_bank()
165 prop = &bp->mp->layout_prop; in chmc_getunumber()
239 static u64 read_mcreg(struct mctrl_info *mp, unsigned long offset) in read_mcreg() argument
243 if (mp->portid == smp_processor_id()) { in read_mcreg()
250 : "r" (mp->regs + offset), in read_mcreg()
257 static void write_mcreg(struct mctrl_info *mp, unsigned long offset, u64 val)
259 if (mp->portid == smp_processor_id()) {
266 "r" (mp->regs + offset),
[all …]
/linux-2.4.37.9/fs/xfs/quota/
Dxfs_qm_syscalls.c105 xfs_mount_t *mp; in xfs_qm_quotactl() local
110 mp = XFS_VFSTOM(vfsp); in xfs_qm_quotactl()
125 if (XFS_IS_QUOTA_ON(mp) || addr == NULL) in xfs_qm_quotactl()
129 return (xfs_qm_scall_trunc_qfiles(mp, in xfs_qm_quotactl()
135 return (xfs_qm_scall_getqstat(mp, (fs_quota_stat_t *)addr)); in xfs_qm_quotactl()
147 return (xfs_qm_scall_quotaon(mp, in xfs_qm_quotactl()
158 if (! XFS_IS_QUOTA_ON(mp)) in xfs_qm_quotactl()
165 error = xfs_qm_scall_quotaoff(mp, in xfs_qm_quotactl()
174 error = xfs_qm_scall_getquota(mp, (xfs_dqid_t)id, XFS_DQ_USER, in xfs_qm_quotactl()
183 error = xfs_qm_scall_setqlim(mp, (xfs_dqid_t)id, XFS_DQ_USER, in xfs_qm_quotactl()
[all …]
Dxfs_quota_priv.h42 #define XFS_QM_DQPERBLK(mp) ((mp)->m_quotainfo->qi_dqperchunk) argument
51 #define XFS_QI_MPLRECLAIMS(mp) ((mp)->m_quotainfo->qi_dqreclaims) argument
52 #define XFS_QI_UQIP(mp) ((mp)->m_quotainfo->qi_uquotaip) argument
53 #define XFS_QI_GQIP(mp) ((mp)->m_quotainfo->qi_gquotaip) argument
54 #define XFS_QI_DQCHUNKLEN(mp) ((mp)->m_quotainfo->qi_dqchunklen) argument
55 #define XFS_QI_BTIMELIMIT(mp) ((mp)->m_quotainfo->qi_btimelimit) argument
56 #define XFS_QI_RTBTIMELIMIT(mp) ((mp)->m_quotainfo->qi_rtbtimelimit) argument
57 #define XFS_QI_ITIMELIMIT(mp) ((mp)->m_quotainfo->qi_itimelimit) argument
58 #define XFS_QI_BWARNLIMIT(mp) ((mp)->m_quotainfo->qi_bwarnlimit) argument
59 #define XFS_QI_IWARNLIMIT(mp) ((mp)->m_quotainfo->qi_iwarnlimit) argument
[all …]
Dxfs_qm_bhv.c142 struct xfs_mount *mp = XFS_VFSTOM(vfsp); in xfs_qm_showargs() local
145 if (mp->m_qflags & XFS_UQUOTA_ACCT) { in xfs_qm_showargs()
146 (mp->m_qflags & XFS_UQUOTA_ENFD) ? in xfs_qm_showargs()
151 if (mp->m_qflags & XFS_GQUOTA_ACCT) { in xfs_qm_showargs()
152 (mp->m_qflags & XFS_GQUOTA_ENFD) ? in xfs_qm_showargs()
157 if (!(mp->m_qflags & (XFS_UQUOTA_ACCT|XFS_GQUOTA_ACCT))) in xfs_qm_showargs()
171 struct xfs_mount *mp = XFS_VFSTOM(vfsp); in xfs_qm_mount() local
175 xfs_qm_mount_quotainit(mp, args->flags); in xfs_qm_mount()
187 struct xfs_mount *mp = XFS_VFSTOM(vfsp); in xfs_qm_syncall() local
193 if (XFS_IS_QUOTA_ON(mp)) { in xfs_qm_syncall()
[all …]
/linux-2.4.37.9/drivers/isdn/avmb1/
Dcapi.c169 static int capincci_add_ack(struct capiminor *mp, u16 datahandle) in capincci_add_ack() argument
181 for (pp = &mp->ackqueue; *pp; pp = &(*pp)->next) ; in capincci_add_ack()
183 mp->nack++; in capincci_add_ack()
187 static int capiminor_del_ack(struct capiminor *mp, u16 datahandle) in capiminor_del_ack() argument
191 for (pp = &mp->ackqueue; *pp; pp = &(*pp)->next) { in capiminor_del_ack()
196 mp->nack--; in capiminor_del_ack()
203 static void capiminor_del_all_ack(struct capiminor *mp) in capiminor_del_all_ack() argument
207 pp = &mp->ackqueue; in capiminor_del_all_ack()
212 mp->nack--; in capiminor_del_all_ack()
221 struct capiminor *mp, **pp; in capiminor_alloc() local
[all …]

12345678