autoremove_wake_function 443 include/linux/wait.h int autoremove_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key); autoremove_wake_function 449 include/linux/wait.h .func = autoremove_wake_function, \ autoremove_wake_function 467 include/linux/wait.h (wait)->func = autoremove_wake_function; \ autoremove_wake_function 151 kernel/wait.c return autoremove_wake_function(wait, mode, sync, key);