Searched defs:rw (Results 1 - 25 of 102) sorted by relevance

12345

/freebsd-current/contrib/netbsd-tests/rump/kernspace/
H A Dlockme.c53 krwlock_t rw; local
/freebsd-current/tools/test/stress2/misc/
H A Dffs_sync.sh242 rw(); function
/freebsd-current/sys/cddl/compat/opensolaris/kern/
H A Dopensolaris_uio.c51 uiocopy(void *p, size_t n, enum uio_rw rw, struct uio *uio, size_t *cbytes) argument
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_uio.c60 zfs_uiocopy(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio, size_t *cbytes) argument
67 ASSERT3U(zfs_uio_rw(uio), ==, rw); local
H A Dspl_procfs_list.c48 procfs_list_update(kstat_t *ksp, int rw) argument
/freebsd-current/sbin/ipf/libipf/
H A Drwlock_emul.c14 void eMrwlock_read_enter(eMrwlock_t *rw, char *file, int line) argument
33 eMrwlock_write_enter(eMrwlock_t *rw, char *file, int line) argument
52 eMrwlock_try_upgrade(eMrwlock_t *rw, char *file, int line) argument
70 eMrwlock_downgrade(eMrwlock_t *rw, char *file, int line) argument
90 eMrwlock_exit(eMrwlock_t *rw) argument
113 eMrwlock_init(eMrwlock_t *rw, char *who) argument
132 eMrwlock_destroy(eMrwlock_t *rw) argument
[all...]
/freebsd-current/sys/dev/drm2/ttm/
H A Dttm_lock.h72 int32_t rw; member in struct:ttm_lock
/freebsd-current/usr.bin/tip/tip/
H A Dvalue.c264 vaccess(unsigned int mode, unsigned int rw) argument
/freebsd-current/stand/common/
H A Dmd.c85 md_strategy(void *devdata, int rw, daddr_t blk, size_t size, argument
/freebsd-current/sys/contrib/ck/include/
H A Dck_swlock.h49 ck_swlock_init(struct ck_swlock *rw) argument
58 ck_swlock_write_unlock(ck_swlock_t *rw) argument
67 ck_swlock_locked_writer(ck_swlock_t *rw) argument
77 ck_swlock_write_downgrade(ck_swlock_t *rw) argument
86 ck_swlock_locked(ck_swlock_t *rw) argument
96 ck_swlock_write_trylock(ck_swlock_t *rw) argument
109 ck_swlock_write_lock(ck_swlock_t *rw) argument
121 ck_swlock_write_latch(ck_swlock_t *rw) argument
140 ck_swlock_write_unlatch(ck_swlock_t *rw) argument
156 ck_swlock_read_trylock(ck_swlock_t *rw) argument
172 ck_swlock_read_lock(ck_swlock_t *rw) argument
198 ck_swlock_locked_reader(ck_swlock_t *rw) argument
206 ck_swlock_read_unlock(ck_swlock_t *rw) argument
[all...]
H A Dck_rwlock.h44 ck_rwlock_init(struct ck_rwlock *rw) argument
54 ck_rwlock_write_unlock(ck_rwlock_t *rw) argument
63 ck_rwlock_locked_writer(ck_rwlock_t *rw) argument
73 ck_rwlock_write_downgrade(ck_rwlock_t *rw) argument
82 ck_rwlock_locked(ck_rwlock_t *rw) argument
93 ck_rwlock_write_trylock(ck_rwlock_t *rw) argument
114 ck_rwlock_write_lock(ck_rwlock_t *rw) argument
134 ck_rwlock_read_trylock(ck_rwlock_t *rw) argument
161 ck_rwlock_read_lock(ck_rwlock_t *rw) argument
188 ck_rwlock_locked_reader(ck_rwlock_t *rw) argument
196 ck_rwlock_read_unlock(ck_rwlock_t *rw) argument
212 struct ck_rwlock rw; member in struct:ck_rwlock_recursive
220 ck_rwlock_recursive_write_lock(ck_rwlock_recursive_t *rw, unsigned int tid) argument
243 ck_rwlock_recursive_write_trylock(ck_rwlock_recursive_t *rw, unsigned int tid) argument
268 ck_rwlock_recursive_write_unlock(ck_rwlock_recursive_t *rw) argument
280 ck_rwlock_recursive_read_lock(ck_rwlock_recursive_t *rw) argument
288 ck_rwlock_recursive_read_trylock(ck_rwlock_recursive_t *rw) argument
295 ck_rwlock_recursive_read_unlock(ck_rwlock_recursive_t *rw) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Drwsem.h75 linux_init_rwsem(struct rw_semaphore *rw, const char *name) argument
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_lock.c161 linux_down_read_killable(struct rw_semaphore *rw) argument
174 linux_down_write_killable(struct rw_semaphore *rw) argument
/freebsd-current/share/examples/ipfilter/samples/
H A Drelay.c36 int nfd, n, rw; local
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Ddataset_kstats.c62 dataset_kstats_update(kstat_t *ksp, int rw) argument
H A Drrwlock.c231 rrw_enter(rrwlock_t *rrl, krw_t rw, const void *tag) argument
284 rrw_held(rrwlock_t *rrl, krw_t rw) argument
342 rrm_enter(rrmlock_t *rrl, krw_t rw, const void *tag) argument
389 rrm_held(rrmlock_t *rrl, krw_t rw) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_debug.c110 zfs_dbgmsg_update(kstat_t *ksp, int rw) argument
/freebsd-current/tools/uma/smrstress/
H A Dsmrstress.c117 int rw = (intptr_t)arg; local
/freebsd-current/tools/tools/ath/athpoke/
H A Dathpoke.c142 HAL_REGWRITE rw; local
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_uio.c58 zfs_uiomove_iov(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio) argument
129 zfs_uiomove_bvec_impl(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio) argument
166 zfs_copy_bvec(void *p, size_t skip, size_t cnt, zfs_uio_rw_t rw, argument
187 zfs_uiomove_bvec_rq(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio) argument
259 zfs_uiomove_bvec(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio) argument
272 zfs_uiomove_iter(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio, boolean_t revert) argument
308 zfs_uiomove(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio) argument
382 zfs_uiocopy(void *p, size_t n, zfs_uio_rw_t rw, zfs_uio_t *uio, size_t *cbytes) argument
[all...]
/freebsd-current/tools/tools/bootparttest/
H A Dbootparttest.c68 disk_strategy(void *devdata, int rw, daddr_t blk, size_t size, char *buf, argument
/freebsd-current/sys/arm/arm/
H A Ddb_interface.c102 db_access_und_sp(struct db_variable *vp, db_expr_t *valp, int rw) argument
113 db_access_abt_sp(struct db_variable *vp, db_expr_t *valp, int rw) argument
124 db_access_irq_sp(struct db_variable *vp, db_expr_t *valp, int rw) argument
134 int db_frame(struct db_variable *vp, db_expr_t *valp, int rw) argument
/freebsd-current/stand/userboot/userboot/
H A Duserboot_disk.c190 userdisk_strategy(void *devdata, int rw, daddr_t dblk, size_t size, argument
205 userdisk_realstrategy(void *devdata, int rw, daddr_t dblk, size_t size, argument
H A Dhost.c147 host_dev_strategy(void *devdata, int rw, daddr_t dblk, size_t size, argument
/freebsd-current/crypto/openssl/ssl/record/
H A Drec_layer_d1.c1026 void dtls1_reset_seq_numbers(SSL *s, int rw) argument

Completed in 188 milliseconds

12345