Lines Matching refs:proc_count
755 int proc_count = num_procs / (int)sizeof(pid_t); variable
757 if (proc_count > (CONF_PROC_COUNT + 1)) {
758 proc_count = CONF_PROC_COUNT + 1;
760 pid_t * proc_ids = malloc(sizeof(pid_t) * (unsigned long)proc_count);
762 (int32_t)(proc_count * (int)sizeof(pid_t)));
764 T_ASSERT_GE_INT(num_procs, proc_count, "Valid number of pids obtained for PROC_ALL_PIDS.");
818 int proc_count = CONF_PROC_COUNT + 2; variable
819 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
821 (user_addr_t)proc_ids, (int32_t)(proc_count * (int)sizeof(*proc_ids)));
838 int proc_count = CONF_PROC_COUNT + 2; variable
839 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
841 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
855 int proc_count = CONF_PROC_COUNT + 2; variable
856 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
860 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
874 int proc_count = CONF_PROC_COUNT + 2; variable
875 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
879 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
899 int proc_count = CONF_PROC_COUNT + 2; variable
900 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
902 (int32_t)(proc_count * (int)sizeof(*proc_ids)));