Home
last modified time | relevance | path

Searched refs:TSEC_GLOBAL_UNLOCK (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/tsec/
H A Dif_tsec.c318 TSEC_GLOBAL_UNLOCK(sc); in tsec_shutdown()
345 TSEC_GLOBAL_UNLOCK(sc); in tsec_init()
895 TSEC_GLOBAL_UNLOCK(sc); in tsec_poll()
933 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
952 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
959 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
973 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
986 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
993 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
1265 TSEC_GLOBAL_UNLOCK(sc); in tsec_tick()
[all …]
H A Dif_tsec.h227 #define TSEC_GLOBAL_UNLOCK(sc) do { \ macro