Home | History | Annotate | Download | only in linux

Lines Matching refs:task

54  * per VM-area/task.  A VM area is any part of the process virtual memory
64 /* linked list of VM areas per task, sorted by address */
287 * - page mapped in a task's page tables, each mapping
1052 int in_gate_area(struct task_struct *task, unsigned long addr);
1055 #define in_gate_area(task, addr) ({(void)task; in_gate_area_no_task(addr);})