HomeSort by: relevance | last modified time | path
    Searched defs:gt_watchdog_state (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/marvell/
gt.c 109 static int gt_watchdog_state = 0; variable in typeref:typename:int
728 gt_watchdog_state = 1;
821 if (gt_watchdog_state == 0) {
822 gt_watchdog_state = 1;
836 if (gt_watchdog_state != 0) {
837 gt_watchdog_state = 0;
859 if ((gt == NULL) || (gt_watchdog_state == 0))
gt.c 109 static int gt_watchdog_state = 0; variable in typeref:typename:int
728 gt_watchdog_state = 1;
821 if (gt_watchdog_state == 0) {
822 gt_watchdog_state = 1;
836 if (gt_watchdog_state != 0) {
837 gt_watchdog_state = 0;
859 if ((gt == NULL) || (gt_watchdog_state == 0))
gt.c 109 static int gt_watchdog_state = 0; variable in typeref:typename:int
728 gt_watchdog_state = 1;
821 if (gt_watchdog_state == 0) {
822 gt_watchdog_state = 1;
836 if (gt_watchdog_state != 0) {
837 gt_watchdog_state = 0;
859 if ((gt == NULL) || (gt_watchdog_state == 0))

Completed in 78 milliseconds