Searched refs:to_wake (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/testing/selftests/futex/functional/ |
| H A D | futex_numa_mpol.c | 82 int to_wake, ret, i, need_exit = 0; in __test_futex() local 87 to_wake = MAX_THREADS; in __test_futex() 90 ret = futex2_wake(futex_ptr, to_wake, futex_flags); in __test_futex() 95 to_wake, futex_flags); in __test_futex() 99 to_wake, futex_flags, err_value, errno, strerror(errno)); in __test_futex() 105 to_wake, futex_flags); in __test_futex() 109 to_wake -= ret; in __test_futex() 111 } while (to_wake); in __test_futex()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | data-vio.c | 698 data_vio_count_t to_wake; in process_release_callback() local 737 to_wake = pool->limiter.wake_count; in process_release_callback() 752 if (to_wake > 0) in process_release_callback() 753 wake_up_nr(&pool->limiter.blocked_threads, to_wake); in process_release_callback()
|