Home
last modified time | relevance | path

Searched refs:wake_up_interruptible (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/linux/
Dwait.h149 #define wake_up_interruptible(x) __wake_up(x, TASK_INTERRUPTIBLE, 1, NULL) macro
Dserial_core.h469 wake_up_interruptible(&info->open_wait); in uart_handle_dcd_change()