Searched refs:_rwlock (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/sparc64/include/
H A Dpmap.h46 #include <sys/_rwlock.h>
/freebsd-10-stable/sys/sys/
H A Dbufobj.h56 #include <sys/_rwlock.h>
H A Dlockmgr.h37 #include <sys/_rwlock.h>
H A Drwlock.h33 #include <sys/_rwlock.h>
/freebsd-10-stable/cddl/contrib/opensolaris/head/
H A Dsynch.h81 typedef struct _rwlock { struct
/freebsd-10-stable/sys/net/
H A Dif_llatbl.h33 #include <sys/_rwlock.h>
H A Dradix.h39 #include <sys/_rwlock.h>
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_subr.c849 struct _rwlock;
855 extern int _rw_read_held(struct _rwlock *);
856 return (_rw_read_held((struct _rwlock *)lock));
862 extern int _rw_write_held(struct _rwlock *);
863 return (_rw_write_held((struct _rwlock *)lock));
/freebsd-10-stable/sys/vm/
H A Dvm_object.h73 #include <sys/_rwlock.h>
/freebsd-10-stable/sys/netipsec/
H A Dipsec.h52 #include <sys/_rwlock.h>
/freebsd-10-stable/sys/netinet/
H A Din_pcb.h44 #include <sys/_rwlock.h>

Completed in 461 milliseconds