Lines Matching refs:start
2286 * which represent vma start and end addresses.
2289 unsigned long *start, unsigned long *end)
2320 *start = sval;
2419 unsigned long start;
2590 p->start = vma->vm_start;
2602 len = snprintf(buf, sizeof(buf), "%lx-%lx", p->start, p->end);
2698 .start = timers_start,
3960 * In the case of a short read we start with find_task_by_pid.
3962 * In the case of a seek we start with the leader and walk nr
3979 /* Attempt to start with the tid of a thread */
3990 /* If we haven't found our starting place yet start
4014 static struct task_struct *next_tid(struct task_struct *start)
4018 if (pid_alive(start)) {
4019 pos = next_thread(start);
4026 put_task_struct(start);