Searched refs:default_wake_function (Results 1 – 10 of 10) sorted by relevance
| /linux/kernel/sched/ |
| A D | wait.c | 416 int ret = default_wake_function(wq_entry, mode, sync, key); in autoremove_wake_function() 481 return default_wake_function(wq_entry, mode, sync, key); in woken_wake_function()
|
| A D | core.c | 6676 int default_wake_function(wait_queue_entry_t *curr, unsigned mode, int wake_flags, in default_wake_function() function 6682 EXPORT_SYMBOL(default_wake_function);
|
| /linux/include/linux/ |
| A D | wait.h | 17 int default_wake_function(struct wait_queue_entry *wq_entry, unsigned mode, int flags, void *key); 51 .func = default_wake_function, \ 86 wq_entry->func = default_wake_function; in init_waitqueue_entry()
|
| /linux/fs/ |
| A D | select.c | 207 return default_wake_function(&dummy_wait, mode, sync, key); in __pollwake()
|
| /linux/kernel/ |
| A D | exit.c | 1440 return default_wake_function(wait, mode, sync, key); in child_wait_callback()
|
| /linux/block/ |
| A D | blk-iocost.c | 1452 default_wake_function(wq_entry, mode, flags, key); in iocg_wake_fn()
|
| /linux/mm/ |
| A D | shmem.c | 2042 int ret = default_wake_function(wait, mode, sync, key); in synchronous_wake_function()
|
| /linux/ |
| A D | vmlinux.symvers | 118 0x00000000 default_wake_function vmlinux EXPORT_SYMBOL
|
| A D | System.map | 3041 ffff8000100bb0a0 T default_wake_function
|
| A D | .tmp_System.map | 3041 ffff8000100bb0a0 T default_wake_function
|
Completed in 346 milliseconds