taglinefilesource code
task115arch/alpha/kernel/ptrace.cif (task[i] != NULL && (task[i]->pid == pid))
task116arch/alpha/kernel/ptrace.creturn task[i];
task124arch/alpha/kernel/ptrace.cstatic inline long get_reg(struct task_struct * task, long regno)
task129arch/alpha/kernel/ptrace.caddr = &task->tss.usp;
task134arch/alpha/kernel/ptrace.caddr = (long *) (task->kernel_stack_page + regoff[regno]);
task142arch/alpha/kernel/ptrace.cstatic inline int put_reg(struct task_struct *task, long regno, long data)
task147arch/alpha/kernel/ptrace.caddr = &task->tss.usp;
task151arch/alpha/kernel/ptrace.caddr = (long *) (task->kernel_stack_page + regoff[regno]);
task66arch/i386/kernel/ldt.cif (task[i] == current) {
task238arch/i386/kernel/process.cif (task[i] == current)  {
task42arch/i386/kernel/ptrace.cif (task[i] != NULL && (task[i]->pid == pid))
task43arch/i386/kernel/ptrace.creturn task[i];
task54arch/i386/kernel/ptrace.cstatic inline int get_stack_long(struct task_struct *task, int offset)
task58arch/i386/kernel/ptrace.cstack = (unsigned char *)task->tss.esp0;
task69arch/i386/kernel/ptrace.cstatic inline int put_stack_long(struct task_struct *task, int offset,
task74arch/i386/kernel/ptrace.cstack = (unsigned char *) task->tss.esp0;
task42arch/mips/kernel/ptrace.cif (task[i] != NULL && (task[i]->pid == pid))
task43arch/mips/kernel/ptrace.creturn task[i];
task54arch/mips/kernel/ptrace.cstatic inline int get_stack_long(struct task_struct *task, int offset)
task58arch/mips/kernel/ptrace.cstack = (unsigned char *)task->tss.esp0;
task69arch/mips/kernel/ptrace.cstatic inline int put_stack_long(struct task_struct *task, int offset,
task74arch/mips/kernel/ptrace.cstack = (unsigned char *) task->tss.esp0;
task191arch/mips/kernel/traps.cif(task[i] && task[i]->pid >= 2)
task193arch/mips/kernel/traps.cprintk("Process %d\n", task[i]->pid);
task194arch/mips/kernel/traps.cdump_list_process(task[i], pc);
task257arch/mips/kernel/traps.cif(task[i] && task[i]->pid >= 2)
task259arch/mips/kernel/traps.cprintk("Process %d\n", task[i]->pid);
task260arch/mips/kernel/traps.cdump_list_process(task[i], 0x7ffff000);
task26arch/ppc/kernel/mk_defs.cstruct task_struct task;
task37arch/ppc/kernel/mk_defs.cput_line(out, "STATE", (int)&task.state-(int)&task);
task38arch/ppc/kernel/mk_defs.cput_line(out, "COUNTER", (int)&task.counter-(int)&task);
task39arch/ppc/kernel/mk_defs.cput_line(out, "BLOCKED", (int)&task.blocked-(int)&task);
task40arch/ppc/kernel/mk_defs.cput_line(out, "SIGNAL", (int)&task.signal-(int)&task);
task41arch/ppc/kernel/mk_defs.cput_line(out, "KERNEL_STACK_PAGE", (int)&task.kernel_stack_page-(int)&task);
task42arch/ppc/kernel/mk_defs.cput_line(out, "TSS", (int)&task.tss-(int)&task);
task406arch/ppc/mm/init.cint va, pa, task;
task568arch/ppc/mm/init.clast_mappings[next_mapping].task = current;
task638arch/ppc/mm/init.clast_mappings[next_mapping].task);
task261fs/locks.cvoid locks_remove_locks(struct task_struct *task, struct file *filp)
task272fs/locks.cif (((fl->fl_flags == F_POSIX) && (fl->fl_owner == task)) ||
task457fs/locks.cif (dlock_wait->task != NULL) {
task458fs/locks.cif (dlock_wait->task == blocked_task)
task460fs/locks.cif (posix_locks_deadlock(dlock_wait->task, blocked_task))
task494fs/ncpfs/sock.creply.task,
task604fs/ncpfs/sock.ch->task      = (current->pid) & 0xff;
task640fs/ncpfs/sock.ch->task      = (current->pid) & 0xff;
task665fs/ncpfs/sock.ch->task      = (current->pid) & 0xff;
task246fs/proc/array.cidle = task[0]->utime + task[0]->stime;
task324fs/proc/array.cp = task;
task325fs/proc/array.cwhile (++p < task+NR_TASKS) {
task104fs/proc/fd.cif ((p = task[i]) && p->pid == pid)
task148fs/proc/fd.cif ((p = task[task_nr]) && p->pid == pid)
task173fs/proc/fd.cif (p != task[task_nr] || p->pid != pid)
task149fs/proc/inode.cp = task[0];
task151fs/proc/inode.cif ((p = task[i]) && (p->pid == pid))
task159fs/proc/inode.cif (task[i])
task86fs/proc/link.cif ((p = task[i]) && p->pid == pid)
task70fs/proc/mem.cif (task[i] && task[i]->pid == pid) {
task71fs/proc/mem.ctsk = task[i];
task136fs/proc/mem.cif (task[i] && task[i]->pid == pid) {
task137fs/proc/mem.ctsk = task[i];
task218fs/proc/mem.cif (task[i] && task[i]->pid == (inode->i_ino >> 16)) {
task219fs/proc/mem.ctsk = task[i];
task474fs/proc/root.cif (task[i] && task[i]->pid == pid)
task566fs/proc/root.cstruct task_struct * p = task[nr];
task261include/linux/mm.hstatic inline struct vm_area_struct * find_vma (struct task_struct * task, unsigned long addr)
task266include/linux/mm.hif (!task->mm)
task268include/linux/mm.hfor (tree = task->mm->mmap_avl ; ; ) {
task283include/linux/mm.hstatic inline struct vm_area_struct * find_vma_intersection (struct task_struct * task, unsigned long start_addr, unsigned long end_addr)
task287include/linux/mm.hvma = find_vma(task,start_addr);
task25include/linux/ncp.h__u8    task      __attribute__ ((packed));
task38include/linux/ncp.h__u8    task             __attribute__ ((packed));
task33include/linux/ncp_fs_sb.hu8         task;
task67include/linux/sched.h#define FIRST_TASK task[0]
task68include/linux/sched.h#define LAST_TASK task[NR_TASKS-1]
task312include/linux/sched.hextern struct task_struct *task[NR_TASKS];
task456include/linux/sched.hentry->wait.task = current;
task12include/linux/wait.hstruct task_struct * task;
task569init/main.ccurrent_set[i]=task[i];
task76kernel/exit.cif (tsk->p_pptr == task[smp_num_cpus])    /* Init */
task93kernel/exit.cif (task[i] == p) {
task95kernel/exit.ctask[i] = NULL;
task122kernel/exit.cif (task[i] == p)
task141kernel/exit.cif (!task[i])
task143kernel/exit.cif (bad_task_ptr(task[i]->p_pptr))
task145kernel/exit.ctask[i]->pid);
task146kernel/exit.cif (bad_task_ptr(task[i]->p_cptr))
task148kernel/exit.ctask[i]->pid);
task149kernel/exit.cif (bad_task_ptr(task[i]->p_ysptr))
task151kernel/exit.ctask[i]->pid);
task152kernel/exit.cif (bad_task_ptr(task[i]->p_osptr))
task154kernel/exit.ctask[i]->pid);
task155kernel/exit.cif (task[i]->p_pptr == task[i])
task157kernel/exit.ctask[i]->pid);
task158kernel/exit.cif (task[i]->p_cptr == task[i])
task160kernel/exit.ctask[i]->pid);
task161kernel/exit.cif (task[i]->p_ysptr == task[i])
task163kernel/exit.ctask[i]->pid);
task164kernel/exit.cif (task[i]->p_osptr == task[i])
task166kernel/exit.ctask[i]->pid);
task167kernel/exit.cif (task[i]->p_osptr) {
task168kernel/exit.cif (task[i]->p_pptr != task[i]->p_osptr->p_pptr)
task171kernel/exit.ctask[i]->pid, task[i]->p_osptr->pid,
task172kernel/exit.ctask[i]->p_osptr->p_pptr->pid);
task173kernel/exit.cif (task[i]->p_osptr->p_ysptr != task[i])
task176kernel/exit.ctask[i]->pid, task[i]->p_osptr->pid);
task178kernel/exit.cif (task[i]->p_ysptr) {
task179kernel/exit.cif (task[i]->p_pptr != task[i]->p_ysptr->p_pptr)
task182kernel/exit.ctask[i]->pid, task[i]->p_osptr->pid,
task183kernel/exit.ctask[i]->p_osptr->p_pptr->pid);
task184kernel/exit.cif (task[i]->p_ysptr->p_osptr != task[i])
task187kernel/exit.ctask[i]->pid, task[i]->p_ysptr->pid);
task189kernel/exit.cif (task[i]->p_cptr) {
task190kernel/exit.cif (task[i]->p_cptr->p_pptr != task[i])
task193kernel/exit.ctask[i]->pid, task[i]->p_cptr->pid);
task194kernel/exit.cif (task[i]->p_cptr->p_ysptr)
task197kernel/exit.ctask[i]->pid, task[i]->p_cptr->pid);
task355kernel/exit.cif (task[smp_num_cpus])  /* init */
task356kernel/exit.cp->p_opptr = task[smp_num_cpus];
task358kernel/exit.cp->p_opptr = task[0];
task478kernel/exit.cif (task[smp_num_cpus] && task[smp_num_cpus] != current) /* init */
task479kernel/exit.cp->p_pptr = task[smp_num_cpus];
task481kernel/exit.cp->p_pptr = task[0];
task53kernel/fork.cif (!task[i])
task249kernel/fork.ctask[nr] = p;
task284kernel/fork.ctask[nr] = NULL;
task38kernel/panic.cif (current == task[0])
task98kernel/sched.cstruct task_struct * task[NR_TASKS] = {&init_task, };
task395kernel/sched.cif ((p = tmp->task) != NULL) {
task420kernel/sched.cif ((p = tmp->task) != NULL) {
task456kernel/sched.cif (current == task[0])
task1278kernel/sched.cif (task[i])
task1279kernel/sched.cshow_task(i,task[i]);
task86mm/memory.cvoid oom(struct task_struct * task)
task89mm/memory.ctask->sig->action[SIGKILL-1].sa_handler = NULL;
task90mm/memory.ctask->blocked &= ~(1<<(SIGKILL-1));
task91mm/memory.csend_sig(SIGKILL,task,1);
task581mm/mmap.cstatic void avl_check (struct task_struct * task, char *caller)
task587mm/mmap.cavl_checkheights(task->mm->mmap_avl);
task588mm/mmap.cavl_checkorder(task->mm->mmap_avl);
task876mm/mmap.cvoid merge_segments (struct task_struct * task, unsigned long start_addr, unsigned long end_addr)
task880mm/mmap.cmpnt = find_vma(task, start_addr);
task883mm/mmap.cavl_neighbours(mpnt, task->mm->mmap_avl, &prev, &next);
task927mm/mmap.cavl_remove(mpnt, &task->mm->mmap_avl);
task299mm/swapfile.cif (task[nr]) {
task300mm/swapfile.cif (unuse_process(task[nr], type, page)) {
task294mm/vmscan.cp = task[swap_task];