Home
last modified time | relevance | path

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

/src/sys/dev/tsec/
H A Dif_tsec.c316 TSEC_GLOBAL_LOCK(sc); in tsec_shutdown()
343 TSEC_GLOBAL_LOCK(sc); in tsec_init()
893 TSEC_GLOBAL_LOCK(sc); in tsec_poll()
928 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
936 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
957 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
969 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
982 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
989 TSEC_GLOBAL_LOCK(sc); in tsec_ioctl()
1249 TSEC_GLOBAL_LOCK(sc); in tsec_tick()
[all …]
H A Dif_tsec.h218 #define TSEC_GLOBAL_LOCK(sc) do { \ macro