Lines Matching refs:start
2279 * which represent vma start and end addresses.
2282 unsigned long *start, unsigned long *end)
2313 *start = sval;
2412 unsigned long start;
2586 p->start = vma->vm_start;
2598 len = snprintf(buf, sizeof(buf), "%lx-%lx", p->start, p->end);
2694 .start = timers_start,
3993 * In the case of a short read we start with find_task_by_pid.
3995 * In the case of a seek we start with the leader and walk nr
4012 /* Attempt to start with the tid of a thread */
4023 /* If we haven't found our starting place yet start
4046 static struct task_struct *next_tid(struct task_struct *start)
4050 if (pid_alive(start)) {
4051 pos = next_thread(start);
4058 put_task_struct(start);