Searched refs:flush_time (Results 1 - 15 of 15) sorted by relevance

/linux-master/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; local
227 flush_time = spk_get_var(FLUSH);
230 timeout_val = flush_time->u.n.value;
H A Dspk_types.h181 int flush_time; member in struct:spk_synth
H A Dsynth.c415 synth_time_vars[4].u.n.default_val = synth->flush_time;
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c209 rs_sta->flush_time = msecs_to_jiffies(duration);
215 jiffies + rs_sta->flush_time);
219 rs_sta->flush_time = RATE_FLUSH;
345 rs_sta->flush_time = RATE_FLUSH;
505 * flush_time since the last run, schedule the flush
510 time_after(jiffies, rs_sta->last_flush + rs_sta->flush_time)) {
515 jiffies + rs_sta->flush_time);
822 jiffies_to_msecs(lq_sta->flush_time));
H A D3945.h67 u32 flush_time; member in struct:il3945_rs_sta
/linux-master/include/linux/sunrpc/
H A Dcache.h54 * be *after* ->flush_time.
104 time64_t flush_time; /* flush all cache items with member in struct:cache_detail
222 return detail->flush_time >= h->last_refresh;
/linux-master/fs/bcachefs/
H A Djournal_types.h30 u64 flush_time; member in struct:journal_buf
H A Djournal.c335 if (!buf->flush_time) {
336 buf->flush_time = local_clock() ?: 1;
424 buf->flush_time = 0;
717 if (!buf->flush_time) {
718 buf->flush_time = local_clock() ?: 1;
839 if (!buf->flush_time) {
840 buf->flush_time = local_clock() ?: 1;
/linux-master/net/sunrpc/
H A Dcache.c52 if (now <= detail->flush_time)
54 now = detail->flush_time + 1;
165 if (now <= detail->flush_time)
167 now = detail->flush_time + 1;
357 * - The last_refresh time is before the flush_time for that cache
369 * If the flush_time is ever set to a time earlier than the nextcheck
370 * time, the nextcheck time is then set to that flush_time.
1505 convert_to_wallclock(cd->flush_time));
1532 * Do this by advancing flush_time to the current time,
1535 * that ->flush_time, s
[all...]
/linux-master/tools/perf/
H A Dbuiltin-kvm.c1321 u64 flush_time = ULLONG_MAX, mmap_time; local
1335 if (mmap_time < flush_time)
1336 flush_time = mmap_time;
1347 oe->next_flush = flush_time;
/linux-master/fs/nfs/
H A Ddns_resolve.c308 || cd->flush_time > (*item)->h.last_refresh)
/linux-master/drivers/net/fddi/
H A Ddefxx.h720 PI_UINT32 flush_time; member in struct:__anon652
/linux-master/fs/nfsd/
H A Dnfs4xdr.c3013 u32 flush_time = convert_to_wallclock(exp->cd->flush_time); local
3015 if (xdr_stream_encode_u32(xdr, flush_time) != XDR_UNIT)
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1119 a2dp->flush_time = le32_to_cpu(pdev->flush_time);
6086 a2dp->flush_time = 0;
6837 a2dp.bitpool, a2dp.flush_time);
7004 (bt_linfo->a2dp_desc.flush_time == 0 ||
H A Dcore.h1419 u32 flush_time; member in struct:rtw89_btc_bt_a2dp_desc
2519 __le32 flush_time; member in struct:rtw89_btc_fbtc_btdevinfo

Completed in 347 milliseconds