HomeSort by relevance Sort by last modified time
    Searched refs:pr_flags (Results 1 - 6 of 6) sorted by null

  /system/extras/ksmutils/
ksminfo.c 61 static int read_pages(struct ksm_pages *kp, pm_map_t **maps, size_t num_maps, uint8_t pr_flags);
62 static void print_pages(struct ksm_pages *kp, uint8_t pr_flags);
63 static void free_pages(struct ksm_pages *kp, uint8_t pr_flags);
79 uint8_t pr_flags = 0; local
92 pr_flags |= PR_ALL;
95 pr_flags |= PR_SORTED;
98 pr_flags |= PR_VERBOSE;
117 if (pr_flags & PR_ALL) {
167 if (read_pages(&kp, maps, num_maps, pr_flags) < 0) {
178 if (pr_flags & PR_SORTED)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
elfcore.h 37 long pr_flags; /* XXX Process flags */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 37 long pr_flags; /* XXX Process flags */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
elfcore.h 37 long pr_flags; /* XXX Process flags */
  /external/strace/
proc.c 112 tprintf(", {pr_flags=");
113 printflags(proc_status_flags, status.pr_flags, "PR_???");
143 tprintf(", {pr_flags=");
144 printflags(proc_run_flags, run.pr_flags, "PR???");
defs.h 264 #define PR_FLAGS pr_lwp.pr_flags
284 #define PR_FLAGS pr_flags
297 #define PR_FLAGS state

Completed in 1034 milliseconds