• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/

Lines Matching defs:to

11  * Demand-loading implemented 01.12.91 - no need to read anything but
15 * Once more I can proudly say that linux stood up to being changed: it
16 * was less than 2 hours work to get demand-loading completely implemented.
20 * table to check for several different types of binary formats. We keep
122 * Note that a shared library must be both readable and executable due to
125 * Also note that we take the address to load from from the file itself.
207 * memory to free pages in kernel mem. These are in a format ready
208 * to be put directly into the top of new user memory.
305 * This routine is used to map in a page into an address space: needed by
355 /* Move the argument and environment strings to the bottom of the
359 char *to, *from;
372 to = kmap(bprm->page[0]);
374 memmove(to, to + offset, PAGE_SIZE - offset);
376 memcpy(to + PAGE_SIZE - offset, from, offset);
378 to = from;
380 memmove(to, to + offset, PAGE_SIZE - offset);
383 /* Limit stack size to 1GB */
389 /* Adjust bprm->p to point to the end of the strings. */
523 /* The cast to a user pointer is valid due to the set_fs() */
577 * table via the CLONE_SIGHAND option to clone().)
613 * We must hold tasklist_lock to call zap_other_threads.
631 * so it is safe to do it under read_lock.
646 * The SIGALRM timer survives the exec, but needs to point
648 * a timer firing now getting the old leader, so we need to
671 * At this point all other threads have exited, all we have to
672 * do is to wait for the thread group leader to become inactive,
673 * and to assume its PID:
677 * Wait for the thread group leader to be a zombie.
692 * When we take on its identity by switching to its PID, we
733 * but it's safe to stop telling the group to kill themselves.
753 * Move our state over to newsighand and switch it in.
844 * fork helper to do the work for us and the exit
845 * helper to do the cleanup of the old one.
847 files = current->files; /* refcounted so safe to hold */
886 /* Set the new mm task size. We have to do that late because it may
999 * points to; chop off the first by relocating brpm->p to right after
1089 /* so we don't try to load run modprobe in kernel space. */
1285 /* Repeat as long as we have more pattern to process and more output
1373 * and core_uses_pid is set, then .%pid will be appended to
1470 * Make sure nobody is waiting for us to release the VM,
1526 * be seen by the filesystem code called to write the core file.
1543 printk(KERN_INFO "Core dump to %s pipe failed\n",
1559 /* AK: actually i see no reason to not allow this for named pipes etc.,