HomeSort by: relevance | last modified time | path
    Searched refs:ndq (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/arm/ep93xx/
epe.c 150 uint32_t *cur, ndq = 0; local in function:epe_gctx
173 ndq++;
184 sc->TXDQ_avail += ndq;
190 return ndq;
198 uint32_t ndq = 0, irq, *cur; local in function:epe_intr
242 ndq++;
249 if (ndq > 0) {
253 EPE_WRITE(RXStsEnq, ndq);
254 EPE_WRITE(RXDEnq, ndq);
255 ndq = 0
530 int s, bi, err, nsegs, ndq; local in function:epe_ifstart
    [all...]
  /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_quota1.c 649 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;
  /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_quota1.c 659 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 15 milliseconds