HomeSort by: relevance | last modified time | path
    Searched defs:rwsem (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/linux/
linux_rwsem.c 43 #include <linux/rwsem.h>
45 #define RWSEM_WANTLOCK(RWSEM) \
46 LOCKDEBUG_WANTLOCK((RWSEM)->rws_debug, (RWSEM), \
48 #define RWSEM_LOCKED_EX(RWSEM) \
49 LOCKDEBUG_LOCKED((RWSEM)->rws_debug, (RWSEM), NULL, \
51 #define RWSEM_LOCKED_SH(RWSEM) \
52 LOCKDEBUG_LOCKED((RWSEM)->rws_debug, (RWSEM), NULL,
65 const volatile struct rw_semaphore *rwsem = cookie; local in function:rwsem_dump
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_drv.h 270 struct rw_semaphore rwsem; member in struct:vmw_fifo_state
599 * Replace this with an rwsem as soon as we have down_xx_interruptible()

Completed in 12 milliseconds