• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/

Lines Matching defs:destination

75  * and the destination addresses of those source pages.  As this data
80 * destination page in its final resting place (if it happens
91 * KIMAGE_NO_DEST is an impossible destination address..., for
92 * allocating pages whose destination address we do not care about.
127 /* Initialize the list of destination pages */
141 * Verify we have good destination addresses. The caller is
147 * the destination addreses are page aligned. Too many
149 * insidious is getting overlapping destination addresses
165 /* Verify our destination addresses do not overlap.
166 * If we alloed overlapping destination addresses
227 * counted as destination pages.
274 * Verify we have good destination addresses. Normally
296 * counted as destination pages.
381 * not conflict with either the destination addresses
399 * is a destination page.
422 /* Because the page is already in it's destination
429 /* Deal with the destination pages I have inadvertently allocated.
447 * not conflict with either the destination addresses
549 unsigned long destination)
553 destination &= PAGE_MASK;
554 result = kimage_add_entry(image, destination | IND_DESTINATION);
556 image->destination = destination;
569 image->destination += PAGE_SIZE;
577 /* Walk through and free any extra destination pages I may have */
645 unsigned long destination = 0;
649 destination = entry & PAGE_MASK;
651 if (page == destination)
653 destination += PAGE_SIZE;
662 unsigned long destination)
666 * is not copied to its destination page before the data on
667 * the destination page is no longer useful.
670 * either its own destination page, or it is not a
671 * destination page at all.
686 * Walk through the list of destination pages, and see if I
691 if (addr == destination) {
712 /* If it is the destination page we want use it */
713 if (addr == destination)
716 /* If the page is not a destination page use it */
722 * I know that the page is someones destination page.
724 * destination page. And if so swap the source pages.
738 * destination page, so return it.
745 /* Place the page on the destination list I
819 * user space to it's destination.
901 * and the copies the image to it's final destination. And