Home
last modified time | relevance | path

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

12

/arch/xtensa/kernel/
Dprocess.c79 struct thread_info *ti = coprocessor_owner[i]; in local_coprocessors_flush_release_all() local
103 struct thread_info *ti = info; in local_coprocessor_release_all() local
122 void coprocessor_release_all(struct thread_info *ti) in coprocessor_release_all()
135 struct thread_info *ti = info; in local_coprocessor_flush_all() local
150 void coprocessor_flush_all(struct thread_info *ti) in coprocessor_flush_all()
167 void coprocessor_flush_release_all(struct thread_info *ti) in coprocessor_flush_release_all()
207 struct thread_info *ti = current_thread_info(); in flush_thread() local
276 struct thread_info *ti; in copy_thread() local
Dsignal.c147 struct thread_info *ti = current_thread_info(); in setup_sigcontext() local
185 struct thread_info *ti = current_thread_info(); in restore_sigcontext() local
Dptrace.c125 struct thread_info *ti = task_thread_info(target); in tie_get() local
158 struct thread_info *ti = task_thread_info(target); in tie_set() local
/arch/ia64/kernel/
Dtime.c71 struct thread_info *ti = task_thread_info(tsk); in vtime_flush() local
126 struct thread_info *ti = task_thread_info(tsk); in vtime_delta() local
140 struct thread_info *ti = task_thread_info(tsk); in vtime_account_kernel() local
152 struct thread_info *ti = task_thread_info(tsk); in vtime_account_idle() local
159 struct thread_info *ti = task_thread_info(tsk); in vtime_account_softirq() local
166 struct thread_info *ti = task_thread_info(tsk); in vtime_account_hardirq() local
/arch/powerpc/mm/book3s64/
Dslb.c283 static bool preload_hit(struct thread_info *ti, unsigned long esid) in preload_hit()
297 static bool preload_add(struct thread_info *ti, unsigned long ea) in preload_add()
323 static void preload_age(struct thread_info *ti) in preload_age()
333 struct thread_info *ti = current_thread_info(); in slb_setup_new_exec() local
383 struct thread_info *ti = current_thread_info(); in preload_new_slb_context() local
447 struct thread_info *ti = task_thread_info(tsk); in switch_slb() local
/arch/sh/include/asm/
Dthread_info.h68 struct thread_info *ti; in current_thread_info() local
156 struct thread_info *ti = current_thread_info(); in set_thread_fault_code() local
163 struct thread_info *ti = current_thread_info(); in get_thread_fault_code() local
/arch/openrisc/include/asm/
Dthread_info.h75 #define get_thread_info(ti) get_task_struct((ti)->task) argument
76 #define put_thread_info(ti) put_task_struct((ti)->task) argument
/arch/microblaze/kernel/
Dprocess.c61 struct thread_info *ti = task_thread_info(p); in copy_thread() local
/arch/s390/kernel/
Dcache.c98 static inline unsigned long ecag(int ai, int li, int ti) in ecag()
106 int ti, num_sets; in ci_leaf_init() local
/arch/hexagon/kernel/
Dprocess.c57 struct thread_info *ti = task_thread_info(p); in copy_thread() local
/arch/sh/kernel/
Dprocess_32.c95 struct thread_info *ti = task_thread_info(p); in copy_thread() local
/arch/csky/kernel/
Dsyscall.c8 struct thread_info *ti = task_thread_info(current); in SYSCALL_DEFINE1() local
/arch/mips/lib/
Dlibgcc.h39 ti_type ti; member
/arch/mips/kernel/
Dmips-mt-fpaff.c69 struct thread_info *ti; in mipsmt_sys_sched_setaffinity() local
Dsyscall.c88 struct thread_info *ti = task_thread_info(current); in SYSCALL_DEFINE1() local
/arch/arm64/include/asm/
Dpreempt.h61 struct thread_info *ti = current_thread_info(); in __preempt_count_dec_and_test() local
/arch/m68k/include/asm/
Dthread_info.h45 struct thread_info *ti; in current_thread_info() local
/arch/arm64/kernel/
Dprocess.c679 struct thread_info *ti = task_thread_info(task); in set_tagged_addr_ctrl() local
709 struct thread_info *ti = task_thread_info(task); in get_tagged_addr_ctrl() local
/arch/um/include/asm/
Dthread_info.h42 struct thread_info *ti; in current_thread_info() local
/arch/powerpc/include/asm/
Dthread_info.h166 struct thread_info *ti = current_thread_info(); in clear_thread_local_flags() local
172 struct thread_info *ti = current_thread_info(); in test_thread_local_flags() local
/arch/arm/vfp/
Dvfpmodule.c448 struct thread_info *ti = current_thread_info(); in vfp_pm_suspend() local
677 struct thread_info *ti = current_thread_info(); in vfp_support_entry() local
/arch/arm/kernel/
Dkgdb.c78 struct thread_info *ti; in sleeping_thread_to_gdb_regs() local
/arch/sparc/kernel/
Dprocess_32.c266 struct thread_info *ti = task_thread_info(p); local
/arch/alpha/kernel/
Dprocess.c286 dump_elf_thread(elf_greg_t *dest, struct pt_regs *pt, struct thread_info *ti) in dump_elf_thread()
/arch/xtensa/include/asm/
Dthread_info.h96 struct thread_info *ti; in current_thread_info() local

12