Home
last modified time | relevance | path

Searched refs:tmpcount (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/tsrc/
Dtinjpage.c321 static int tmpcount; variable
326 snprintf(buf, sizeof buf, TMPDIR "~poison%d",tmpcount++); in tempfd()
339 snprintf(buf, PATHBUFLEN, TMPDIR "~poison%d", tmpcount++); in playfile()
381 snprintf(fn, 30, TMPDIR "~test%d", tmpcount++); in do_file_clean()
815 snprintf(buf, PATHBUFLEN, "%s/test%d", hugetlbfsdir, tmpcount++); in file_backed_hugepage()
831 page = alloc_shm_hugepage(&tmpcount, HPS); in shm_hugepage()
835 free_shm_hugepage(tmpcount, page); in shm_hugepage()
836 tmpcount++; in shm_hugepage()
Dtsimpleinj.c66 static int tmpcount; in tempfd() local
69 snprintf(buf,30,"/tmp/test%d.XXXXXXXX",tmpcount++); in tempfd()