Searched refs:DS_DISPATCH (Results 1 – 1 of 1) sorted by relevance
89 #define DS_DISPATCH(fn, arg) taskq_dispatch(ds_taskq, fn, arg, TQ_SLEEP) macro411 return (DS_DISPATCH(func, arg) == NULL); in ds_sys_dispatch_func()761 if (DS_DISPATCH(ds_log_purge, NULL) == NULL) { in ds_log_add_msg()