Home
last modified time | relevance | path

Searched refs:already_warned (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/rk_pcba_test/
H A Drk_pcba_test_led.h112 static int already_warned = 0; in write_int() local
137 if (already_warned == 0) in write_int()
140 already_warned = 1; in write_int()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0004-apache2-log-the-SELinux-context-at-startup.patch53 + static int already_warned = 0;
56 + if (is_enabled && !already_warned) {
65 + already_warned = 1;
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dkgdboc.c451 static bool already_warned; in kgdboc_earlycon_pre_exp_handler() local
453 if (already_warned) in kgdboc_earlycon_pre_exp_handler()
468 already_warned = true; in kgdboc_earlycon_pre_exp_handler()