Home | History | Annotate | Download | only in swapoff

Lines Matching refs:cleanup

30 static void cleanup(void);
51 cleanup();
59 tst_brkm(TCONF, cleanup,
81 tst_sig(FORK, DEF_HANDLER, cleanup);
89 switch ((fs_type = tst_fs_type(cleanup, "."))) {
92 tst_brkm(TCONF, cleanup,
99 tst_brkm(TBROK, cleanup,
104 tst_brkm(TBROK, cleanup, "Failed to create file for swap");
107 tst_brkm(TBROK, cleanup, "Failed to make swapfile");
110 static void cleanup(void)