Searched refs:sc_task (Results 1 – 2 of 2) sorted by relevance
2202 if (sci->sc_task) { in nilfs_segctor_start_timer()2263 if (!sci->sc_task) in nilfs_segctor_sync()2401 thread_is_alive = (bool)sci->sc_task; in nilfs_segctor_accept()2437 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && sci->sc_task && in nilfs_segctor_notify()2490 wake_up_process(sci->sc_task); in nilfs_construction_timeout()2689 sci->sc_task = NULL; in nilfs_segctor_thread()2769 if (sci->sc_task) { in nilfs_segctor_destroy()2771 kthread_stop(sci->sc_task); in nilfs_segctor_destroy()2856 sci->sc_task = t; in nilfs_attach_log_writer()2859 wake_up_process(sci->sc_task); in nilfs_attach_log_writer()
172 struct task_struct *sc_task; member
Completed in 8 milliseconds