Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/drm2/linux/ | |
linux_kthread.c | 132 kthread_alloc(int (*func)(void *), void *cookie, spinlock_t *interlock, function in typeref:struct:task_struct * 174 T = kthread_alloc(func, cookie, interlock, wq); |
linux_kthread.c | 132 kthread_alloc(int (*func)(void *), void *cookie, spinlock_t *interlock, function in typeref:struct:task_struct * 174 T = kthread_alloc(func, cookie, interlock, wq); |