Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/char/ipmi/
H A Dipmi_ssif.c106 #define IS_SSIF_IDLE(ssif) ((ssif)->ssif_state == SSIF_IDLE \ macro
357 * message lock. Note that the caller will check IS_SSIF_IDLE and
457 * message lock. Note that the caller will check IS_SSIF_IDLE and
585 if (IS_SSIF_IDLE(ssif_info)) { in watch_timeout()
902 if (IS_SSIF_IDLE(ssif_info) && !ssif_info->stopping) { in msg_done_handler()
1053 if (!IS_SSIF_IDLE(ssif_info)) { in start_next_msg()
/kernel/linux/linux-6.6/drivers/char/ipmi/
H A Dipmi_ssif.c106 #define IS_SSIF_IDLE(ssif) ((ssif)->ssif_state == SSIF_IDLE \ macro
351 * message lock. Note that the caller will check IS_SSIF_IDLE and
451 * message lock. Note that the caller will check IS_SSIF_IDLE and
578 if (IS_SSIF_IDLE(ssif_info)) { in watch_timeout()
894 if (IS_SSIF_IDLE(ssif_info) && !ssif_info->stopping) { in msg_done_handler()
1044 if (!IS_SSIF_IDLE(ssif_info)) { in start_next_msg()

Completed in 6 milliseconds