Searched refs:b_count (Results 26 - 35 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegvideo_enc.c1729 // FIXME f/b_count in avctx
2417 d->b_count= s->b_count;
2446 d->b_count= s->b_count;
2721 s->b_count=0;
3350 MERGE(b_count);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
H A Djournal.c323 atomic_set(&new_bh->b_count, 1);
2029 (atomic_read(&bh->b_count) > 0) ||
2111 * decrement ->b_count.
2113 * We in fact take an additional increment on ->b_count as a convenience,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/gfs2/
H A Daops.c1073 if (atomic_read(&bh->b_count))
H A Dlog.c527 atomic_set(&bh->b_count, 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dbitmap.c1263 BUG_ON(atomic_read(&bh->b_count) == 0);
H A Dstree.c902 #define held_by_others(bh) (atomic_read(&(bh)->b_count) > 1)
H A Djournal.c1562 if (atomic_read(&(saved_bh->b_count)) < 0) {
1564 "saved_bh->b_count < 0");
3501 if (atomic_read(&(bh->b_count)) < 0) {
3503 "b_count < 0");
3821 (&(cn->bh->b_count)) < 0) {
3824 "cn->bh->b_count < 0");
H A Dfix_node.c997 /*(*pcom_father = parent)->b_count++; */
2109 if (atomic_read(&(bh->b_count)) <= 0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dniu.c6790 u32 b_offset, b_count; local
6793 b_count = 4 - b_offset;
6794 if (b_count > len)
6795 b_count = len;
6798 memcpy(data, ((char *)&val) + b_offset, b_count);
6799 data += b_count;
6800 len -= b_count;
6801 offset += b_count;
H A Dtg3.c9415 u32 i, offset, len, b_offset, b_count; local
9433 b_count = 4 - b_offset;
9434 if (b_count > len) {
9436 b_count = len;
9441 memcpy(data, ((char *)&val) + b_offset, b_count);
9442 len -= b_count;
9443 offset += b_count;
9444 eeprom->len += b_count;
9462 b_count = len & 3;
9463 b_offset = offset + len - b_count;
[all...]

Completed in 244 milliseconds

12