Home
last modified time | relevance | path

Searched refs:rw_write_held (Results 1 – 25 of 25) sorted by relevance

/titanic_41/usr/src/cmd/dtrace/test/tst/common/safety/
H A Dtst.rw.d48 @[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 Drwlock.h60 #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 Drwlock.h63 #define RW_WRITE_HELD(x) (rw_write_held((x)))
75 extern int rw_write_held(krwlock_t *);
H A Dgldpriv.h434 rw_write_held(&(macinfo)->gldm_lock.gldl_rw_lock)
/titanic_41/usr/src/lib/libfakekernel/common/
H A Drwlock.c118 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 Dmapfile-vers156 rw_write_held;
/titanic_41/usr/src/uts/common/io/
H A Dstr_conf.c135 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 Drwlock.c177 #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 Dtst.func_access.ksh43 BEGIN { trace(rw_write_held(&`ksyms_lock)); }
/titanic_41/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d62 INTFUNC(rw_write_held(&`vfssw_lock))
/titanic_41/usr/src/uts/common/ipp/
H A Dippconf.c1899 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 Dsmb_kutil.c792 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 Dmem_cage.c419 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 Drwlock.c630 rw_write_held(krwlock_t *rwlp) in rw_write_held() function
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_l2t.c150 ASSERT(rw_write_held(&d->lock)); in alloc_l2e()
/titanic_41/usr/src/lib/libthread/common/
H A Dmapfile-vers318 rw_write_held { TYPE = FUNCTION };
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common736 rw_write_held
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c592 exclusive = rw_write_held(&ip->i_contents); in ufs_directio_write()
H A Dufs_vnops.c472 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 Dthr_uberdata.h1453 extern int rw_write_held(rwlock_t *);
/titanic_41/usr/src/uts/common/rpc/
H A Dclnt_clts.c1410 ASSERT(rw_write_held(&endpnt_type_lock)); in endpnt_get()
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c3306 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 Dbfe.c246 ASSERT(rw_write_held(&bfe->bfe_rwlock)); \
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1608 rw_write_held;
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3015 rwtype = (rw_write_held(&ip->i_contents)?RW_WRITER:RW_READER); in ud_rdip()