Searched refs:thrinfo (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/unisys/uislib/
H A Duisthread.c41 uisthread_start(struct uisthread_info *thrinfo, argument
44 thrinfo->should_stop = 0;
46 init_completion(&thrinfo->has_stopped);
47 thrinfo->task = kthread_create(threadfn, thrcontext, name, NULL);
48 if (IS_ERR(thrinfo->task)) {
49 thrinfo->id = 0;
52 thrinfo->id = thrinfo->task->pid;
53 wake_up_process(thrinfo->task);
54 LOGINF("started thread pid:%d\n", thrinfo
61 uisthread_stop(struct uisthread_info *thrinfo) argument
[all...]
/drivers/staging/unisys/include/
H A Duisthread.h36 struct uisthread_info *thrinfo,
41 void uisthread_stop(struct uisthread_info *thrinfo);

Completed in 81 milliseconds