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

/freebsd-current/sys/dev/xen/blkback/
H A Dblkback.c2114 SDT_PROBE_DEFINE1(xbb, kernel, xbb_dispatch_file, flush, "int");
2115 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, read, "int", "uint64_t",
2117 SDT_PROBE_DEFINE3(xbb, kernel, xbb_dispatch_file, write, "int",
2132 xbb_dispatch_file(struct xbb_softc *xbb, struct xbb_xen_reqlist *reqlist, function
2157 SDT_PROBE1(xbb, kernel, xbb_dispatch_file, flush,
2218 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, read,
2252 SDT_PROBE3(xbb, kernel, xbb_dispatch_file, write,
2435 xbb->dispatch_io = xbb_dispatch_file;

Completed in 62 milliseconds