Searched refs:borrows (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/sys/net/altq/
H A Daltq_cbq.h86 u_int borrows; /* # times tried to borrow */ member in struct:_cbq_class_stats_
H A Daltq_rmclass.h131 u_int borrows; /* # times tried to borrow */ member in struct:_rm_class_stats_
H A Daltq_rmclass.c1256 rm_class_t *borrows; local
1267 borrows = borrowed;
1364 if (borrows != NULL) {
1365 if (borrows != cl)
1366 ++cl->stats_.borrows;
1368 borrows = NULL;
H A Daltq_cbq.c179 statsp->borrows = cl->stats_.borrows;
/freebsd-13-stable/sbin/pfctl/
H A Dpfctl_qstats.c348 printf(" [ qlength: %3d/%3d borrows: %6u suspends: %6u ]\n",
350 cur.data.cbq_stats.borrows, cur.data.cbq_stats.delays);
/freebsd-13-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl482 @ if a-b borrows, add modulus.
H A Decp_nistz256-sparcv9.pl613 ! if a-b borrows, add modulus.
/freebsd-13-stable/sys/crypto/openssl/arm/
H A Decp_nistz256-armv4.S2750 @ if a-b borrows, add modulus.

Completed in 186 milliseconds