Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_sendfile.c445 SFSTAT_INC(sf_pages_valid); in sendfile_swapin()
500 SFSTAT_INC(sf_pages_valid); in sendfile_swapin()
518 SFSTAT_INC(sf_pages_valid); in sendfile_swapin()
519 SFSTAT_INC(sf_pages_bogus); in sendfile_swapin()
548 SFSTAT_INC(sf_iocnt); in sendfile_swapin()
558 SFSTAT_INC(sf_noiocnt); in sendfile_swapin()
726 SFSTAT_INC(sf_syscalls); in vn_sendfile()
994 SFSTAT_INC(sf_busy); in vn_sendfile()
1073 SFSTAT_INC(sf_allocfail); in vn_sendfile()
H A Dsubr_sfbuf.c145 SFSTAT_INC(sf_allocwait); in sf_buf_alloc()
/f-stack/tools/compat/include/sys/
H A Dsf_buf.h194 #define SFSTAT_INC(name) SFSTAT_ADD(name, 1) macro
/f-stack/freebsd/sys/
H A Dsf_buf.h194 #define SFSTAT_INC(name) SFSTAT_ADD(name, 1) macro