Home
last modified time | relevance | path

Searched refs:console_trylock (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/include/linux/
H A Dconsole.h348 extern int console_trylock(void);
/openbmc/linux/kernel/printk/
H A Dprintk.c1956 if (console_trylock()) in console_trylock_spinning()
2644 if (console_trylock()) in console_cpu_notify()
2700 int console_trylock(void) in console_trylock() function
2711 EXPORT_SYMBOL(console_trylock);
3088 } while (prb_read_valid(prb, next_seq, NULL) && console_trylock()); in console_unlock()
3884 if (console_trylock()) in wake_up_klogd_work_func()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_fbdev.c692 if (!console_trylock()) { in intel_fbdev_set_suspend()
/openbmc/linux/drivers/video/fbdev/
H A Dps3fb.c516 if (console_trylock()) { in ps3fb_release()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_fb_helper.c804 if (!console_trylock()) { in drm_fb_helper_set_suspend_unlocked()
/openbmc/linux/drivers/video/fbdev/aty/
H A Daty128fb.c1888 if (!console_trylock()) in aty128_early_resume()
H A Dradeon_pm.c2735 if (!console_trylock()) in radeonfb_pci_resume()
/openbmc/linux/drivers/video/fbdev/core/
H A Dfbcon.c360 ret = console_trylock(); in fb_flashcursor()