Home
last modified time | relevance | path

Searched refs:borrowed (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_rmclass.c1255 rm_class_t *cl, *borrowed; in rmc_update_class_util() local
1266 borrowed = ifd->borrowed_[ifd->qo_]; in rmc_update_class_util()
1267 borrows = borrowed; in rmc_update_class_util()
1387 if (borrowed && (ifd->cutoff_ >= borrowed->depth_)) { in rmc_update_class_util()
1389 if ((qlen(cl->q_) <= 0) || TV_LT(nowp, &borrowed->undertime_)) { in rmc_update_class_util()
1393 ifd->cutoff_ = borrowed->depth_; in rmc_update_class_util()
1394 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_); in rmc_update_class_util()
1397 if ((qlen(cl->q_) <= 1) || TV_LT(&now, &borrowed->undertime_)) { in rmc_update_class_util()
1404 ifd->cutoff_ = borrowed->depth_; in rmc_update_class_util()
1405 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_); in rmc_update_class_util()
/f-stack/freebsd/contrib/openzfs/cmd/zdb/
H A Dzdb.c7845 boolean_t borrowed = B_FALSE, found = B_FALSE; in zdb_read_block() local
7992 borrowed = B_TRUE; in zdb_read_block()
8005 borrowed = B_FALSE; in zdb_read_block()
8092 if (borrowed) in zdb_read_block()
/f-stack/freebsd/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2504 @ modulus and then add it back if subtraction borrowed.
3257 @ and if it borrowed, add modulus back.
3598 @ modulus and then add it back if subtraction borrowed.