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

  /src/sys/altq/
altq_rmclass.c 115 * but when the borrowed class is overloaded (advidle is close to minidle),
1264 rm_class_t *cl, *cl0, *borrowed; local
1276 borrowed = ifd->borrowed_[ifd->qo_];
1277 borrows = borrowed;
1397 if (borrowed && (ifd->cutoff_ >= borrowed->depth_)) {
1399 if ((qlen(cl->q_) <= 0) || TS_LT(nowp, &borrowed->undertime_)) {
1403 ifd->cutoff_ = borrowed->depth_;
1404 CBQTRACE(rmc_update_class_util, 'ffob', borrowed->depth_);
1407 if ((qlen(cl->q_) <= 1) || TS_LT(&now, &borrowed->undertime_))
    [all...]
  /src/crypto/external/bsd/openssh/dist/
libcrux_mlkem768_sha3.h 4594 Eurydice_slice borrowed[1U]; local
4597 borrowed[i] = core_array___Array_T__N__23__as_slice(
4602 borrowed[i0] =
4607 memcpy(uu____3, borrowed, (size_t)1U * sizeof(Eurydice_slice));
5048 Eurydice_slice borrowed[1U]; local
5051 borrowed[i] = core_array___Array_T__N__23__as_slice(
5056 borrowed[i0] =
5061 memcpy(uu____3, borrowed, (size_t)1U * sizeof(Eurydice_slice));

Completed in 36 milliseconds