Home
last modified time | relevance | path

Searched refs:flush_time (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/net/wireless/iwlegacy/
D3945-rs.c224 rs_sta->flush_time = msecs_to_jiffies(duration); in il3945_bg_rate_scale_flush()
230 jiffies + rs_sta->flush_time); in il3945_bg_rate_scale_flush()
234 rs_sta->flush_time = RATE_FLUSH; in il3945_bg_rate_scale_flush()
360 rs_sta->flush_time = RATE_FLUSH; in il3945_rs_rate_init()
529 time_after(jiffies, rs_sta->last_flush + rs_sta->flush_time)) { in il3945_rs_tx_status()
534 jiffies + rs_sta->flush_time); in il3945_rs_tx_status()
844 jiffies_to_msecs(lq_sta->flush_time)); in il3945_sta_dbgfs_stats_table_read()
D3945.h82 u32 flush_time; member
/linux-4.4.14/include/linux/sunrpc/
Dcache.h110 time_t flush_time; /* flush all cache items with member
212 (detail->flush_time >= h->last_refresh); in cache_is_expired()
/linux-4.4.14/net/sunrpc/
Dcache.c51 if (now <= detail->flush_time) in cache_init()
53 now = detail->flush_time + 1; in cache_init()
126 if (now <= detail->flush_time) in cache_fresh_locked()
128 now = detail->flush_time + 1; in cache_fresh_locked()
500 if (detail->flush_time >= now) in cache_purge()
501 now = detail->flush_time + 1; in cache_purge()
503 detail->flush_time = now; in cache_purge()
1432 snprintf(tbuf, sizeof(tbuf), "%lu\n", convert_to_wallclock(cd->flush_time)); in read_flush()
1473 if (cd->flush_time >= now) in write_flush()
1474 now = cd->flush_time + 1; in write_flush()
[all …]
/linux-4.4.14/tools/perf/
Dbuiltin-kvm.c764 u64 flush_time = ULLONG_MAX, mmap_time; in perf_kvm__mmap_read() local
778 if (mmap_time < flush_time) in perf_kvm__mmap_read()
779 flush_time = mmap_time; in perf_kvm__mmap_read()
790 oe->next_flush = flush_time; in perf_kvm__mmap_read()
/linux-4.4.14/fs/nfs/
Ddns_resolve.c298 || cd->flush_time > (*item)->h.last_refresh) in do_cache_lookup_nowait()
/linux-4.4.14/drivers/net/fddi/
Ddefxx.h719 PI_UINT32 flush_time; member