Home
last modified time | relevance | path

Searched defs:hist (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/netstat/
H A Dipsec.c229 ipsec_hist_new(const uint64_t *hist, size_t histmax, in ipsec_hist_new()
271 #define hist(f, n, t, c) \ in print_ahstats() macro
330 #define hist(f, n, t, c) \ in print_espstats() macro
391 #define hist(f, n, t, c) \ in print_ipcompstats() macro
/f-stack/freebsd/sys/
H A Dstats.h406 struct vss_hist_hlpr_info hist; member
577 #define VSD_HIST_FIELDVAL(hist, hist_dtype, field) \ argument
579 #define VSD_CONSTHIST_FIELDVAL(hist, hist_dtype, field) \ argument
581 #define VSD_HIST_FIELDPTR(hist, hist_dtype, field) \ argument
583 #define VSD_CONSTHIST_FIELDPTR(hist, hist_dtype, field) \ argument
590 #define VSD_CRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
594 #define VSD_CRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
603 #define VSD_DRHIST_FIELDVAL(hist, hist_dtype, field) \ argument
607 #define VSD_DRHIST_FIELDPTR(hist, hist_dtype, field) \ argument
616 #define VSD_DVHIST_FIELDVAL(hist, hist_dtype, field) \ argument
[all …]
/f-stack/freebsd/net/
H A Dmppcd.c49 uint8_t hist[2*MPPE_HIST_LEN]; member
110 uint8_t *hist, *s; in MPPC_Decompress() local
H A Dmppcc.c51 uint8_t hist[2*MPPE_HIST_LEN]; member
150 uint8_t *hist, *sbuf, *p, *q, *r, *s; in MPPC_Compress() local
/f-stack/tools/ngctl/
H A Dmain.c338 History *hist; local
/f-stack/freebsd/kern/
H A Dsubr_stats.c674 struct voistatdata_hist *hist; local
1767 const struct voistatdata_hist *hist, enum vsd_dtype hist_dtype,
2375 struct voistatdata_hist *hist; local
2716 struct voistat *vs, struct voistatdata_hist *hist)
/f-stack/tools/compat/include/sys/
H A Devent.h174 #define KNOTE(list, hist, flags) knote(list, hist, flags) argument
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Drange_tree.c104 uint64_t hist[RANGE_TREE_HISTOGRAM_SIZE] = { 0 }; in range_tree_stat_verify() local
H A Dzfs_fm.c668 update_histogram(uint64_t value_arg, uint32_t *hist, uint32_t *count) in update_histogram()