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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/
H A Dutil_mem.c75 unsigned int units, prev_offset; local
89 prev_offset = 0;
92 if (blk->offset - prev_offset >= units)
94 prev_offset = blk->offset + blk->size;
96 if (hdr->size - prev_offset < units)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dpci-calgary.c1067 unsigned int offset, prev_offset; local
1088 prev_offset = 0;
1094 while (offset > prev_offset) {
1101 prev_offset = offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c871 unsigned int prev_offset; local
881 prev_offset = ra.prev_offset;
932 if (prev_index != index || offset != prev_offset)
950 prev_offset = offset;
951 ra.prev_offset = offset;
H A Dreadahead.c478 ra->prev_offset = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dfs.h697 unsigned int prev_offset; /* Offset where last read() ended in a page */ member in struct:file_ra_state

Completed in 75 milliseconds