Searched refs:main_running (Results 1 - 5 of 5) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Datari_NCR5380.c61 * - I've revised the NCR5380_main() calling scheme (relax the 'main_running'
534 * already running. Else, we queue it on a task queue, if not 'main_running'
536 * 'main_running' needs not be protected in a special way.
539 * queue, if main_running is false. It should be called only from a
546 static volatile int main_running = 0; variable
553 if (!main_running) {
689 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't");
951 * we set main_running to 0 and exit.
966 'main_running' is set here, and queues/executes main via the
969 if (main_running)
[all...]
H A Dmac_NCR5380.c61 * - I've revised the NCR5380_main() calling scheme (relax the 'main_running'
544 * already running. Else, we queue it on a task queue, if not 'main_running'
546 * 'main_running' needs not be protected in a special way.
549 * queue, if main_running is false. It should be called only from a
556 static volatile int main_running = 0; variable
563 if (!main_running) {
702 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't");
948 * we set main_running to 0 and exit.
963 'main_running' is set here, and queues/executes main via the
966 if (main_running)
[all...]
H A Dsun3_NCR5380.c63 * - I've revised the NCR5380_main() calling scheme (relax the 'main_running'
529 * already running. Else, we queue it on a task queue, if not 'main_running'
531 * 'main_running' needs not be protected in a special way.
534 * queue, if main_running is false. It should be called only from a
541 static volatile int main_running = 0; variable
548 if (!main_running) {
684 SPRINTF("NCR5380: coroutine is%s running.\n", main_running ? "" : "n't");
941 * we set main_running to 0 and exit.
956 'main_running' is set here, and queues/executes main via the
959 if (main_running)
[all...]
H A DNCR5380.c389 * 1. The mutex flag, main_running, can only be set when the main
406 static unsigned long main_running = 0; variable
412 * request. main_running is checked/set here (in an inline function)
420 if (!test_and_set_bit(0, &main_running))
701 printk("NCR5380 : coroutine is%s running.\n", main_running ? "" : "n't");
788 SPRINTF("NCR5380 : coroutine is%s running.\n", main_running ? "" : "n't");
1072 * we set main_running to 0 and exit.
1187 clear_bit(0, &main_running);
H A DAM53C974.c398 static volatile int main_running; variable
470 printk("AM53C974: coroutine is%s running.\n", main_running ? "" : "n't");
871 * request. main_running is checked/set here (in an inline *
885 if (!main_running) {
886 /* main_running is cleared in AM53C974_main once it can't do
888 main_running = 1;
975 * we set main_running to 0 and exit. */
1020 main_running = 0;

Completed in 108 milliseconds