Home
last modified time | relevance | path

Searched refs:borrow (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/net/sched/
Dsch_cbq.c98 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member
354 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel()
431 for (b = cl->borrow; b; b = b->borrow) { in cbq_overlimit()
539 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
664 cl = cl->borrow; in cbq_under_limit()
694 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local
697 (borrow = cbq_under_limit(cl)) == NULL) in cbq_dequeue_prio()
720 q->tx_borrowed = borrow; in cbq_dequeue_prio()
721 if (borrow != cl) { in cbq_dequeue_prio()
723 borrow->xstats.borrows++; in cbq_dequeue_prio()
[all …]
/Linux-v5.15/arch/powerpc/boot/
Ddevtree.c159 int i, borrow = 0; in sub_reg() local
162 int prev_borrow = borrow; in sub_reg()
163 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()
167 return !borrow; in sub_reg()
/Linux-v5.15/crypto/
Decc.c310 u64 borrow = 0; in vli_sub() local
316 diff = left[i] - right[i] - borrow; in vli_sub()
318 borrow = (diff > left[i]); in vli_sub()
323 return borrow; in vli_sub()
331 u64 borrow = right; in vli_usub() local
337 diff = left[i] - borrow; in vli_usub()
339 borrow = (diff > left[i]); in vli_usub()
344 return borrow; in vli_usub()
508 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
514 if (borrow) in vli_mod_sub()
[all …]
/Linux-v5.15/Documentation/admin-guide/blockdev/
Dnbd.rst13 to borrow disk space from another computer.
/Linux-v5.15/lib/mpi/
Dec.c204 mpi_limb_t borrow; in ec_addm_25519() local
215 borrow = mpihelp_sub_n(wp, wp, ctx->p->d, wsize); in ec_addm_25519()
216 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_addm_25519()
226 mpi_limb_t borrow; in ec_subm_25519() local
236 borrow = mpihelp_sub_n(wp, up, vp, wsize); in ec_subm_25519()
237 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_25519()
331 mpi_limb_t borrow; in ec_subm_448() local
341 borrow = mpihelp_sub_n(wp, up, vp, wsize); in ec_subm_448()
342 mpih_set_cond(n, ctx->p->d, wsize, (borrow != 0UL)); in ec_subm_448()
/Linux-v5.15/drivers/counter/
D104-quad-8.c125 unsigned int borrow; in quad8_count_read() local
130 borrow = flags & QUAD8_FLAG_BT; in quad8_count_read()
134 *val = (unsigned long)(borrow ^ carry) << 24; in quad8_count_read()
/Linux-v5.15/arch/m68k/fpsp040/
Dsrem_mod.S236 |..use the borrow of the previous compare
237 bcss R_LT_Y | ...borrow is set iff R < Y
/Linux-v5.15/Documentation/parisc/
Dregisters.rst78 C/B (carry/borrow bits) used by C code
/Linux-v5.15/arch/arm/nwfpe/
Dsoftfloat-macros399 2^128, so any borrow out (carry out) is lost. The result is broken into two
418 Subtraction is modulo 2^192, so any borrow out (carry out) is lost. The
/Linux-v5.15/Documentation/driver-api/
Dparport-lowlevel.rst641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
/Linux-v5.15/arch/m68k/ifpsp060/src/
Dfplsp.S9559 #..use the borrow of the previous compare
9560 bcs.b R_LT_Y # borrow is set iff R < Y