Searched refs:borrow (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/boot/
H A Ddevtree.c134 int i, borrow = 0; local
137 int prev_borrow = borrow;
138 borrow = reg[i] < sub[i] + prev_borrow;
142 return !borrow;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/lib/
H A Dqrnnd.S37 brc 3,2f # borrow ?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_cbq.c80 struct cbq_class *borrow; /* NULL if class is bandwidth limited; member in struct:cbq_class
350 } while ((cl=cl->borrow) != NULL && toplevel > cl->level);
464 for (b = cl->borrow; b; b = b->borrow) {
491 } while ((cl = cl->borrow) != NULL);
698 } while ((borrowed=borrowed->borrow) != NULL);
811 if ((cl = cl->borrow) == NULL) {
840 struct cbq_class *borrow = cl; local
843 (borrow = cbq_under_limit(cl)) == NULL)
866 q->tx_borrowed = borrow;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dsrem_mod.S236 |..use the borrow of the previous compare
237 bcss R_LT_Y | ...borrow is set iff R < Y
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/ifpsp060/src/
H A Dfplsp.S9559 #..use the borrow of the previous compare
9560 bcs.b R_LT_Y # borrow is set iff R < Y

Completed in 200 milliseconds