Searched defs:current_set (Results 1 - 3 of 3) sorted by relevance

/arch/xtensa/kernel/
H A Dprocess.c48 struct task_struct *current_set[NR_CPUS] = {&init_task, }; variable in typeref:struct:task_struct
/arch/sparc/kernel/
H A Dprocess_32.c66 struct thread_info *current_set[NR_CPUS]; variable in typeref:struct:thread_info
/arch/powerpc/kernel/
H A Dsmp.c322 struct thread_info *current_set[NR_CPUS]; variable in typeref:struct:thread_info
374 current_set[boot_cpuid] = task_thread_info(current);
480 current_set[cpu] = ti;
498 secondary_ti = current_set[cpu];

Completed in 101 milliseconds