Searched defs:locks (Results 1 - 25 of 26) sorted by relevance

12

/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Drrwlock.h92 rrwlock_t locks[RRM_NUM_LOCKS]; member in struct:rrmlock
/freebsd-10-stable/contrib/subversion/subversion/svnbench/
H A Dnull-list-cmd.c47 apr_int64_t locks; member in struct:print_baton
H A Dnull-info-cmd.c171 apr_hash_t *locks; local
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Datomic.c72 static Lock locks[SPINLOCK_COUNT] = { [0 ... SPINLOCK_COUNT-1] = {0,1,0} }; variable
88 static Lock locks[SPINLOCK_COUNT]; variable
/freebsd-10-stable/lib/libc/gen/
H A Ddlfcn.c205 _rtld_atfork_pre(int *locks) argument
211 _rtld_atfork_post(int *locks) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Dlocks-table.c52 DB *locks; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dlist.c249 apr_hash_t *locks; local
91 get_dir_contents(apr_uint32_t dirent_fields, const char *dir, svn_revnum_t rev, svn_ra_session_t *ra_session, apr_hash_t *locks, const char *fs_path, svn_depth_t depth, svn_client_ctx_t *ctx, apr_hash_t *externals, const char *external_parent_url, const char *external_target, svn_client_list_func2_t list_func, void *baton, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
[all...]
H A Dinfo.c436 apr_hash_t *locks; local
184 push_dir_info(svn_ra_session_t *ra_session, const svn_client__pathrev_t *pathrev, const char *dir, svn_client_info_receiver2_t receiver, void *receiver_baton, svn_depth_t depth, svn_client_ctx_t *ctx, apr_hash_t *locks, apr_pool_t *pool) argument
H A Dstatus.c186 apr_hash_t *locks; local
H A Ddeprecated.c1430 apr_hash_t *locks; member in struct:ls_baton
1474 svn_client_ls3(apr_hash_t **dirents, apr_hash_t **locks, const char *path_or_url, const svn_opt_revision_t *peg_revision, const svn_opt_revision_t *revision, svn_boolean_t recurse, svn_client_ctx_t *ctx, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_serf/
H A Dgetlocks.c234 svn_ra_serf__get_locks(svn_ra_session_t *ra_session, apr_hash_t **locks, const char *path, svn_depth_t depth, apr_pool_t *pool) argument
/freebsd-10-stable/libexec/rtld-elf/
H A Drtld_lock.c324 void *locks[RTLD_LOCK_CNT]; local
373 _rtld_atfork_pre(int *locks) argument
397 _rtld_atfork_post(int *locks) argument
[all...]
/freebsd-10-stable/gnu/usr.bin/rcs/co/
H A Dco.c392 int locks = lockflag ? findlock(false, &targetdelta) : 0; variable
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
H A Dfs.h105 DB *locks; member in struct:base_fs_data_t
/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c217 lock_wrapper *locks; member in struct:lock_unlock_base
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
H A Dfs-wrap.c832 apr_hash_t *locks; member in struct:get_locks_baton_t
861 svn_repos_fs_get_locks2(apr_hash_t **locks, svn_repos_t *repos, const char *path, svn_depth_t depth, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
H A Ddeprecated.c493 svn_repos_fs_get_locks(apr_hash_t **locks, svn_repos_t *repos, const char *path, svn_repos_authz_func_t authz_read_func, void *authz_read_baton, apr_pool_t *pool) argument
/freebsd-10-stable/sys/kern/
H A Dkern_lockf.c1875 struct lockdesclist locks; local
1937 struct lockdesclist locks; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2157 apr_hash_t *locks; local
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_local/
H A Dra_plugin.c1584 svn_ra_local__get_locks(svn_ra_session_t *session, apr_hash_t **locks, const char *path, svn_depth_t depth, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra/
H A Dra_loader.c1107 return session->vtable->get_locks(session, locks, path, depth, pool); argument
1093 svn_ra_get_locks2(svn_ra_session_t *session, apr_hash_t **locks, const char *path, svn_depth_t depth, apr_pool_t *pool) argument
/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c2763 svn_wc_status_set_repos_locks(void *edit_baton, apr_hash_t *locks, const char *repos_root, apr_pool_t *pool) argument
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_misc.c466 spa_config_tryenter(spa_t *spa, int locks, void *tag, krw_t rw) argument
497 spa_config_enter(spa_t *spa, int locks, void *tag, krw_t rw) argument
530 spa_config_exit(spa_t *spa, int locks, void *tag) argument
549 spa_config_held(spa_t *spa, int locks, krw_t rw) argument
1302 int locks = SCL_STATE_ALL | oplocks; local
[all...]
/freebsd-10-stable/contrib/subversion/subversion/libsvn_ra_svn/
H A Dclient.c2593 ra_svn_get_locks(svn_ra_session_t *session, apr_hash_t **locks, const char *path, svn_depth_t depth, apr_pool_t *pool) argument
/freebsd-10-stable/sys/fs/nfsclient/
H A Dnfs_clstate.c2863 nfscl_dumpstate(struct nfsmount *nmp, int openowner, int opens, int lockowner, int locks) argument
[all...]

Completed in 251 milliseconds

12