Home
last modified time | relevance | path

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

/freebsd/sys/dev/xen/blkback/
H A Dblkback.c2118 SDT_PROBE_DEFINE1(xbb, kernel, xbb_dispatch_file, flush, "int");
2119 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, read, "int", "uint64_t",
2121 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, write, "int",
2136 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, in xbb_dispatch_file() function
2161 SDT_PROBE1(xbb, kernel, xbb_dispatch_file, flush, in xbb_dispatch_file()
2222 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, read, in xbb_dispatch_file()
2256 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, write, in xbb_dispatch_file()
2439 xbb->dispatch_io = xbb_dispatch_file; in xbb_open_file()