Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dracct.h180 void racct_add_buf(struct proc *p, const struct buf *bufp, int is_write);
/f-stack/freebsd/kern/
H A Dvfs_cluster.c264 racct_add_buf(td->td_proc, bp, 0); in cluster_read()
324 racct_add_buf(td->td_proc, rbp, 0); in cluster_read()
H A Dkern_racct.c647 racct_add_buf(struct proc *p, const struct buf *bp, int is_write) in racct_add_buf() function
H A Dvfs_bio.c2112 racct_add_buf(curproc, rabp, 0); in breada()
2185 racct_add_buf(td->td_proc, bp, 0); in breadn_flags()
2293 racct_add_buf(curproc, bp, 1); in bufwrite()