/src/sys/ufs/lfs/ |
ulfs_quota.c | 810 struct dquot *dq, *ndq; local in function:lfs_dqget 860 ndq = pool_cache_get(dquot_cache, PR_WAITOK); 864 memset((char *)ndq, 0, sizeof *ndq); 865 ndq->dq_flags = 0; 866 ndq->dq_id = id; 867 ndq->dq_ump = ump; 868 ndq->dq_type = type; 869 mutex_init(&ndq->dq_interlock, MUTEX_DEFAULT, IPL_NONE); 882 mutex_destroy(&ndq->dq_interlock) [all...] |
ulfs_quota.c | 810 struct dquot *dq, *ndq; local in function:lfs_dqget 860 ndq = pool_cache_get(dquot_cache, PR_WAITOK); 864 memset((char *)ndq, 0, sizeof *ndq); 865 ndq->dq_flags = 0; 866 ndq->dq_id = id; 867 ndq->dq_ump = ump; 868 ndq->dq_type = type; 869 mutex_init(&ndq->dq_interlock, MUTEX_DEFAULT, IPL_NONE); 882 mutex_destroy(&ndq->dq_interlock) [all...] |
/src/sys/ufs/ufs/ |
ufs_quota.c | 792 struct dquot *dq, *ndq; local in function:dqget 842 ndq = pool_cache_get(dquot_cache, PR_WAITOK); 846 memset((char *)ndq, 0, sizeof *ndq); 847 ndq->dq_flags = 0; 848 ndq->dq_id = id; 849 ndq->dq_ump = ump; 850 ndq->dq_type = type; 851 mutex_init(&ndq->dq_interlock, MUTEX_DEFAULT, IPL_NONE); 864 mutex_destroy(&ndq->dq_interlock) [all...] |
ufs_quota.c | 792 struct dquot *dq, *ndq; local in function:dqget 842 ndq = pool_cache_get(dquot_cache, PR_WAITOK); 846 memset((char *)ndq, 0, sizeof *ndq); 847 ndq->dq_flags = 0; 848 ndq->dq_id = id; 849 ndq->dq_ump = ump; 850 ndq->dq_type = type; 851 mutex_init(&ndq->dq_interlock, MUTEX_DEFAULT, IPL_NONE); 864 mutex_destroy(&ndq->dq_interlock) [all...] |
/src/sys/arch/arm/ep93xx/ |
epe.c | 156 uint32_t *cur, ndq = 0; local in function:epe_gctx 179 ndq++; 190 sc->TXDQ_avail += ndq; 196 return ndq; 204 uint32_t ndq = 0, irq, *cur; local in function:epe_intr 248 ndq++; 255 if (ndq > 0) { 259 EPE_WRITE(RXStsEnq, ndq); 260 EPE_WRITE(RXDEnq, ndq); 261 ndq = 0 536 int s, bi, err, nsegs, ndq; local in function:epe_ifstart [all...] |
epe.c | 156 uint32_t *cur, ndq = 0; local in function:epe_gctx 179 ndq++; 190 sc->TXDQ_avail += ndq; 196 return ndq; 204 uint32_t ndq = 0, irq, *cur; local in function:epe_intr 248 ndq++; 255 if (ndq > 0) { 259 EPE_WRITE(RXStsEnq, ndq); 260 EPE_WRITE(RXDEnq, ndq); 261 ndq = 0 536 int s, bi, err, nsegs, ndq; local in function:epe_ifstart [all...] |