HomeSort by: relevance | last modified time | path
    Searched defs:dq (Results 1 - 11 of 11) sorted by relevancy

  /src/sys/dev/raidframe/
rf_sstf.c 292 RF_DiskQueue_t *dq; local in function:rf_SstfEnqueue
293 dq = (RF_DiskQueue_t *) req->queue;
296 dq->col,
352 RF_DiskQueue_t *dq; local in function:rf_SstfDequeue
353 dq = (RF_DiskQueue_t *) req->queue;
354 RF_ASSERT(QSUM(sstfq) == dq->queueLength);
356 req->raidPtr->raidid, dq->col,
416 RF_DiskQueue_t *dq; local in function:rf_ScanDequeue
417 dq = (RF_DiskQueue_t *) req->queue;
418 RF_ASSERT(QSUM(scanq) == dq->queueLength)
472 RF_DiskQueue_t *dq; local in function:rf_CscanDequeue
    [all...]
  /src/sys/ufs/lfs/
ulfs_quota1.c 66 struct dquot *dq; local in function:lfs_chkdq1
76 if ((dq = ip->i_dquot[i]) == NODQUOT)
78 mutex_enter(&dq->dq_interlock);
79 ncurblocks = dq->dq_curblocks + change;
81 dq->dq_curblocks = ncurblocks;
83 dq->dq_curblocks = 0;
84 dq->dq_flags &= ~DQ_WARN(QL_BLOCK);
85 dq->dq_flags |= DQ_MOD;
86 mutex_exit(&dq->dq_interlock);
91 if ((dq = ip->i_dquot[i]) == NODQUOT
122 struct dquot *dq = ip->i_dquot[type]; local in function:chkdqchg
174 struct dquot *dq; local in function:lfs_chkiq1
229 struct dquot *dq = ip->i_dquot[type]; local in function:chkiqchg
312 struct dquot *dq; local in function:lfsquota1_handle_cmd_quotaon
415 struct dquot *dq; local in function:lfsquota1_handle_cmd_quotaoff
477 struct dquot *dq; local in function:lfsquota1_handle_cmd_get
537 struct dquot *dq; local in function:lfsquota1_handle_cmd_put
743 struct dquot *dq; local in function:lfs_q1sync
    [all...]
ulfs_quota.c 716 struct dquot *dq; local in function:lfs_dqreinit
729 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) {
730 dqvp = dq->dq_ump->um_quotas[dq->dq_type];
731 LIST_REMOVE(dq, dq_hash);
732 hashval = DQHASH(dqvp, dq->dq_id);
733 LIST_INSERT_HEAD(&dqhashtbl[hashval], dq, dq_hash);
810 struct dquot *dq, *ndq; local in function:lfs_dqget
846 LIST_FOREACH(dq, dqh, dq_hash) {
847 if (dq->dq_id != id |
996 struct dquot *dq; local in function:lfs_dqflush
    [all...]
ulfs_quota2.c 293 quota2_q2ealloc(struct ulfsmount *ump, int type, uid_t uid, struct dquot *dq)
304 KASSERT(mutex_owned(&dq->dq_interlock));
339 dq->dq2_lblkno = (offset >> ump->um_mountp->mnt_fs_bshift);
340 dq->dq2_blkoff = (offset & ump->umq2_bmask);
341 if (dq->dq2_lblkno == 0) {
343 q2e = (void *)((char *)bp->b_data + dq->dq2_blkoff);
345 error = getq2e(ump, type, dq->dq2_lblkno,
346 dq->dq2_blkoff, &bp, &q2e, B_MODIFY);
374 struct dquot *dq; local in function:getinoquota2
386 dq = ip->i_dquot[i]
445 struct dquot *dq; local in function:quota2_check
582 struct dquot *dq; local in function:lfsquota2_handle_cmd_put
653 struct dquot *dq; member in struct:dq2clear_callback
687 struct dquot *dq; local in function:lfsquota2_handle_cmd_del
794 struct dquot *dq; local in function:quota2_fetch_q2e
830 struct dquot *dq; local in function:quota2_fetch_quotaval
1501 struct dquot *dq; member in struct:dq2get_callback
    [all...]
  /src/sys/ufs/ufs/
ufs_quota1.c 65 struct dquot *dq; local in function:chkdq1
75 if ((dq = ip->i_dquot[i]) == NODQUOT)
77 mutex_enter(&dq->dq_interlock);
78 ncurblocks = dq->dq_curblocks + change;
80 dq->dq_curblocks = ncurblocks;
82 dq->dq_curblocks = 0;
83 dq->dq_flags &= ~DQ_WARN(QL_BLOCK);
84 dq->dq_flags |= DQ_MOD;
85 mutex_exit(&dq->dq_interlock);
90 if ((dq = ip->i_dquot[i]) == NODQUOT
121 struct dquot *dq = ip->i_dquot[type]; local in function:chkdqchg
173 struct dquot *dq; local in function:chkiq1
229 struct dquot *dq = ip->i_dquot[type]; local in function:chkiqchg
310 struct dquot *dq; local in function:quota1_handle_cmd_quotaon
421 struct dquot *dq; local in function:quota1_handle_cmd_quotaoff
487 struct dquot *dq; local in function:quota1_handle_cmd_get
547 struct dquot *dq; local in function:quota1_handle_cmd_put
753 struct dquot *dq; local in function:q1sync
    [all...]
ufs_quota.c 700 struct dquot *dq; local in function:dqreinit
713 while ((dq = LIST_FIRST(&oldhash[i])) != NULL) {
714 dqvp = dq->dq_ump->um_quotas[dq->dq_type];
715 LIST_REMOVE(dq, dq_hash);
716 hashval = DQHASH(dqvp, dq->dq_id);
717 LIST_INSERT_HEAD(&dqhashtbl[hashval], dq, dq_hash);
792 struct dquot *dq, *ndq; local in function:dqget
828 LIST_FOREACH(dq, dqh, dq_hash) {
829 if (dq->dq_id != id |
972 struct dquot *dq; local in function:dqflush
    [all...]
ufs_quota2.c 288 quota2_q2ealloc(struct ufsmount *ump, int type, uid_t uid, struct dquot *dq)
298 KASSERT(mutex_owned(&dq->dq_interlock));
333 dq->dq2_lblkno = (offset >> ump->um_mountp->mnt_fs_bshift);
334 dq->dq2_blkoff = (offset & ump->umq2_bmask);
335 if (dq->dq2_lblkno == 0) {
337 q2e = (void *)((char *)bp->b_data + dq->dq2_blkoff);
339 error = getq2e(ump, type, dq->dq2_lblkno,
340 dq->dq2_blkoff, &bp, &q2e, B_MODIFY);
368 struct dquot *dq; local in function:getinoquota2
383 dq = ip->i_dquot[i]
442 struct dquot *dq; local in function:quota2_check
578 struct dquot *dq; local in function:quota2_handle_cmd_put
655 struct dquot *dq; member in struct:dq2clear_callback
689 struct dquot *dq; local in function:quota2_handle_cmd_del
801 struct dquot *dq; local in function:quota2_fetch_q2e
836 struct dquot *dq; local in function:quota2_fetch_quotaval
1503 struct dquot *dq; member in struct:dq2get_callback
    [all...]
  /src/lib/libquota/
quota_oldfiles.c 322 dqblk_getblocks(const struct dqblk *dq, struct quotaval *qv)
324 qv->qv_hardlimit = dqblk_getlimit(dq->dqb_bhardlimit);
325 qv->qv_softlimit = dqblk_getlimit(dq->dqb_bsoftlimit);
326 qv->qv_usage = dq->dqb_curblocks;
327 qv->qv_expiretime = dq->dqb_btime;
332 dqblk_getfiles(const struct dqblk *dq, struct quotaval *qv)
334 qv->qv_hardlimit = dqblk_getlimit(dq->dqb_ihardlimit);
335 qv->qv_softlimit = dqblk_getlimit(dq->dqb_isoftlimit);
336 qv->qv_usage = dq->dqb_curinodes;
337 qv->qv_expiretime = dq->dqb_itime
485 struct dqblk dq; local in function:__quota_oldfiles_doget
572 struct dqblk dq; local in function:__quota_oldfiles_doput
    [all...]
  /src/sys/arch/luna68k/dev/
omrasops.c 1285 uint8_t *sp, *dp, *sq, *dq, *basep; local in function:om1_copycols
1346 dq = dp;
1369 dp = (dq += scanspan);
1385 dq = dp;
1408 dp = (dq += scanspan);
1418 uint8_t *sp, *dp, *sq, *dq, *basep; local in function:om4_copycols
1485 dq = dp;
1526 dp = (dq += scanspan);
1542 dq = dp;
1583 dp = (dq += scanspan)
    [all...]
  /src/sys/net/
if_spppsubr.c 3475 const char *dq; local in function:sppp_ipcp_confreq
3607 dq = sppp_dotted_quad(dqbuf,
3609 addlog(" %s [ack]", dq);
3628 dq = sppp_dotted_quad(dqbuf,
3630 addlog(" %s [not agreed]", dq);
3825 const char *dq; local in function:sppp_ipcp_confnak
3827 dq = sppp_dotted_quad(dqbuf,
3829 addlog(" [wantaddr %s]", dq);
  /src/sys/dev/stbi/
stb_image.c 1413 stbi_dequantize_t *dq = dequantize; local in function:idct_block
1418 for (i=0; i < 8; ++i,++d,++dq, ++v) {
1426 int dcterm = d[0] * dq[0] << 2;
1429 IDCT_1D(d[ 0]*dq[ 0],d[ 8]*dq[ 8],d[16]*dq[16],d[24]*dq[24],
1430 d[32]*dq[32],d[40]*dq[40],d[48]*dq[48],d[56]*dq[56]
    [all...]

Completed in 52 milliseconds