Home
last modified time | relevance | path

Searched refs:sync_all (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/netdevsim/
Dudp_tunnels.c175 if (nsim_dev->udp_ports.sync_all) { in nsim_udp_tunnels_info_create()
206 &nsim_dev->udp_ports.sync_all); in nsim_udp_tunnels_debugfs_create()
Dnetdevsim.h217 bool sync_all; member
/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_client.h26 bool sync_all; member
Dfile_remote.c692 bool *rsem_held, bool sync_all) in allow_cur_thread_wpage() argument
696 if (sync_all) { in allow_cur_thread_wpage()
747 param->sync_all = sync; in hmdfs_writepage_remote()
Dhmdfs_client.c194 if (ctx->sync_all && hmdfs_usr_sig_pending(ctx->caller)) in hmdfs_client_writepage_err()
197 if (ctx->sync_all || !time_is_after_eq_jiffies(ctx->timeout) || in hmdfs_client_writepage_err()
215 return ctx->sync_all && time_is_after_eq_jiffies(ctx->timeout); in hmdfs_no_timedout_sync_write()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-record.c250 static int record__aio_sync(struct mmap *md, bool sync_all) in record__aio_sync() argument
261 if (sync_all) in record__aio_sync()