Searched refs:lockp (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | callb.h | 36 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ argument 37 (cp)->cc_lockp = lockp; \ 44 #define CALLB_CPR_SAFE_END(cp, lockp) { \ argument
|
| /f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | callb.h | 132 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ argument 136 (cp)->cc_lockp = lockp; \ 176 #define CALLB_CPR_SAFE_END(cp, lockp) { \ argument 179 cv_wait(&(cp)->cc_stop_cv, lockp); \
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | pmap.c | 403 struct rwlock **lockp); 1858 if (lockp != NULL) { in _pmap_alloc_l3() 1909 lockp) == NULL) { in _pmap_alloc_l3() 1935 lockp) == NULL) { in _pmap_alloc_l3() 1994 if (lockp != NULL) in pmap_alloc_l2() 2564 if (lockp == NULL) { in get_pv_entry() 2999 rw_wunlock(*lockp); in pmap_remove_l3_range() 3001 *lockp = new_lock; in pmap_remove_l3_range() 3002 rw_wlock(*lockp); in pmap_remove_l3_range() 4306 &free, lockp); in pmap_enter_l2() [all …]
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | pmap.c | 1252 struct rwlock **lockp); 1279 struct rwlock **lockp); 1285 struct rwlock **lockp); 4545 struct rwlock **lockp) in pmap_alloc_pde() argument 4569 if (lockp != NULL) in pmap_alloc_pde() 5250 if (lockp == NULL) { in get_pv_entry() 5416 struct rwlock **lockp) in pmap_pv_demote_pde() argument 5485 struct rwlock **lockp) in pmap_pv_promote_pde() argument 5541 struct rwlock **lockp) in pmap_try_insert_pv_entry() argument 5564 struct rwlock **lockp) in pmap_pv_insert_pde() argument [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | zfs_context.h | 661 #define CALLB_CPR_INIT(cp, lockp, func, name) { \ 662 (cp)->cc_lockp = lockp; \ 669 #define CALLB_CPR_SAFE_END(cp, lockp) { \
|
| /f-stack/freebsd/kern/ |
| H A D | subr_turnstile.c | 593 turnstile_lock(struct turnstile *ts, struct lock_object **lockp, in turnstile_lock() argument 609 *lockp = lock; in turnstile_lock()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | arc.c | 1023 buf_hash_find(uint64_t spa, const blkptr_t *bp, kmutex_t **lockp) in buf_hash_find() argument 1035 *lockp = hash_lock; in buf_hash_find() 1040 *lockp = NULL; in buf_hash_find() 1052 buf_hash_insert(arc_buf_hdr_t *hdr, kmutex_t **lockp) in buf_hash_insert() argument 1063 if (lockp != NULL) { in buf_hash_insert() 1064 *lockp = hash_lock; in buf_hash_insert()
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | fil.c | 4229 ipf_lock(data, lockp) in ipf_lock() argument 4231 int *lockp; 4238 err = BCOPYOUT(lockp, data, sizeof(*lockp)); 4241 *lockp = arg;
|