Searched refs:thread (Results 1 - 25 of 1769) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/include/asm/
H A Dasmmacro-64.h16 .macro fpu_save_16even thread tmp=t0
18 sdc1 $f0, THREAD_FPR0(\thread)
19 sdc1 $f2, THREAD_FPR2(\thread)
20 sdc1 $f4, THREAD_FPR4(\thread)
21 sdc1 $f6, THREAD_FPR6(\thread)
22 sdc1 $f8, THREAD_FPR8(\thread)
23 sdc1 $f10, THREAD_FPR10(\thread)
24 sdc1 $f12, THREAD_FPR12(\thread)
25 sdc1 $f14, THREAD_FPR14(\thread)
26 sdc1 $f16, THREAD_FPR16(\thread)
[all...]
H A Dasmmacro-32.h15 .macro fpu_save_double thread status tmp1=t0
17 sdc1 $f0, THREAD_FPR0(\thread)
18 sdc1 $f2, THREAD_FPR2(\thread)
19 sdc1 $f4, THREAD_FPR4(\thread)
20 sdc1 $f6, THREAD_FPR6(\thread)
21 sdc1 $f8, THREAD_FPR8(\thread)
22 sdc1 $f10, THREAD_FPR10(\thread)
23 sdc1 $f12, THREAD_FPR12(\thread)
24 sdc1 $f14, THREAD_FPR14(\thread)
25 sdc1 $f16, THREAD_FPR16(\thread)
[all...]
H A Ddsp.h49 tsk->thread.dsp.dspr[0] = mfhi1(); \
50 tsk->thread.dsp.dspr[1] = mflo1(); \
51 tsk->thread.dsp.dspr[2] = mfhi2(); \
52 tsk->thread.dsp.dspr[3] = mflo2(); \
53 tsk->thread.dsp.dspr[4] = mfhi3(); \
54 tsk->thread.dsp.dspr[5] = mflo3(); \
55 tsk->thread.dsp.dspcontrol = rddsp(DSP_MASK); \
66 mthi1(tsk->thread.dsp.dspr[0]); \
67 mtlo1(tsk->thread.dsp.dspr[1]); \
68 mthi2(tsk->thread
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/include/asm/
H A Dasmmacro-64.h16 .macro fpu_save_16even thread tmp=t0
18 sdc1 $f0, THREAD_FPR0(\thread)
19 sdc1 $f2, THREAD_FPR2(\thread)
20 sdc1 $f4, THREAD_FPR4(\thread)
21 sdc1 $f6, THREAD_FPR6(\thread)
22 sdc1 $f8, THREAD_FPR8(\thread)
23 sdc1 $f10, THREAD_FPR10(\thread)
24 sdc1 $f12, THREAD_FPR12(\thread)
25 sdc1 $f14, THREAD_FPR14(\thread)
26 sdc1 $f16, THREAD_FPR16(\thread)
[all...]
H A Dasmmacro-32.h15 .macro fpu_save_double thread status tmp1=t0
17 sdc1 $f0, THREAD_FPR0(\thread)
18 sdc1 $f2, THREAD_FPR2(\thread)
19 sdc1 $f4, THREAD_FPR4(\thread)
20 sdc1 $f6, THREAD_FPR6(\thread)
21 sdc1 $f8, THREAD_FPR8(\thread)
22 sdc1 $f10, THREAD_FPR10(\thread)
23 sdc1 $f12, THREAD_FPR12(\thread)
24 sdc1 $f14, THREAD_FPR14(\thread)
25 sdc1 $f16, THREAD_FPR16(\thread)
[all...]
H A Ddsp.h49 tsk->thread.dsp.dspr[0] = mfhi1(); \
50 tsk->thread.dsp.dspr[1] = mflo1(); \
51 tsk->thread.dsp.dspr[2] = mfhi2(); \
52 tsk->thread.dsp.dspr[3] = mflo2(); \
53 tsk->thread.dsp.dspr[4] = mfhi3(); \
54 tsk->thread.dsp.dspr[5] = mflo3(); \
55 tsk->thread.dsp.dspcontrol = rddsp(DSP_MASK); \
66 mthi1(tsk->thread.dsp.dspr[0]); \
67 mtlo1(tsk->thread.dsp.dspr[1]); \
68 mthi2(tsk->thread
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/isisd/
H A Disis_dr.h27 int isis_run_dr_l1 (struct thread *thread);
28 int isis_run_dr_l2 (struct thread *thread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/isisd/
H A Disis_dr.h27 int isis_run_dr_l1 (struct thread *thread);
28 int isis_run_dr_l2 (struct thread *thread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/isisd/
H A Disis_dr.h27 int isis_run_dr_l1 (struct thread *thread);
28 int isis_run_dr_l2 (struct thread *thread);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dthread.c26 #include "thread.h"
359 "show thread cpu [FILTER]",
442 "clear thread cpu [FILTER]",
503 struct thread *thread_a = a;
504 struct thread *thread_b = b;
518 struct thread *thread = node; local
520 thread->index = actual_position;
523 /* Allocate new thread master. */
545 /* Add a new thread t
547 thread_list_add(struct thread_list *list, struct thread *thread) argument
561 thread_list_delete(struct thread_list *list, struct thread *thread) argument
578 thread_add_unuse(struct thread_master *m, struct thread *thread) argument
655 thread_timer_remain_second(struct thread *thread) argument
673 struct thread *thread = thread_trim_head (&m->unuse); local
700 struct thread *thread; local
724 struct thread *thread; local
750 struct thread *thread; local
841 struct thread *thread; local
854 thread_cancel(struct thread *thread) argument
912 struct thread *thread; local
964 thread_run(struct thread_master *m, struct thread *thread, struct thread *fetch) argument
976 struct thread *thread; local
1003 struct thread *thread; local
1023 struct thread *thread; local
1043 struct thread *thread; local
1195 thread_should_yield(struct thread *thread) argument
1226 thread_call(struct thread *thread) argument
[all...]
H A Dthread.h38 /* Linked list of thread. */
41 struct thread *head;
42 struct thread *tail;
67 struct thread struct
69 thread_type type; /* thread type */
70 thread_type add_type; /* thread type */
71 struct thread *next; /* next pointer of the thread */
72 struct thread *prev; /* previous pointer of the thread */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dthread.c26 #include "thread.h"
359 "show thread cpu [FILTER]",
442 "clear thread cpu [FILTER]",
503 struct thread *thread_a = a;
504 struct thread *thread_b = b;
518 struct thread *thread = node; local
520 thread->index = actual_position;
523 /* Allocate new thread master. */
545 /* Add a new thread t
547 thread_list_add(struct thread_list *list, struct thread *thread) argument
561 thread_list_delete(struct thread_list *list, struct thread *thread) argument
578 thread_add_unuse(struct thread_master *m, struct thread *thread) argument
655 thread_timer_remain_second(struct thread *thread) argument
673 struct thread *thread = thread_trim_head (&m->unuse); local
700 struct thread *thread; local
724 struct thread *thread; local
750 struct thread *thread; local
841 struct thread *thread; local
854 thread_cancel(struct thread *thread) argument
912 struct thread *thread; local
964 thread_run(struct thread_master *m, struct thread *thread, struct thread *fetch) argument
976 struct thread *thread; local
1003 struct thread *thread; local
1023 struct thread *thread; local
1043 struct thread *thread; local
1195 thread_should_yield(struct thread *thread) argument
1226 thread_call(struct thread *thread) argument
[all...]
H A Dthread.h38 /* Linked list of thread. */
41 struct thread *head;
42 struct thread *tail;
67 struct thread struct
69 thread_type type; /* thread type */
70 thread_type add_type; /* thread type */
71 struct thread *next; /* next pointer of the thread */
72 struct thread *prev; /* previous pointer of the thread */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dthread.c26 #include "thread.h"
359 "show thread cpu [FILTER]",
442 "clear thread cpu [FILTER]",
503 struct thread *thread_a = a;
504 struct thread *thread_b = b;
518 struct thread *thread = node; local
520 thread->index = actual_position;
523 /* Allocate new thread master. */
545 /* Add a new thread t
547 thread_list_add(struct thread_list *list, struct thread *thread) argument
561 thread_list_delete(struct thread_list *list, struct thread *thread) argument
578 thread_add_unuse(struct thread_master *m, struct thread *thread) argument
655 thread_timer_remain_second(struct thread *thread) argument
673 struct thread *thread = thread_trim_head (&m->unuse); local
700 struct thread *thread; local
724 struct thread *thread; local
750 struct thread *thread; local
841 struct thread *thread; local
854 thread_cancel(struct thread *thread) argument
912 struct thread *thread; local
964 thread_run(struct thread_master *m, struct thread *thread, struct thread *fetch) argument
976 struct thread *thread; local
1003 struct thread *thread; local
1023 struct thread *thread; local
1043 struct thread *thread; local
1195 thread_should_yield(struct thread *thread) argument
1226 thread_call(struct thread *thread) argument
[all...]
H A Dthread.h38 /* Linked list of thread. */
41 struct thread *head;
42 struct thread *tail;
67 struct thread struct
69 thread_type type; /* thread type */
70 thread_type add_type; /* thread type */
71 struct thread *next; /* next pointer of the thread */
72 struct thread *prev; /* previous pointer of the thread */
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/um/sys-x86_64/
H A Dtls.c10 * If CLONE_SETTLS is set, we need to save the thread id
14 t->thread.arch.fs = t->thread.regs.regs.gp[R8 / sizeof(long)];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/um/sys-x86_64/
H A Dtls.c10 * If CLONE_SETTLS is set, we need to save the thread id
14 t->thread.arch.fs = t->thread.regs.regs.gp[R8 / sizeof(long)];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dfpu.c57 : "r" (&tsk->thread.xstate->hardfpu)
100 : "r" (&tsk->thread.xstate->hardfpu)
110 tsk->thread.trap_no = 11;
111 tsk->thread.error_code = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sh/kernel/cpu/sh5/
H A Dfpu.c57 : "r" (&tsk->thread.xstate->hardfpu)
100 : "r" (&tsk->thread.xstate->hardfpu)
110 tsk->thread.trap_no = 11;
111 tsk->thread.error_code = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/glthread/
H A Dthreadlib.c32 /* The function to be executed by a dummy thread. */
47 pthread_t thread; local
49 if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
56 if (pthread_join (thread, &retval) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/glthread/
H A Dthreadlib.c32 /* The function to be executed by a dummy thread. */
47 pthread_t thread; local
49 if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
56 if (pthread_join (thread, &retval) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/glthread/
H A Dthreadlib.c32 /* The function to be executed by a dummy thread. */
47 pthread_t thread; local
49 if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
56 if (pthread_join (thread, &retval) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_neighbor.h92 struct thread *inactivity_timer;
95 struct thread *thread_send_dbdesc;
96 struct thread *thread_send_lsreq;
97 struct thread *thread_send_lsupdate;
98 struct thread *thread_send_lsack;
138 extern int hello_received (struct thread *);
139 extern int twoway_received (struct thread *);
140 extern int negotiation_done (struct thread *);
141 extern int exchange_done (struct thread *);
142 extern int loading_done (struct thread *);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_neighbor.h92 struct thread *inactivity_timer;
95 struct thread *thread_send_dbdesc;
96 struct thread *thread_send_lsreq;
97 struct thread *thread_send_lsupdate;
98 struct thread *thread_send_lsack;
138 extern int hello_received (struct thread *);
139 extern int twoway_received (struct thread *);
140 extern int negotiation_done (struct thread *);
141 extern int exchange_done (struct thread *);
142 extern int loading_done (struct thread *);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_neighbor.h92 struct thread *inactivity_timer;
95 struct thread *thread_send_dbdesc;
96 struct thread *thread_send_lsreq;
97 struct thread *thread_send_lsupdate;
98 struct thread *thread_send_lsack;
138 extern int hello_received (struct thread *);
139 extern int twoway_received (struct thread *);
140 extern int negotiation_done (struct thread *);
141 extern int exchange_done (struct thread *);
142 extern int loading_done (struct thread *);
[all...]

Completed in 237 milliseconds

1234567891011>>