Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/xen/blkback/
H A Dblkback.c2219 SDT_PROBE_DEFINE1(xbb, kernel, xbb_dispatch_file, flush, "int");
2220 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, read, "int", "uint64_t",
2222 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, write, "int",
2237 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, in xbb_dispatch_file() function
2266 SDT_PROBE1(xbb, kernel, xbb_dispatch_file, flush, in xbb_dispatch_file()
2361 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, read, in xbb_dispatch_file()
2395 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, write, in xbb_dispatch_file()
2597 xbb->dispatch_io = xbb_dispatch_file; in xbb_open_file()