Home
last modified time | relevance | path

Searched defs:lockp (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/sys/arch/usermode/include/
H A Dlock.h33 __cpu_simple_lock_init(__cpu_simple_lock_t *lockp) in __cpu_simple_lock_init()
39 __cpu_simple_lock_try(__cpu_simple_lock_t *lockp) in __cpu_simple_lock_try()
48 __cpu_simple_lock(__cpu_simple_lock_t *lockp) in __cpu_simple_lock()
55 __cpu_simple_unlock(__cpu_simple_lock_t *lockp) in __cpu_simple_unlock()
61 __SIMPLELOCK_LOCKED_P(const __cpu_simple_lock_t *lockp) in __SIMPLELOCK_LOCKED_P()
67 __SIMPLELOCK_UNLOCKED_P(const __cpu_simple_lock_t *lockp) in __SIMPLELOCK_UNLOCKED_P()
/netbsd-src/sys/arch/ia64/include/
H A Dlock.h82 __cpu_simple_lock_init(__cpu_simple_lock_t *lockp) in __cpu_simple_lock_init()
89 __cpu_simple_lock_try(__cpu_simple_lock_t *lockp) in __cpu_simple_lock_try()
102 __cpu_simple_lock(__cpu_simple_lock_t *lockp) in __cpu_simple_lock()
111 __cpu_simple_unlock(__cpu_simple_lock_t *lockp) in __cpu_simple_unlock()
/netbsd-src/sys/arch/x86/include/
H A Dlock.h87 __cpu_simple_lock_init(__cpu_simple_lock_t *lockp) in __cpu_simple_lock_init()
94 __cpu_simple_lock_try(__cpu_simple_lock_t *lockp) in __cpu_simple_lock_try()
107 __cpu_simple_lock(__cpu_simple_lock_t *lockp) in __cpu_simple_lock()
168 __cpu_simple_unlock(__cpu_simple_lock_t *lockp) in __cpu_simple_unlock()
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/
H A Dcallb.h134 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ argument
144 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ argument
189 #define CALLB_CPR_SAFE_END(cp, lockp) { \ argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/otp/
H A Dotp_db.c108 otp_get_internal (void *v, OtpContext *ctx, int lockp) in otp_get_internal()
/netbsd-src/external/cddl/osnet/dist/lib/libzpool/common/sys/
H A Dzfs_context.h605 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ argument
613 #define CALLB_CPR_SAFE_END(cp, lockp) { \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dparse.cc3221 check_component (gfc_symbol *sym, gfc_component *c, gfc_component **lockp, in check_component()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dparse.c2971 check_component (gfc_symbol *sym, gfc_component *c, gfc_component **lockp, in check_component()
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Darc.c1457 buf_hash_find(uint64_t spa, const blkptr_t *bp, kmutex_t **lockp) in buf_hash_find()
1486 buf_hash_insert(arc_buf_hdr_t *hdr, kmutex_t **lockp) in buf_hash_insert()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dfil.c4179 ipf_lock(void *data, int *lockp) in ipf_lock()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcs.c8584 char *lockfile, *lockp; in rcs_lockfilename() local
/netbsd-src/external/cddl/osnet/dist/uts/common/dtrace/
H A Ddtrace.c2071 volatile uintptr_t *lockp = &hash[bucket].dtdh_lock; in dtrace_dynvar() local