Searched refs:verify_acct (Results 1 – 2 of 2) sorted by relevance
73 static int verify_acct(void *acc, int elap_time) in verify_acct() function194 ret = verify_acct(&acct_struct.v3, acct_struct.v3.ac_etime); in run()196 ret = verify_acct(&acct_struct.v0, UNPACK(acct_struct.v0.ac_etime)); in run()
94 static void verify_acct(unsigned int nr) in verify_acct() function127 .test = verify_acct,