Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/boot/
Ddevtree.c154 int i, borrow = 0; in sub_reg() local
157 int prev_borrow = borrow; in sub_reg()
158 borrow = reg[i] < sub[i] + prev_borrow; in sub_reg()
162 return !borrow; in sub_reg()
/Linux-v4.19/net/sched/
Dsch_cbq.c103 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member
359 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel()
436 for (b = cl->borrow; b; b = b->borrow) { in cbq_overlimit()
544 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
669 cl = cl->borrow; in cbq_under_limit()
699 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local
702 (borrow = cbq_under_limit(cl)) == NULL) in cbq_dequeue_prio()
725 q->tx_borrowed = borrow; in cbq_dequeue_prio()
726 if (borrow != cl) { in cbq_dequeue_prio()
728 borrow->xstats.borrows++; in cbq_dequeue_prio()
[all …]
/Linux-v4.19/drivers/iio/counter/
D104-quad-8.c101 unsigned int borrow; in quad8_read_raw() local
114 borrow = flags & QUAD8_FLAG_BT; in quad8_read_raw()
118 *val = (borrow ^ carry) << 24; in quad8_read_raw()
/Linux-v4.19/crypto/
Decc.c246 u64 borrow = 0; in vli_sub() local
252 diff = left[i] - right[i] - borrow; in vli_sub()
254 borrow = (diff > left[i]); in vli_sub()
259 return borrow; in vli_sub()
395 u64 borrow = vli_sub(result, left, right, ndigits); in vli_mod_sub() local
401 if (borrow) in vli_mod_sub()
/Linux-v4.19/Documentation/blockdev/
Dnbd.txt12 to borrow disk space from another computer.
/Linux-v4.19/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-v4.19/Documentation/parisc/
Dregisters64 C/B (carry/borrow bits) used by C code
/Linux-v4.19/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-v4.19/Documentation/
Dparport-lowlevel.txt641 driver to temporarily ``borrow`` it. ``parport_yield`` does not block;
/Linux-v4.19/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