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

/darwin-on-arm/xnu/osfmk/mach/
H A Dsdt.h189 #define DTRACE_IO1(name, type1, arg1) \ macro
298 #define DTRACE_IO1(name, type1, arg1) do {} while(0) macro
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_bio.c1228 DTRACE_IO1(start, buf_t, bp);
1236 DTRACE_IO1(start, buf_t, bp);
1244 DTRACE_IO1(start, buf_t, bp);
1251 DTRACE_IO1(start, buf_t, bp);
1268 DTRACE_IO1(start, buf_t, bp);
1281 DTRACE_IO1(start, buf_t, bp);
3755 DTRACE_IO1(wait__start, buf_t, bp);
3757 DTRACE_IO1(wait__done, buf_t, bp);
3864 DTRACE_IO1(done, buf_t, bp);
H A Dvfs_journal.c93 #include <sys/sdt.h> /* DTRACE_IO1 */
390 DTRACE_IO1(journal__start, buf_t, bp);
395 DTRACE_IO1(journal__done, buf_t, bp);
H A Dvfs_cluster.c866 DTRACE_IO1(wait__start, buf_t, cbp);
868 DTRACE_IO1(wait__done, buf_t, cbp);

Completed in 44 milliseconds