Lines Matching refs:proc_count
757 int proc_count = num_procs / (int)sizeof(pid_t); variable
759 if (proc_count > (CONF_PROC_COUNT + 1)) {
760 proc_count = CONF_PROC_COUNT + 1;
762 pid_t * proc_ids = malloc(sizeof(pid_t) * (unsigned long)proc_count);
764 (int32_t)(proc_count * (int)sizeof(pid_t)));
766 T_ASSERT_GE_INT(num_procs, proc_count, "Valid number of pids obtained for PROC_ALL_PIDS.");
820 int proc_count = CONF_PROC_COUNT + 2; variable
821 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
823 (user_addr_t)proc_ids, (int32_t)(proc_count * (int)sizeof(*proc_ids)));
840 int proc_count = CONF_PROC_COUNT + 2; variable
841 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
843 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
857 int proc_count = CONF_PROC_COUNT + 2; variable
858 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
862 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
876 int proc_count = CONF_PROC_COUNT + 2; variable
877 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
881 (int32_t)(proc_count * (int)sizeof(*proc_ids)));
901 int proc_count = CONF_PROC_COUNT + 2; variable
902 pid_t * proc_ids = malloc(sizeof(*proc_ids) * (unsigned long)proc_count);
904 (int32_t)(proc_count * (int)sizeof(*proc_ids)));