Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/xen/blkback/
H A Dblkback.c2231 SDT_PROBE_DEFINE1(xbb, kernel, xbb_dispatch_file, flush, "int");
2232 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, read, "int", "uint64_t",
2234 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, write, "int",
2249 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, in xbb_dispatch_file() function
2278 SDT_PROBE1(xbb, kernel, xbb_dispatch_file, flush, in xbb_dispatch_file()
2375 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, read, in xbb_dispatch_file()
2409 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, write, in xbb_dispatch_file()
2614 xbb->dispatch_io = xbb_dispatch_file; in xbb_open_file()