Lines Matching defs:COPY
773 #define COPY(field) uvmexp.field = uvmexp_kernel.field
774 COPY(pdreact);
775 COPY(pageins);
776 COPY(pgswapout);
777 COPY(pdfreed);
778 COPY(pdscans);
779 #undef COPY
914 #define COPY(field) uvmexp.field = uvmexp_kernel.field
915 COPY(pagesize);
916 COPY(ncolors);
917 COPY(npages);
918 COPY(free);
919 COPY(paging);
920 COPY(wired);
921 COPY(reserve_pagedaemon);
922 COPY(reserve_kernel);
923 COPY(anonpages);
924 COPY(filepages);
925 COPY(execpages);
926 COPY(freemin);
927 COPY(freetarg);
928 COPY(wiredmax);
929 COPY(nswapdev);
930 COPY(swpages);
931 COPY(swpginuse);
932 COPY(nswget);
933 COPY(pageins);
934 COPY(pdpageouts);
935 COPY(pgswapin);
936 COPY(pgswapout);
937 COPY(forks);
938 COPY(forks_ppwait);
939 COPY(forks_sharevm);
940 COPY(colorhit);
941 COPY(colormiss);
942 COPY(cpuhit);
943 COPY(cpumiss);
944 COPY(fltnoram);
945 COPY(fltnoanon);
946 COPY(fltpgwait);
947 COPY(fltpgrele);
948 COPY(fltrelck);
949 COPY(fltrelckok);
950 COPY(fltanget);
951 COPY(fltanretry);
952 COPY(fltamcopy);
953 COPY(fltamcopy);
954 COPY(fltnomap);
955 COPY(fltlget);
956 COPY(fltget);
957 COPY(flt_anon);
958 COPY(flt_acow);
959 COPY(flt_obj);
960 COPY(flt_prcopy);
961 COPY(flt_przero);
962 COPY(pdwoke);
963 COPY(pdrevs);
964 COPY(pdfreed);
965 COPY(pdscans);
966 COPY(pdanscan);
967 COPY(pdobscan);
968 COPY(pdreact);
969 COPY(pdbusy);
970 COPY(pdpending);
971 COPY(pddeact);
972 COPY(bootpages);
973 #undef COPY
1053 (void)printf("%9" PRIu64 " amap copy faults\n", uvmexp.fltamcopy);
1059 (void)printf("%9" PRIu64 " anon copy on write faults\n", uvmexp.flt_acow);
1061 (void)printf("%9" PRIu64 " promote copy faults\n", uvmexp.flt_prcopy);
1130 #define COPY(field) uvmexp.field = uvmexp_kernel.field
1131 COPY(forks);
1132 COPY(forks_ppwait);
1133 COPY(forks_sharevm);
1134 #undef COPY
2186 * Dereference the kernel pointer `kptr' and fill in the local copy
2188 * and the size of the copy passed in `len'.