Home
last modified time | relevance | path

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

/netbsd/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Dtxg.c373 DTRACE_PROBE2(txg__quiescing, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce()
374 DTRACE_PROBE2(txg__opened, dsl_pool_t *, dp, uint64_t, tx->tx_open_txg); in txg_quiesce()
509 DTRACE_PROBE2(txg__syncing, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread()
523 DTRACE_PROBE2(txg__synced, dsl_pool_t *, dp, uint64_t, txg); in txg_sync_thread()
573 DTRACE_PROBE2(txg__quiesced, dsl_pool_t *, dp, uint64_t, txg); in txg_quiesce_thread()
H A Dzrlock.c84 DTRACE_PROBE2(zrlock__reentry, in zrl_add_impl()
H A Darc.c3853 DTRACE_PROBE2(arc__shrunk, uint64_t, arc_c, uint64_t, in arc_shrink()
3861 DTRACE_PROBE2(arc__shrink_adjust, uint64_t, arc_size, in arc_shrink()
4033 DTRACE_PROBE2(arc__available_memory, int64_t, lowest, int, r); in arc_available_memory()
5172 DTRACE_PROBE2(l2arc__read, vdev_t *, vd, in arc_read()
6655 DTRACE_PROBE2(l2arc__iodone, zio_t *, zio, in l2arc_write_done()
7183 DTRACE_PROBE2(l2arc__write, vdev_t *, dev->l2ad_vdev, in l2arc_write_buffers()
H A Ddsl_pool.c688 DTRACE_PROBE2(dsl_pool_sync__done, dsl_pool_t *dp, dp, uint64_t, txg); in dsl_pool_sync()
H A Ddbuf.c476 DTRACE_PROBE2(dbuf__evict__one, dmu_buf_impl_t *, db, in dbuf_evict_one()
1102 DTRACE_PROBE2(blocked__read, dmu_buf_impl_t *, in dbuf_read()
H A Dzfs_vnops.c1727 DTRACE_PROBE2(zfs__fastpath__lookup__miss, vnode_t *, dvp, char *, nm); in zfs_lookup()
2003 DTRACE_PROBE2(zfs__fastpath__lookup__miss, vnode_t *, dvp, char *, nm); in zfs_lookup()
H A Dzio.c1610 DTRACE_PROBE2(zio__delay__miss, zio_t *, zio, in zio_delay_interrupt()
/netbsd/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h178 #ifdef DTRACE_PROBE2
179 #undef DTRACE_PROBE2
182 #define DTRACE_PROBE2(a, b, c, d, e) \ macro
216 #define DTRACE_PROBE2(a, b, c, d, e) ((void)0) macro
/netbsd/sys/sys/
H A Dsdt.h53 #define DTRACE_PROBE2(prov, name, arg1, arg2) do { \ macro
180 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) do \ macro
417 #define DTRACE_PROBE2(name, type0, arg0, type1, arg1) \ macro
/netbsd/sys/external/bsd/ipf/netinet/
H A Dip_compat.h1521 # define DT2(_n,_a,_b,_c,_d) DTRACE_PROBE2(_n,_a,_b,_c,_d)