Searched refs:last_sync (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dmpeg.c247 int64_t last_sync= avio_tell(s->pb); local
250 avio_seek(s->pb, last_sync, SEEK_SET);
256 last_sync = avio_tell(s->pb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dmpeg.c238 int64_t last_sync = avio_tell(s->pb); local
241 avio_seek(s->pb, last_sync, SEEK_SET);
247 last_sync = avio_tell(s->pb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dcfq-iosched.c2427 unsigned long last_sync = jiffies - cfqd->last_delayed_sync; local
2430 depth = last_sync / cfqd->cfq_slice[1];

Completed in 33 milliseconds