Home
last modified time | relevance | path

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

/linux-4.1.27/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-4.1.27/net/sched/
Dsch_cbq.c110 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member
364 } while ((cl = cl->borrow) != NULL && toplevel > cl->level); in cbq_mark_toplevel()
446 for (b = cl->borrow; b; b = b->borrow) { in cbq_ovl_classic()
473 } while ((cl = cl->borrow) != NULL); in cbq_ovl_rclassic()
682 } while ((borrowed = borrowed->borrow) != NULL); in cbq_update_toplevel()
807 cl = cl->borrow; in cbq_under_limit()
837 struct cbq_class *borrow = cl; in cbq_dequeue_prio() local
840 (borrow = cbq_under_limit(cl)) == NULL) in cbq_dequeue_prio()
863 q->tx_borrowed = borrow; in cbq_dequeue_prio()
864 if (borrow != cl) { in cbq_dequeue_prio()
[all …]
/linux-4.1.27/net/bluetooth/
Decc.c205 u64 borrow = 0; in vli_sub() local
211 diff = left[i] - right[i] - borrow; in vli_sub()
213 borrow = (diff > left[i]); in vli_sub()
218 return borrow; in vli_sub()
353 u64 borrow = vli_sub(result, left, right); in vli_mod_sub() local
359 if (borrow) in vli_mod_sub()
/linux-4.1.27/Documentation/blockdev/
Dnbd.txt12 to borrow disk space from another computer.
/linux-4.1.27/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-4.1.27/Documentation/parisc/
Dregisters64 C/B (carry/borrow bits) used by C code
/linux-4.1.27/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-4.1.27/Documentation/
Dparport-lowlevel.txt554 driver to temporarily 'borrow' it. 'parport_yield' does not block;
/linux-4.1.27/arch/arm/crypto/
Daesbs-core.S_shipped1352 add r8, r6, #.LREVM0SR-.LM0 @ borrow r8
1371 adrl r8, .LREVM0SR @ borrow r8
/linux-4.1.27/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