Searched refs:__printk_cpu_sync_put (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dprintk.h281 extern void __printk_cpu_sync_put(void);
287 #define __printk_cpu_sync_put() macro
327 __printk_cpu_sync_put(); \
/linux-master/kernel/printk/
H A Dprintk.c4330 * __printk_cpu_sync_put:B.
4334 * If __printk_cpu_sync_try_get:A reads from __printk_cpu_sync_put:B,
4335 * then __printk_cpu_sync_put:A can never read from
4340 * RELEASE from __printk_cpu_sync_put:A to __printk_cpu_sync_put:B
4366 * __printk_cpu_sync_put() - Release the printk cpu-reentrant spinning lock.
4372 void __printk_cpu_sync_put(void) function
4381 * LMM(__printk_cpu_sync_put:A)
4391 * If __printk_cpu_sync_try_get:A reads from __printk_cpu_sync_put:B,
4392 * then __printk_cpu_sync_try_get:B reads from __printk_cpu_sync_put
4405 EXPORT_SYMBOL(__printk_cpu_sync_put); variable
[all...]

Completed in 119 milliseconds