Home
last modified time | relevance | path

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

/linux/drivers/accessibility/speakup/
H A Dspeakup_dectlk.c91 __ATTR(flush_time, 0644, spk_var_show, spk_var_store);
133 .flush_time = 4000,
220 struct var_t *flush_time; in do_catch_up() local
227 flush_time = spk_get_var(FLUSH); in do_catch_up()
230 timeout_val = flush_time->u.n.value; in do_catch_up()
H A Dspk_types.h181 int flush_time; member
H A Dsynth.c497 synth_time_vars[4].u.n.default_val = synth->flush_time; in do_synth_init()
/linux/net/sunrpc/
H A Dcache.c55 if (now <= detail->flush_time) in cache_init()
57 now = detail->flush_time + 1; in cache_init()
170 if (now <= detail->flush_time) in cache_fresh_locked()
172 now = detail->flush_time + 1; in cache_fresh_locked()
1501 convert_to_wallclock(cd->flush_time)); in read_flush()
1534 if (cd->flush_time >= now) in write_flush()
1535 now = cd->flush_time + 1; in write_flush()
1537 cd->flush_time = now; in write_flush()
/linux/tools/perf/
H A Dbuiltin-kvm.c1271 u64 flush_time = ULLONG_MAX, mmap_time; in perf_kvm__mmap_read()
1285 if (mmap_time < flush_time) in perf_kvm__mmap_read()
1286 flush_time = mmap_time; in perf_kvm__mmap_read()
1297 oe->next_flush = flush_time; in perf_kvm__mmap_read()
1268 u64 flush_time = ULLONG_MAX, mmap_time; perf_kvm__mmap_read() local
/linux/drivers/net/fddi/
H A Ddefxx.h720 PI_UINT32 flush_time; member
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-speakup323 What: /sys/accessibility/speakup/<synth-name>/flush_time
/linux/fs/nfsd/
H A Dnfs4xdr.c3296 u32 flush_time = convert_to_wallclock(exp->cd->flush_time); in nfsd4_encode_fattr4_change() local
3298 if (xdr_stream_encode_u32(xdr, flush_time) != XDR_UNIT) in nfsd4_encode_fattr4_change()
/linux/drivers/net/wireless/realtek/rtw89/
H A Dcore.h1732 u32 flush_time; member
3795 __le32 flush_time; member
H A Dcoex.c1651 a2dp->flush_time = le32_to_cpu(pdev->flush_time); in _update_bt_report()
9146 a2dp->flush_time = 0; in _update_bt_info()
10057 a2dp.bitpool, a2dp.flush_time); in _show_bt_profile_info()