Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlglock.h56 void lg_local_lock(struct lglock *lg);
73 #define lg_local_lock spin_lock macro
/linux-4.4.14/kernel/locking/
Dlglock.c19 void lg_local_lock(struct lglock *lg) in lg_local_lock() function
28 EXPORT_SYMBOL(lg_local_lock);
/linux-4.4.14/Documentation/locking/
Dlglock.txt35 lg_local_lock/unlock accessing the local CPUs lock object and the
37 the lg_local_lock has to disable preemption as migration protection so
39 Due to the lg_local_lock/unlock only touching cpu-local resources it
104 lg_local_lock(*lglock);
135 * in PREEMPT_RT the preempt_disable/enable in lg_local_lock/unlock
/linux-4.4.14/fs/
Dlocks.c563 lg_local_lock(&file_lock_lglock); in locks_insert_global_locks()