Home
last modified time | relevance | path

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

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_mod.c3986 #define CFETCH(a, b, field) a.field = counter_u64_fetch(b.field) in pmc_syscall_handler() macro
3987 CFETCH(gms, pmc_stats, pm_intr_ignored); in pmc_syscall_handler()
3988 CFETCH(gms, pmc_stats, pm_intr_processed); in pmc_syscall_handler()
3989 CFETCH(gms, pmc_stats, pm_intr_bufferfull); in pmc_syscall_handler()
3990 CFETCH(gms, pmc_stats, pm_syscalls); in pmc_syscall_handler()
3991 CFETCH(gms, pmc_stats, pm_syscall_errors); in pmc_syscall_handler()
3992 CFETCH(gms, pmc_stats, pm_buffer_requests); in pmc_syscall_handler()
3993 CFETCH(gms, pmc_stats, pm_buffer_requests_failed); in pmc_syscall_handler()
3994 CFETCH(gms, pmc_stats, pm_log_sweeps); in pmc_syscall_handler()
3995 #undef CFETCH in pmc_syscall_handler()