Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c520 /* wdt_is_active stores whether or not the /dev/watchdog device is opened */
521 static unsigned long wdt_is_active; variable
615 if (test_and_set_bit(0, &wdt_is_active)) in mpc52xx_wdt_open()
622 clear_bit(0, &wdt_is_active); in mpc52xx_wdt_open()
643 clear_bit(0, &wdt_is_active); in mpc52xx_wdt_release()
/kernel/linux/linux-6.6/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c516 /* wdt_is_active stores whether or not the /dev/watchdog device is opened */
517 static unsigned long wdt_is_active; variable
612 if (test_and_set_bit(0, &wdt_is_active)) in mpc52xx_wdt_open()
619 clear_bit(0, &wdt_is_active); in mpc52xx_wdt_open()
640 clear_bit(0, &wdt_is_active); in mpc52xx_wdt_release()

Completed in 3 milliseconds