/titanic_41/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.rw.d | 48 @[rw_write_held((krwlock_t *)&`clock)] = count(); 49 @[rw_write_held((krwlock_t *)rand())] = count();
|
/titanic_41/usr/src/lib/libfakekernel/common/sys/ |
H A D | rwlock.h | 60 #define RW_WRITE_HELD(x) (rw_write_held((x))) 72 extern int rw_write_held(krwlock_t *);
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | rwlock.h | 63 #define RW_WRITE_HELD(x) (rw_write_held((x))) 75 extern int rw_write_held(krwlock_t *);
|
H A D | gldpriv.h | 434 rw_write_held(&(macinfo)->gldm_lock.gldl_rw_lock)
|
/titanic_41/usr/src/lib/libfakekernel/common/ |
H A D | rwlock.c | 118 rw_write_held(krwlock_t *rwlp) in rw_write_held() function 126 return (rw_read_held(rwlp) || rw_write_held(rwlp)); in rw_lock_held()
|
H A D | mapfile-vers | 156 rw_write_held;
|
/titanic_41/usr/src/uts/common/io/ |
H A D | str_conf.c | 135 ASSERT(rw_write_held(&fmodsw_lock)); in i_fmodsw_hash_insert() 157 ASSERT(rw_write_held(&fmodsw_lock)); in i_fmodsw_hash_remove()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | rwlock.c | 177 #pragma weak _rw_write_held = rw_write_held 179 rw_write_held(rwlock_t *rwlp) in rw_write_held() function 736 if (rw_write_held(rwlp)) { in rw_rdlock_impl() 833 if (rw_write_held(rwlp)) { in rw_wrlock_impl() 1032 if (!rw_write_held(rwlp)) { in rw_unlock()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.func_access.ksh | 43 BEGIN { trace(rw_write_held(&`ksyms_lock)); }
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/ |
H A D | tst.subr.d | 62 INTFUNC(rw_write_held(&`vfssw_lock))
|
/titanic_41/usr/src/uts/common/ipp/ |
H A D | ippconf.c | 1899 ASSERT(rw_write_held(ap->ippa_lock)); in ref_mod() 1900 ASSERT(rw_write_held(imp->ippm_lock)); in ref_mod() 1946 ASSERT(rw_write_held(ap->ippa_lock)); in unref_mod() 1947 ASSERT(rw_write_held(imp->ippm_lock)); in unref_mod() 2425 ASSERT(rw_write_held(ipp_mod_byid_lock)); in get_mid() 2621 ASSERT(rw_write_held(refby_ap->ippa_lock)); in ref_action() 2622 ASSERT(rw_write_held(ref_ap->ippa_lock)); in ref_action() 2721 ASSERT(rw_write_held(refby_ap->ippa_lock)); in unref_action() 2722 ASSERT(rw_write_held(ref_ap->ippa_lock)); in unref_action() 3116 ASSERT(rw_write_held(ipp_action_byid_lock)); in get_aid()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kutil.c | 792 if (rw_write_held(&rwx->rwx_lock)) { in smb_rwx_rwexit() 811 if (rw_write_held(&rwx->rwx_lock)) { in smb_rwx_rwupgrade() 830 ASSERT(rw_write_held(&rwx->rwx_lock)); in smb_rwx_rwdowngrade() 870 if (rw_write_held(&rwx->rwx_lock)) { in smb_rwx_rwwait()
|
/titanic_41/usr/src/uts/common/os/ |
H A D | mem_cage.c | 419 ASSERT(rw_write_held(&kcage_range_rwlock)); in kcage_range_add_internal() 485 ASSERT(rw_write_held(&kcage_range_rwlock)); in kcage_range_delete_internal() 550 ASSERT(rw_write_held(&kcage_range_rwlock)); in kcage_range_delete_post_mem_del_internal()
|
H A D | rwlock.c | 630 rw_write_held(krwlock_t *rwlp) in rw_write_held() function
|
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_l2t.c | 150 ASSERT(rw_write_held(&d->lock)); in alloc_l2e()
|
/titanic_41/usr/src/lib/libthread/common/ |
H A D | mapfile-vers | 318 rw_write_held { TYPE = FUNCTION };
|
/titanic_41/usr/src/lib/c_synonyms/ |
H A D | syn_common | 736 rw_write_held
|
/titanic_41/usr/src/uts/common/fs/ufs/ |
H A D | ufs_directio.c | 592 exclusive = rw_write_held(&ip->i_contents); in ufs_directio_write()
|
H A D | ufs_vnops.c | 472 exclusive = rw_write_held(&ip->i_rwlock); in ufs_write() 1402 rwtype = (rw_write_held(&ip->i_contents)?RW_WRITER:RW_READER); in rdip() 6474 if (!rw_write_held(&ip->i_rwlock)) { in ufs_setsecattr()
|
/titanic_41/usr/src/lib/libc/inc/ |
H A D | thr_uberdata.h | 1453 extern int rw_write_held(rwlock_t *);
|
/titanic_41/usr/src/uts/common/rpc/ |
H A D | clnt_clts.c | 1410 ASSERT(rw_write_held(&endpnt_type_lock)); in endpnt_get()
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 3306 ASSERT(rw_write_held(&ifs->ifs_ipf_global.ipf_lk) == 0 || 3307 rw_write_held(&ifs->ifs_ipf_state.ipf_lk) == 0);
|
/titanic_41/usr/src/uts/common/io/bfe/ |
H A D | bfe.c | 246 ASSERT(rw_write_held(&bfe->bfe_rwlock)); \
|
/titanic_41/usr/src/lib/libc/port/ |
H A D | mapfile-vers | 1608 rw_write_held;
|
/titanic_41/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 3015 rwtype = (rw_write_held(&ip->i_contents)?RW_WRITER:RW_READER); in ud_rdip()
|