Home
last modified time | relevance | path

Searched refs:clear_stats (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.10/samples/bpf/
Dtracex3_user.c18 static void clear_stats(int fd) in clear_stats() function
96 clear_stats(fd); in print_hist()
/Linux-v5.10/include/linux/qed/
Dqed_eth_if.h119 bool clear_stats; member
/Linux-v5.10/drivers/scsi/qedf/
Dqedf_debugfs.c476 qedf_dbg_fileops(qedf, clear_stats),
/Linux-v5.10/fs/cifs/
Dcifs_debug.c520 if (server->ops->clear_stats) in cifs_stats_proc_write()
521 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
Dcifsglob.h253 void (*clear_stats)(struct cifs_tcon *); member
Dsmb1ops.c1166 .clear_stats = cifs_clear_stats,
Dsmb2ops.c4955 .clear_stats = smb2_clear_stats,
5054 .clear_stats = smb2_clear_stats,
5155 .clear_stats = smb2_clear_stats,
5268 .clear_stats = smb2_clear_stats,
/Linux-v5.10/Documentation/ABI/testing/
Dsysfs-block-bcache11 What: /sys/block/<disk>/bcache/clear_stats
/Linux-v5.10/drivers/net/ethernet/dlink/
Ddl2k.c73 static int clear_stats (struct net_device *dev);
583 clear_stats (dev); in rio_hw_init()
1134 clear_stats (struct net_device *dev) in clear_stats() function
/Linux-v5.10/drivers/net/ethernet/qlogic/qede/
Dqede_main.c2128 static int qede_start_queues(struct qede_dev *edev, bool clear_stats) in qede_start_queues() argument
2154 start.clear_stats = clear_stats; in qede_start_queues()
/Linux-v5.10/Documentation/admin-guide/
Dbcache.rst415 clear_stats
543 clear_stats
/Linux-v5.10/drivers/md/bcache/
Dsysfs.c61 write_attribute(clear_stats);
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_l2.c2339 if (params->clear_stats) in qed_start_vport()