Searched refs:sc_task (Results 1 – 2 of 2) sorted by relevance
175 struct task_struct *sc_task; member
2170 if (sci->sc_task) { in nilfs_segctor_start_timer()2247 if (!sci->sc_task) in nilfs_segctor_sync()2395 thread_is_alive = (bool)sci->sc_task; in nilfs_segctor_accept()2431 if ((sci->sc_state & NILFS_SEGCTOR_COMMIT) && sci->sc_task && in nilfs_segctor_notify()2624 sci->sc_task = current; in nilfs_segctor_thread()2687 sci->sc_task = NULL; in nilfs_segctor_thread()2706 wait_event(sci->sc_wait_task, sci->sc_task != NULL); in nilfs_segctor_start_thread()2716 while (sci->sc_task) { in nilfs_segctor_kill_thread()2719 wait_event(sci->sc_wait_task, sci->sc_task == NULL); in nilfs_segctor_kill_thread()