Searched defs:rwsem (Results 1 - 2 of 2) sorted by relevance
| /src/sys/external/bsd/drm2/linux/ | ||
| H A D | linux_rwsem.c | 65 const volatile struct rw_semaphore *rwsem = cookie; local in function:rwsem_dump 80 init_rwsem(struct rw_semaphore *rwsem) argument 95 destroy_rwsem(struct rw_semaphore * rwsem) argument 110 down_read(struct rw_semaphore * rwsem) argument 126 down_read_trylock(struct rw_semaphore * rwsem) argument 154 up_read(struct rw_semaphore * rwsem) argument 168 down_write(struct rw_semaphore * rwsem) argument 203 up_write(struct rw_semaphore * rwsem) argument 217 downgrade_write(struct rw_semaphore * rwsem) argument [all...] |
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ | ||
| H A D | vmwgfx_drv.h | 270 struct rw_semaphore rwsem; member in struct:vmw_fifo_state |
Completed in 6 milliseconds