HomeSort by: relevance | last modified time | path
    Searched defs:cleaner (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/puffs/rump_lfs/
rump_lfs.c 49 cleaner(void *arg) function in typeref:typename:void *
97 * XXX: this particular piece inspired by the cleaner code.
98 * obviously FIXXXME along with the cleaner.
105 * 1) run the cleaner in another process and do rump ipc syscalls
114 cleaner(canon_dir);
124 cleaner, canon_dir) == -1)
125 err(1, "cannot start cleaner");
rump_lfs.c 49 cleaner(void *arg) function in typeref:typename:void *
97 * XXX: this particular piece inspired by the cleaner code.
98 * obviously FIXXXME along with the cleaner.
105 * 1) run the cleaner in another process and do rump ipc syscalls
114 cleaner(canon_dir);
124 cleaner, canon_dir) == -1)
125 err(1, "cannot start cleaner");
  /src/tests/fs/common/
fstest_lfs.c 125 cleaner(void *arg) function in typeref:typename:void *
134 /* this inspired by the cleaner code. fixme */
175 res = pthread_create(&args->ta_cleanerthread, NULL, cleaner, args);
179 /* wait for cleaner to initialize */
fstest_lfs.c 125 cleaner(void *arg) function in typeref:typename:void *
134 /* this inspired by the cleaner code. fixme */
175 res = pthread_create(&args->ta_cleanerthread, NULL, cleaner, args);
179 /* wait for cleaner to initialize */

Completed in 22 milliseconds