Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch110 - yappi.clear_stats()
175 - yappi.clear_stats()
437 - yappi.clear_stats()
524 - yappi.clear_stats()
569 - yappi.clear_stats()
573 - yappi.clear_stats()
577 - yappi.clear_stats()
578 - yappi.clear_stats()
661 - yappi.clear_stats()
704 - yappi.clear_stats()
[all …]
/openbmc/linux/samples/bpf/
H A Dtracex3_user.c17 static void clear_stats(int fd) in clear_stats() function
95 clear_stats(fd); in print_hist()
/openbmc/openbmc/meta-security/recipes-ids/ossec/files/
H A D0002-Makefile-don-t-set-uid-gid.patch181 - $(call INSTALL_CMD,0550,root,0) clear_stats ${PREFIX}/bin/
208 + $(call INSTALL_CMD,0550) clear_stats ${PREFIX}/bin/
/openbmc/linux/include/linux/qed/
H A Dqed_eth_if.h119 bool clear_stats; member
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Dwritecache.rst113 clear_stats
/openbmc/linux/drivers/scsi/qedf/
H A Dqedf_debugfs.c483 qedf_dbg_fileops(qedf, clear_stats),
/openbmc/linux/fs/smb/client/
H A Dcifs_debug.c690 if (server->ops->clear_stats) in cifs_stats_proc_write()
691 server->ops->clear_stats(tcon); in cifs_stats_proc_write()
H A Dsmb1ops.c1108 .clear_stats = cifs_clear_stats,
H A Dsmb2ops.c5141 .clear_stats = smb2_clear_stats,
5244 .clear_stats = smb2_clear_stats,
5348 .clear_stats = smb2_clear_stats,
5464 .clear_stats = smb2_clear_stats,
H A Dcifsglob.h317 void (*clear_stats)(struct cifs_tcon *); member
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-bcache11 What: /sys/block/<disk>/bcache/clear_stats
/openbmc/linux/drivers/net/ethernet/dlink/
H A Ddl2k.c73 static int clear_stats (struct net_device *dev);
582 clear_stats (dev); in rio_hw_init()
1131 clear_stats (struct net_device *dev) in clear_stats() function
/openbmc/linux/drivers/net/ethernet/qlogic/qede/
H A Dqede_main.c2241 static int qede_start_queues(struct qede_dev *edev, bool clear_stats) in qede_start_queues() argument
2267 start.clear_stats = clear_stats; in qede_start_queues()
/openbmc/linux/Documentation/admin-guide/
H A Dbcache.rst415 clear_stats
540 clear_stats
/openbmc/linux/drivers/md/bcache/
H A Dsysfs.c61 write_attribute(clear_stats);
/openbmc/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_l2.c2349 if (params->clear_stats) in qed_start_vport()