Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/drivers/wdt/
A Dwatchdog_sm.c22 static unsigned int wdt_lock = SPINLOCK_UNLOCK; variable
33 exceptions = cpu_spin_lock_xsave(&wdt_lock); in __wdt_sm_handler()
35 cpu_spin_unlock_xrestore(&wdt_lock, exceptions); in __wdt_sm_handler()
46 exceptions = cpu_spin_lock_xsave(&wdt_lock); in __wdt_sm_handler()
49 cpu_spin_unlock_xrestore(&wdt_lock, exceptions); in __wdt_sm_handler()

Completed in 2 milliseconds