Searched refs:fs_new (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dkern_fail.c248 struct fail_point_setting *fs_new; local
250 fs_new = fs_malloc();
251 fs_new->fs_parent = fp;
252 TAILQ_INIT(&fs_new->fp_entry_queue);
253 mtx_init(&fs_new->feq_mtx, "fail point entries", NULL, MTX_SPIN);
255 fail_point_setting_garbage_append(fs_new);
257 return (fs_new);
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs/
H A Dfs-loader.c498 fs_new(apr_hash_t *fs_config, apr_pool_t *pool)
516 return fs_new(fs_config, pool);
546 *fs_p = fs_new(fs_config, result_pool);
563 *fs_p = fs_new(fs_config, result_pool);
583 fs = fs_new(NULL, scratch_pool);
615 fs = fs_new(fs_config, pool);
672 src_fs = fs_new(NULL, scratch_pool);
673 dst_fs = fs_new(NULL, scratch_pool);
727 fs = fs_new(NULL, pool);
744 fs = fs_new(NUL
495 fs_new(apr_hash_t *fs_config, apr_pool_t *pool) function
[all...]

Completed in 125 milliseconds