Searched refs:num_found (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dpmap_x86_common.c859 int num_removed, num_unwired, num_found, num_invalid; local
866 num_found = 0;
890 num_found++;
913 if (num_found == 0) {
H A Dpmap.c1680 int num_found = 0; local
1728 num_found++;
1735 if (num_found)
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c2849 proc_dopcontrol(proc_t p, void *num_found) argument
2863 (*(int *)num_found)++;
2871 (*(int *)num_found)++;
2879 (*(int *)num_found)++;
2994 int num_found; local
3031 for (num_found = 0; num_found == 0; memory_threshold = memory_threshold / 2) {
3032 proc_iterate(PROC_ALLPROCLIST, proc_dopcontrol, (void *)&num_found, proc_pcontrol_filter, (void *)&memory_threshold);
3040 if (num_found == 0) /* log that we couldn't do anything in this case */
/darwin-on-arm/xnu/osfmk/x86_64/
H A Dpmap.c1257 int num_found = 0; local
1310 num_found++;
1315 if (num_found)
/darwin-on-arm/xnu/osfmk/arm/
H A Dpmap.c3852 int num_found = 0; local
3935 num_found++;

Completed in 46 milliseconds