Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dlglock.h55 void lg_local_lock(struct lglock *lg);
68 #define lg_local_lock spin_lock macro
/linux-4.1.27/kernel/locking/
Dlglock.c19 void lg_local_lock(struct lglock *lg) in lg_local_lock() function
28 EXPORT_SYMBOL(lg_local_lock);
/linux-4.1.27/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.1.27/kernel/
Dstop_machine.c288 lg_local_lock(&stop_cpus_lock); in stop_two_cpus()
/linux-4.1.27/fs/
Dlocks.c559 lg_local_lock(&file_lock_lglock); in locks_insert_global_locks()