Searched refs:sc_task (Results 1 – 2 of 2) sorted by relevance
175 struct task_struct *sc_task; member
2169 if (sci->sc_task) { in nilfs_segctor_start_timer()2246 if (!sci->sc_task) in nilfs_segctor_sync()2394 thread_is_alive = (bool)sci->sc_task; in nilfs_segctor_accept()2430 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && sci->sc_task && in nilfs_segctor_notify()2623 sci->sc_task = current; in nilfs_segctor_thread()2686 sci->sc_task = NULL; in nilfs_segctor_thread()2705 wait_event(sci->sc_wait_task, sci->sc_task != NULL); in nilfs_segctor_start_thread()2715 while (sci->sc_task) { in nilfs_segctor_kill_thread()2718 wait_event(sci->sc_wait_task, sci->sc_task == NULL); in nilfs_segctor_kill_thread()