/src/sys/altq/ |
altq_rmclass.c | 1266 struct timespec *nowp; local in function:rmc_update_class_util 1291 nowp = &ifd->now_[ifd->qo_]; 1300 if (TS_LT(nowp, &ifd->ifnow_)) { 1309 TS_DELTA(&ifd->ifnow_, nowp, iftime); 1313 TS_ADD_DELTA(nowp, ifd->maxiftime_, &ifd->ifnow_); 1316 TS_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); 1319 if (TS_LT(nowp, &ifd->ifnow_)) { 1322 TS_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); 1362 TS_ADD_DELTA(nowp, tidle, &cl->undertime_); 1399 if ((qlen(cl->q_) <= 0) || TS_LT(nowp, &borrowed->undertime_)) [all...] |
altq_rmclass.c | 1266 struct timespec *nowp; local in function:rmc_update_class_util 1291 nowp = &ifd->now_[ifd->qo_]; 1300 if (TS_LT(nowp, &ifd->ifnow_)) { 1309 TS_DELTA(&ifd->ifnow_, nowp, iftime); 1313 TS_ADD_DELTA(nowp, ifd->maxiftime_, &ifd->ifnow_); 1316 TS_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); 1319 if (TS_LT(nowp, &ifd->ifnow_)) { 1322 TS_ADD_DELTA(nowp, pkt_time, &ifd->ifnow_); 1362 TS_ADD_DELTA(nowp, tidle, &cl->undertime_); 1399 if ((qlen(cl->q_) <= 0) || TS_LT(nowp, &borrowed->undertime_)) [all...] |
/src/sys/fs/nfs/client/ |
nfs_clstate.c | 216 struct nfsclowner *owp, *nowp; local in function:nfscl_open 234 MALLOC(nowp, struct nfsclowner *, sizeof (struct nfsclowner), 241 FREE((caddr_t)nowp, M_NFSCLOWNER); 282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, 309 if (nowp != NULL) 310 FREE((caddr_t)nowp, M_NFSCLOWNER); 329 struct nfsclowner *owp = *owpp, *nowp; 333 nowp = *nowpp; 335 nowp = NULL; 340 if (owp == NULL && nowp != NULL) 1533 struct nfsclowner *owp, *nowp; local in function:nfscl_cleandeleg 1568 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanclient 1587 struct nfsclowner *owp, *nowp, *towp; local in function:nfscl_expireclient 1677 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanup_common 1717 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanupkext 1881 struct nfsclowner *owp, *nowp; local in function:nfscl_recover 2441 struct nfsclowner *owp, *nowp; local in function:nfscl_renewthread 3064 struct nfsclowner *owp, *nowp; local in function:nfscl_doclose 3784 struct nfsclowner *owp, *lowp, *nowp; local in function:nfscl_recalldeleg [all...] |
nfs_clstate.c | 216 struct nfsclowner *owp, *nowp; local in function:nfscl_open 234 MALLOC(nowp, struct nfsclowner *, sizeof (struct nfsclowner), 241 FREE((caddr_t)nowp, M_NFSCLOWNER); 282 nfscl_newopen(clp, dp, &owp, &nowp, &op, &nop, own, nfhp, fhlen, 309 if (nowp != NULL) 310 FREE((caddr_t)nowp, M_NFSCLOWNER); 329 struct nfsclowner *owp = *owpp, *nowp; 333 nowp = *nowpp; 335 nowp = NULL; 340 if (owp == NULL && nowp != NULL) 1533 struct nfsclowner *owp, *nowp; local in function:nfscl_cleandeleg 1568 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanclient 1587 struct nfsclowner *owp, *nowp, *towp; local in function:nfscl_expireclient 1677 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanup_common 1717 struct nfsclowner *owp, *nowp; local in function:nfscl_cleanupkext 1881 struct nfsclowner *owp, *nowp; local in function:nfscl_recover 2441 struct nfsclowner *owp, *nowp; local in function:nfscl_renewthread 3064 struct nfsclowner *owp, *nowp; local in function:nfscl_doclose 3784 struct nfsclowner *owp, *lowp, *nowp; local in function:nfscl_recalldeleg [all...] |