Home
last modified time | relevance | path

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

/netbsd/src/external/cddl/osnet/dist/uts/common/fs/zfs/
Darc.c1859 prwatch_t prwatch; member
1872 ctl.prwatch.pr_vaddr = (uintptr_t)buf->b_data; in arc_buf_unwatch()
1873 ctl.prwatch.pr_size = 0; in arc_buf_unwatch()
1874 ctl.prwatch.pr_wflags = 0; in arc_buf_unwatch()
1890 ctl.prwatch.pr_vaddr = (uintptr_t)buf->b_data; in arc_buf_watch()
1891 ctl.prwatch.pr_size = HDR_GET_LSIZE(buf->b_hdr); in arc_buf_watch()
1892 ctl.prwatch.pr_wflags = WA_WRITE; in arc_buf_watch()