Searched refs:ndq (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/sys/arch/arm/ep93xx/
H A Depe.c156 uint32_t *cur, ndq = 0; local
179 ndq++;
190 sc->TXDQ_avail += ndq;
196 return ndq;
204 uint32_t ndq = 0, irq, *cur; local
248 ndq++;
255 if (ndq > 0) {
259 EPE_WRITE(RXStsEnq, ndq);
260 EPE_WRITE(RXDEnq, ndq);
261 ndq
536 int s, bi, err, nsegs, ndq; local
[all...]
/netbsd-current/sys/ufs/lfs/
H A Dulfs_quota.c810 struct dquot *dq, *ndq; local
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
[all...]
H A Dulfs_quota1.c649 struct dquot *ndq;
653 if ((error = lfs_dqget(NULLVP, id, ump, type, &ndq)) != 0)
655 dq = ndq;
700 struct dquot *ndq;
707 if ((error = lfs_dqget(NULLVP, id, ump, type, &ndq)) != 0)
709 dq = ndq;
/netbsd-current/sys/ufs/ufs/
H A Dufs_quota.c792 struct dquot *dq, *ndq; local
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
[all...]
H A Dufs_quota1.c659 struct dquot *ndq;
663 if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0)
665 dq = ndq;
710 struct dquot *ndq;
717 if ((error = dqget(NULLVP, id, ump, type, &ndq)) != 0)
719 dq = ndq;

Completed in 99 milliseconds