Home
last modified time | relevance | path

Searched defs:UNLOCK (Results 1 – 11 of 11) sorted by relevance

/linux-6.1.9/lib/
Dlocking-selftest-spin.h6 #define UNLOCK U macro
Dlocking-selftest-mutex.h6 #define UNLOCK MU macro
Dlocking-selftest-rtmutex.h6 #define UNLOCK RTU macro
Dlocking-selftest-rsem.h6 #define UNLOCK RSU macro
Dlocking-selftest-wlock.h6 #define UNLOCK WU macro
Dlocking-selftest-wsem.h6 #define UNLOCK WSU macro
Dlocking-selftest-rlock.h6 #define UNLOCK RU macro
/linux-6.1.9/drivers/watchdog/
Dnic7018_wdt.c15 #define UNLOCK 0x5A macro
Dsp805_wdt.c53 #define UNLOCK 0x1ACCE551 macro
Dimx7ulp_wdt.c40 #define UNLOCK ((UNLOCK_SEQ1 << 16) | UNLOCK_SEQ0) macro
/linux-6.1.9/arch/powerpc/platforms/powermac/
Dfeature.c62 #define UNLOCK(flags) raw_spin_unlock_irqrestore(&feature_lock, flags); macro