HomeSort by: relevance | last modified time | path
    Searched defs:mlx_periodic_thread (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
mlx.c 125 static void mlx_periodic_thread(void *);
509 rv = kthread_create(PRI_NONE, 0, NULL, mlx_periodic_thread,
954 mlx_periodic_thread(void *cookie) function in typeref:typename:void
965 tsleep(mlx_periodic_thread, PWAIT, "mlxzzz", hz * 2);

Completed in 30 milliseconds