HomeSort by: relevance | last modified time | path
    Searched refs:autofs_tmo_wq (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/autofs/
autofs.h 73 extern struct workqueue *autofs_tmo_wq;
autofs.c 114 struct workqueue *autofs_tmo_wq = NULL; variable in typeref:struct:workqueue *
201 workqueue_enqueue(autofs_tmo_wq, &ar->ar_wk, NULL);
autofs_vfsops.c 68 workqueue_create(&autofs_tmo_wq, "autofstmo",
79 workqueue_destroy(autofs_tmo_wq);

Completed in 12 milliseconds