Searched refs:swap (Results 1 - 11 of 11) sorted by relevance
/system/extras/libpagemap/ |
H A D | pm_memusage.c | 20 mu->vss = mu->rss = mu->pss = mu->uss = mu->swap = 0; 28 a->swap += b->swap;
|
H A D | pm_map.c | 71 usage.swap += map->proc->ker->pagesize;
|
/system/core/toolbox/ |
H A D | swapoff.c | 4 #include <sys/swap.h>
|
H A D | swapon.c | 6 #include <sys/swap.h>
|
H A D | mkswap.c | 4 #include <sys/swap.h> 47 /* Determine the length of the swap file */ 68 fprintf(stderr, "Failed to write swap header into %s\n", argv[1]); 82 fprintf(stderr, "Failed to write magic swap header into %s\n", argv[1]);
|
/system/extras/procrank/ |
H A D | procrank.c | 45 declare_sort(swap); variable 215 if (ws != WS_RESET && procs[i]->usage.swap) { 269 total_swap += procs[i]->usage.swap; 289 printf("%6dK ", procs[i]->usage.swap / 1024); 342 " -s Sort by swap.\n" 346 " -C Only show non-cached (ram/swap backed) pages\n" 431 create_sort(swap, numcmp)
|
/system/extras/librank/ |
H A D | librank.c | 64 declare_sort(swap); variable 249 {"swap", 0, 0, 's'}, 369 if (map_usage.swap) { 410 printf("%6dK ", mi->usage.swap / 1024); 431 " -s Sort processes by swap.\n" 438 " -C Only show non-cached (ram/swap backed) pages\n" 481 create_sort(swap, numcmp)
|
/system/extras/libpagemap/include/pagemap/ |
H A D | pagemap.h | 32 size_t swap; member in struct:pm_memusage
|
/system/core/libpixelflinger/ |
H A D | fixed.cpp | 248 static inline void swap(T& a, T& b) { function 330 swap(a, b);
|
H A D | trap.cpp | 88 static inline void swap(T& a, T& b) { function in namespace:android 527 // so if we get a CW triangle, we need to swap two of its vertices 529 swap(x0, x1); 530 swap(y0, y1); 675 swap(top, bot); 731 swap(left, right); 865 swap(top, bot); 1010 swap(l_min, l_max); 1017 swap(r_min, r_max);
|
/system/core/fs_mgr/ |
H A D | fs_mgr.c | 30 #include <sys/swap.h> 590 /* Skip swap and raw partition entries such as boot, recovery, etc */ 591 if (!strcmp(fstab->recs[i].fs_type, "swap") || 672 /* If this swap or a raw partition, report an error */ 673 if (!strcmp(fstab->recs[i].fs_type, "swap") || 781 /* Skip non-swap entries */ 782 if (strcmp(fstab->recs[i].fs_type, "swap")) { 808 /* Initialize the swap area */
|
Completed in 135 milliseconds