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.c324 TSEC_GLOBAL_UNLOCK(sc); in tsec_shutdown()
351 TSEC_GLOBAL_UNLOCK(sc); in tsec_init()
901 TSEC_GLOBAL_UNLOCK(sc); in tsec_poll()
939 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
958 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
965 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
979 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
992 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
999 TSEC_GLOBAL_UNLOCK(sc); in tsec_ioctl()
1271 TSEC_GLOBAL_UNLOCK(sc); in tsec_tick()
[all …]
H A Dif_tsec.h227 #define TSEC_GLOBAL_UNLOCK(sc) do { \ macro