Home
last modified time | relevance | path

Searched defs:LOCK (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/asm-alpha/
Dspinlock.h45 #define spin_lock(LOCK) debug_spin_lock(LOCK, __BASE_FILE__, __LINE__) argument
46 #define spin_trylock(LOCK) debug_spin_trylock(LOCK, __BASE_FILE__, __LINE__) argument
48 #define spin_lock_own(LOCK, LOCATION) \ argument
87 #define spin_lock_own(LOCK, LOCATION) ((void)0) argument
/linux-2.4.37.9/include/asm-x86_64/
Datomic.h14 #define LOCK "lock ; " macro
16 #define LOCK "" macro
/linux-2.4.37.9/include/asm-i386/
Datomic.h12 #define LOCK "lock ; " macro
14 #define LOCK "" macro
/linux-2.4.37.9/arch/ppc/platforms/
Dpmac_feature.c63 #define LOCK(flags) spin_lock_irqsave(&feature_lock, flags); macro
/linux-2.4.37.9/drivers/sound/dmasound/
Ddmasound_awacs.c312 #define LOCK() down(&dmasound_sem); macro