Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4v/io/
H A Dds_drv.c89 #define DS_DISPATCH(fn, arg) taskq_dispatch(ds_taskq, fn, arg, TQ_SLEEP) macro
411 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()