Home
last modified time | relevance | path

Searched refs:ev_lock_type (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/evdev/
H A Devdev_private.h118 enum evdev_lock_type ev_lock_type; member
182 if ((evdev)->ev_lock_type != EV_LOCK_MTX) \
188 if ((evdev)->ev_lock_type != EV_LOCK_MTX) \
193 if ((evdev)->ev_lock_type == EV_LOCK_MTX) \
199 if ((evdev)->ev_lock_type == EV_LOCK_MTX) \
205 if ((evdev)->ev_lock_type == EV_LOCK_MTX) \
213 if (evdev->ev_lock_type == EV_LOCK_MTX) { in EVDEV_LIST_LOCK_SIG()
H A Devdev.c347 evdev->ev_lock_type = EV_LOCK_EXT_EPOCH; in evdev_register()
349 evdev->ev_lock_type = EV_LOCK_INTERNAL; in evdev_register()
364 evdev->ev_lock_type = EV_LOCK_MTX; in evdev_register_mtx()
395 if (ret == 0 && evdev->ev_lock_type != EV_LOCK_MTX) in evdev_unregister()
870 if (evdev->ev_lock_type == EV_LOCK_INTERNAL) in evdev_propagate_event()
874 evdev->ev_lock_type == EV_LOCK_MTX || in_epoch(INPUT_EPOCH) != 0, in evdev_propagate_event()
887 if (evdev->ev_lock_type == EV_LOCK_INTERNAL) in evdev_propagate_event()
1015 if (evdev->ev_lock_type == EV_LOCK_MTX) in evdev_inject_event()
1017 else if (evdev->ev_lock_type == EV_LOCK_EXT_EPOCH) in evdev_inject_event()
1020 if (evdev->ev_lock_type == EV_LOCK_MTX) in evdev_inject_event()
[all …]
H A Dcdev.c162 if (client->ec_evdev->ev_lock_type != EV_LOCK_MTX) in evdev_dtor()
419 if (evdev->ev_lock_type == EV_LOCK_EXT_EPOCH) in evdev_ioctl()
422 if (evdev->ev_lock_type == EV_LOCK_EXT_EPOCH) in evdev_ioctl()