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

/freebsd-10.2-release/sys/dev/xen/blkback/
H A Dblkback.c2175 SDT_PROBE_DEFINE1(xbb, kernel, xbb_dispatch_file, flush, "int");
2176 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, read, "int", "uint64_t",
2178 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, write, "int",
2193 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, function
2224 SDT_PROBE1(xbb, kernel, xbb_dispatch_file, flush,
2321 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, read,
2355 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, write,
2560 xbb->dispatch_io = xbb_dispatch_file;

Completed in 82 milliseconds