Home | History | Annotate | Download | only in isc

Lines Matching refs:arg0

18 #define	LIBISC_JOB_CB_AFTER(arg0, arg1, arg2) \
19 __dtrace_libisc___job_cb_after(arg0, arg1, arg2)
27 #define LIBISC_JOB_CB_BEFORE(arg0, arg1, arg2) \
28 __dtrace_libisc___job_cb_before(arg0, arg1, arg2)
36 #define LIBISC_RWLOCK_DESTROY(arg0) \
37 __dtrace_libisc___rwlock_destroy(arg0)
45 #define LIBISC_RWLOCK_DOWNGRADE(arg0) \
46 __dtrace_libisc___rwlock_downgrade(arg0)
54 #define LIBISC_RWLOCK_INIT(arg0) \
55 __dtrace_libisc___rwlock_init(arg0)
63 #define LIBISC_RWLOCK_RDLOCK_ACQ(arg0) \
64 __dtrace_libisc___rwlock_rdlock_acq(arg0)
72 #define LIBISC_RWLOCK_RDLOCK_REQ(arg0) \
73 __dtrace_libisc___rwlock_rdlock_req(arg0)
81 #define LIBISC_RWLOCK_RDUNLOCK(arg0) \
82 __dtrace_libisc___rwlock_rdunlock(arg0)
90 #define LIBISC_RWLOCK_TRYRDLOCK(arg0, arg1) \
91 __dtrace_libisc___rwlock_tryrdlock(arg0, arg1)
99 #define LIBISC_RWLOCK_TRYUPGRADE(arg0, arg1) \
100 __dtrace_libisc___rwlock_tryupgrade(arg0, arg1)
108 #define LIBISC_RWLOCK_TRYWRLOCK(arg0, arg1) \
109 __dtrace_libisc___rwlock_trywrlock(arg0, arg1)
117 #define LIBISC_RWLOCK_WRLOCK_ACQ(arg0) \
118 __dtrace_libisc___rwlock_wrlock_acq(arg0)
126 #define LIBISC_RWLOCK_WRLOCK_REQ(arg0) \
127 __dtrace_libisc___rwlock_wrlock_req(arg0)
135 #define LIBISC_RWLOCK_WRUNLOCK(arg0) \
136 __dtrace_libisc___rwlock_wrunlock(arg0)
233 #define LIBISC_JOB_CB_AFTER(arg0, arg1, arg2)
235 #define LIBISC_JOB_CB_BEFORE(arg0, arg1, arg2)
237 #define LIBISC_RWLOCK_DESTROY(arg0)
239 #define LIBISC_RWLOCK_DOWNGRADE(arg0)
241 #define LIBISC_RWLOCK_INIT(arg0)
243 #define LIBISC_RWLOCK_RDLOCK_ACQ(arg0)
245 #define LIBISC_RWLOCK_RDLOCK_REQ(arg0)
247 #define LIBISC_RWLOCK_RDUNLOCK(arg0)
249 #define LIBISC_RWLOCK_TRYRDLOCK(arg0, arg1)
251 #define LIBISC_RWLOCK_TRYUPGRADE(arg0, arg1)
253 #define LIBISC_RWLOCK_TRYWRLOCK(arg0, arg1)
255 #define LIBISC_RWLOCK_WRLOCK_ACQ(arg0)
257 #define LIBISC_RWLOCK_WRLOCK_REQ(arg0)
259 #define LIBISC_RWLOCK_WRUNLOCK(arg0)