taglinefilesource code
current_set84include/asm-i386/system.h"xchgl %%ecx,"SYMBOL_NAME_STR(current_set)"(,%%edx)\n\t" \
current_set105include/asm-i386/system.h"xchgl %%ecx,"SYMBOL_NAME_STR(current_set)"\n\t" \
current_set289include/linux/sched.hextern struct task_struct *current_set[NR_CPUS];
current_set294include/linux/sched.h#define current (current_set[smp_processor_id()])  /* Current on this processor */
current_set460init/main.ccurrent_set[i]=task[i];
current_set461init/main.ccurrent_set[i]->processor=i;
current_set273kernel/ksyms.cX(current_set),
current_set92kernel/sched.cstruct task_struct *current_set[NR_CPUS];
current_set920kernel/sched.ccurrent_set[cpu]=&init_task;