Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
A Dspeakup_dectlk.c82 __ATTR(flush_time, 0644, spk_var_show, spk_var_store);
124 .flush_time = 4000,
211 struct var_t *flush_time; in do_catch_up() local
218 flush_time = spk_get_var(FLUSH); in do_catch_up()
221 timeout_val = flush_time->u.n.value; in do_catch_up()
A Dspk_types.h181 int flush_time; member
A Dsynth.c413 synth_time_vars[4].u.n.default_val = synth->flush_time; in do_synth_init()
/linux/drivers/net/wireless/intel/iwlegacy/
A D3945-rs.c209 rs_sta->flush_time = msecs_to_jiffies(duration); in il3945_bg_rate_scale_flush()
215 jiffies + rs_sta->flush_time); in il3945_bg_rate_scale_flush()
219 rs_sta->flush_time = RATE_FLUSH; in il3945_bg_rate_scale_flush()
345 rs_sta->flush_time = RATE_FLUSH; in il3945_rs_rate_init()
510 time_after(jiffies, rs_sta->last_flush + rs_sta->flush_time)) { in il3945_rs_tx_status()
515 jiffies + rs_sta->flush_time); in il3945_rs_tx_status()
822 jiffies_to_msecs(lq_sta->flush_time)); in il3945_sta_dbgfs_stats_table_read()
A D3945.h67 u32 flush_time; member
/linux/include/linux/sunrpc/
A Dcache.h100 time64_t flush_time; /* flush all cache items with member
218 return detail->flush_time >= h->last_refresh; in cache_is_expired()
/linux/net/sunrpc/
A Dcache.c50 if (now <= detail->flush_time) in cache_init()
52 now = detail->flush_time + 1; in cache_init()
163 if (now <= detail->flush_time) in cache_fresh_locked()
165 now = detail->flush_time + 1; in cache_fresh_locked()
1489 convert_to_wallclock(cd->flush_time)); in read_flush()
1522 if (cd->flush_time >= now) in write_flush()
1523 now = cd->flush_time + 1; in write_flush()
1525 cd->flush_time = now; in write_flush()
/linux/tools/perf/
A Dbuiltin-kvm.c804 u64 flush_time = ULLONG_MAX, mmap_time; in perf_kvm__mmap_read() local
818 if (mmap_time < flush_time) in perf_kvm__mmap_read()
819 flush_time = mmap_time; in perf_kvm__mmap_read()
830 oe->next_flush = flush_time; in perf_kvm__mmap_read()
/linux/fs/nfs/
A Ddns_resolve.c309 || cd->flush_time > (*item)->h.last_refresh) in do_cache_lookup_nowait()
/linux/drivers/net/fddi/
A Ddefxx.h720 PI_UINT32 flush_time; member
/linux/drivers/net/wireless/realtek/rtw89/
A Dcoex.c759 a2dp->flush_time = le32_to_cpu(pdev->flush_time); in _update_bt_report()
4078 a2dp->flush_time = 0; in _update_bt_info()
4085 if (a2dp->exist && (a2dp->flush_time == 0 || a2dp->vendor_id == 0 || in _update_bt_info()
4749 a2dp.bitpool, a2dp.flush_time); in _show_bt_profile_info()
A Dcore.h951 u32 flush_time; member
1504 __le32 flush_time; member
/linux/Documentation/ABI/stable/
A Dsysfs-driver-speakup315 What: /sys/accessibility/speakup/<synth-name>/flush_time
/linux/fs/nfsd/
A Dnfs4xdr.c2434 *p++ = cpu_to_be32(convert_to_wallclock(exp->cd->flush_time)); in encode_change()

Completed in 72 milliseconds