Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/qed/
Dqed_eth_if.h145 bool clear_stats; member
/linux-4.19.296/fs/cifs/
Dcifs_debug.c418 if (server->ops->clear_stats) in cifs_stats_proc_write()
419 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
Dsmb2ops.c3382 .clear_stats = smb2_clear_stats,
3477 .clear_stats = smb2_clear_stats,
3573 .clear_stats = smb2_clear_stats,
3678 .clear_stats = smb2_clear_stats,
Dsmb1ops.c1050 .clear_stats = cifs_clear_stats,
Dcifsglob.h255 void (*clear_stats)(struct cifs_tcon *); member