Searched refs:bitoff (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dlocalalloc.c607 int numfound, bitoff, left, startoff, lastzero; local
614 bitoff = -1;
620 numfound = bitoff = startoff = 0;
623 while ((bitoff = ocfs2_find_next_zero_bit(bitmap, left, startoff)) != -1) {
624 if (bitoff == left) {
625 /* mlog(0, "bitoff (%d) == left", bitoff); */
628 /* mlog(0, "Found a zero: bitoff = %d, startoff = %d, "
629 "numfound = %d\n", bitoff, startoff, numfound);*/
633 if (bitoff
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dsiutils.c4475 uint bitoff = 0; local
4483 bitoff = OTP4325_FM_DISABLED_OFFSET;
4490 if (bitoff) {

Completed in 95 milliseconds