Searched refs:checkproc (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
D | hugemmap05.c | 87 static int checkproc(long act_val, char *string, long exp_val); 117 if (checkproc(SAFE_READ_MEMINFO("HugePages_Total:"), in test_overcommit() 120 if (checkproc(SAFE_READ_MEMINFO("HugePages_Free:"), in test_overcommit() 123 if (checkproc(SAFE_READ_MEMINFO("HugePages_Surp:"), in test_overcommit() 126 if (checkproc(SAFE_READ_MEMINFO("HugePages_Rsvd:"), in test_overcommit() 152 if (checkproc(SAFE_READ_MEMINFO("HugePages_Total:"), in test_overcommit() 155 if (checkproc(SAFE_READ_MEMINFO("HugePages_Free:"), in test_overcommit() 158 if (checkproc(SAFE_READ_MEMINFO("HugePages_Surp:"), in test_overcommit() 161 if (checkproc(SAFE_READ_MEMINFO("HugePages_Rsvd:"), in test_overcommit() 295 static int checkproc(long act_val, char *pattern, long exp_val) in checkproc() function
|
/external/openssh/contrib/suse/ |
D | rc.sshd | 106 checkproc -p $SSHD_PIDFILE $SSHD_BIN
|