Home
last modified time | relevance | path

Searched defs:ti (Results 1 – 25 of 59) sorted by relevance

123

/arch/sh/kernel/
Dprocess.c37 struct thread_info *ti; in alloc_thread_info_node() local
48 void free_thread_info(struct thread_info *ti) in free_thread_info()
72 void free_thread_info(struct thread_info *ti) in free_thread_info()
/arch/mn10300/include/asm/
Dthread_info.h58 #define thread_info_to_uregs(ti) \ argument
100 struct thread_info *ti; in current_thread_info() local
135 #define free_thread_info(ti) kfree((ti)) argument
139 #define get_thread_info(ti) get_task_struct((ti)->task) argument
140 #define put_thread_info(ti) put_task_struct((ti)->task) argument
/arch/c6x/include/asm/
Dthread_info.h76 struct thread_info *ti; in current_thread_info() local
95 #define free_thread_info(ti) free_pages((unsigned long) (ti), THREAD_ORDER) argument
96 #define get_thread_info(ti) get_task_struct((ti)->task) argument
97 #define put_thread_info(ti) put_task_struct((ti)->task) argument
/arch/xtensa/kernel/
Dprocess.c57 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all()
83 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all()
139 struct thread_info *ti = current_thread_info(); in flush_thread() local
180 struct thread_info *ti; in copy_thread() local
Dptrace.c121 struct thread_info *ti = task_thread_info(child); in ptrace_getxregs() local
144 struct thread_info *ti = task_thread_info(child); in ptrace_setxregs() local
Dsignal.c142 struct thread_info *ti = current_thread_info(); in setup_sigcontext() local
181 struct thread_info *ti = current_thread_info(); in restore_sigcontext() local
/arch/hexagon/kernel/
Dprocess.c120 struct thread_info *ti = task_thread_info(p); in copy_thread() local
246 struct thread_info *ti; in alloc_thread_info_node() local
257 void free_thread_info(struct thread_info *ti) in free_thread_info()
/arch/cris/include/arch-v10/arch/
Dthread_info.h7 struct thread_info *ti; in current_thread_info() local
/arch/cris/include/arch-v32/arch/
Dthread_info.h7 struct thread_info *ti; in current_thread_info() local
/arch/m32r/include/asm/
Dthread_info.h84 struct thread_info *ti; in current_thread_info() local
112 struct thread_info *ti = current_thread_info(); in set_thread_fault_code() local
119 struct thread_info *ti = current_thread_info(); in get_thread_fault_code() local
/arch/openrisc/include/asm/
Dthread_info.h94 #define get_thread_info(ti) get_task_struct((ti)->task) argument
95 #define put_thread_info(ti) put_task_struct((ti)->task) argument
/arch/avr32/include/asm/
Dthread_info.h64 #define get_thread_info(ti) get_task_struct((ti)->task) argument
65 #define put_thread_info(ti) put_task_struct((ti)->task) argument
/arch/s390/kernel/
Dvtime.c60 struct thread_info *ti = task_thread_info(tsk); in do_account_vtime() local
91 struct thread_info *ti; in account_vtime() local
113 struct thread_info *ti = task_thread_info(tsk); in account_system_vtime() local
/arch/sh/include/asm/
Dthread_info.h72 struct thread_info *ti; in current_thread_info() local
171 struct thread_info *ti = current_thread_info(); in set_restore_sigmask() local
/arch/ia64/kernel/
Dtime.c121 struct thread_info *ti = task_thread_info(tsk); in account_system_vtime() local
149 struct thread_info *ti = task_thread_info(p); in account_process_tick() local
/arch/powerpc/include/asm/
Dthread_info.h155 struct thread_info *ti = current_thread_info(); in set_restore_sigmask() local
162 struct thread_info *ti = current_thread_info(); in test_thread_local_flags() local
/arch/mips/kernel/
Dmips-mt-fpaff.c66 struct thread_info *ti; in mipsmt_sys_sched_setaffinity() local
/arch/powerpc/kernel/
Dsignal.c135 struct thread_info *ti = current_thread_info(); in do_signal() local
Dprocess.c1223 struct thread_info *ti = current_thread_info(); in __ppc64_runlatch_on() local
1236 struct thread_info *ti = current_thread_info(); in __ppc64_runlatch_off() local
1253 struct thread_info *ti; in alloc_thread_info_node() local
1264 void free_thread_info(struct thread_info *ti) in free_thread_info()
/arch/m68k/include/asm/
Dthread_info.h57 struct thread_info *ti; in current_thread_info() local
/arch/sparc/include/asm/
Dthread_info_64.h164 #define free_thread_info(ti) \ argument
167 #define __thread_flag_byte_ptr(ti) \ argument
260 struct thread_info *ti = current_thread_info(); in set_restore_sigmask() local
/arch/ia64/include/asm/
Dthread_info.h70 #define free_thread_info(ti) /* nothing */ argument
145 struct thread_info *ti = current_thread_info(); in set_restore_sigmask() local
/arch/um/kernel/
Dirq.c405 struct thread_info *ti; in to_irq_stack() local
449 struct thread_info *ti, *to; in from_irq_stack() local
/arch/h8300/include/asm/
Dthread_info.h59 struct thread_info *ti; in current_thread_info() local
/arch/um/include/asm/
Dthread_info.h50 struct thread_info *ti; in current_thread_info() local

123