Searched refs:async_task (Results 1 – 2 of 2) sorted by relevance
1795 static int async_task(void *param) in async_task() function1902 if (!IS_ERR(device->async_task)) { in hif_disable_func()1907 device->async_task = NULL; in hif_disable_func()1948 if (!device->async_task && device->is_disabled) { in hif_enable_func()1950 device->async_task = kthread_create(async_task, in hif_enable_func()1953 if (IS_ERR(device->async_task)) { in hif_enable_func()1958 wake_up_process(device->async_task); in hif_enable_func()
192 struct task_struct *async_task; /* task to handle async commands */ member