Searched refs:switch_pipe (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dprocess_kern.c55 * switch_pipe) and go sleeping. Thus, after that, we have resumed in
60 err = os_write_file(to->thread.mode.tt.switch_pipe[1], &c, sizeof(c));
62 panic("write of switch_pipe failed, err = %d", -err);
64 if(from->thread.mode.tt.switch_pipe[0] == -1)
67 err = os_read_file(from->thread.mode.tt.switch_pipe[0], &c,
70 panic("read of switch_pipe failed, errno = %d", -err);
80 if(prev_sched->thread.mode.tt.switch_pipe[0] == -1)
99 * closing its switch_pipe. Else it might wake up
105 os_close_file(task->thread.mode.tt.switch_pipe[0]);
106 os_close_file(task->thread.mode.tt.switch_pipe[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-um/
H A Dprocessor-generic.h41 int switch_pipe[2]; member in struct:thread_struct::__anon9526::__anon9527
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/
H A Dsmp.c111 CHOOSE_MODE(os_write_file(new_task->thread.mode.tt.switch_pipe[1], &c,

Completed in 111 milliseconds