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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dsegment.h126 * @sc_task: current thread of segctord
181 struct task_struct *sc_task; member in struct:nilfs_sc_info
H A Dsegment.c2585 sci->sc_task = current;
2651 sci->sc_task = NULL;
2668 wait_event(sci->sc_wait_task, sci->sc_task != NULL);
2676 while (sci->sc_task) {
2679 wait_event(sci->sc_wait_task, sci->sc_task == NULL);

Completed in 110 milliseconds