Home
last modified time | relevance | path

Searched refs:bitmap_pos (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_wakelock.c90 lock->bitmap_pos = (UINT32)pos; in linux_wake_lock_init()
91 SET_BIT(g_wlBitmap.used, lock->bitmap_pos); in linux_wake_lock_init()
92 CLEAR_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_init()
110 SET_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock()
122 CLEAR_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_unlock()
135 ret = CHECK_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_active()
147 CLEAR_BIT(g_wlBitmap.used, lock->bitmap_pos); in linux_wake_lock_destroy()
148 CLEAR_BIT(g_wlBitmap.lock, lock->bitmap_pos); in linux_wake_lock_destroy()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dwakelock.h52 unsigned int bitmap_pos; member

Completed in 1 milliseconds