Home
last modified time | relevance | path

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

/optee_os/core/drivers/wdt/
H A Dwatchdog_sm.c15 static unsigned int wdt_lock = SPINLOCK_UNLOCK; variable
28 exceptions = cpu_spin_lock_xsave(&wdt_lock); in __wdt_sm_handler()
30 cpu_spin_unlock_xrestore(&wdt_lock, exceptions); in __wdt_sm_handler()
41 exceptions = cpu_spin_lock_xsave(&wdt_lock); in __wdt_sm_handler()
44 cpu_spin_unlock_xrestore(&wdt_lock, exceptions); in __wdt_sm_handler()