Searched refs:wait_result (Results 1 – 5 of 5) sorted by relevance
128 unsigned long wait_result; in wmt_i2c_write() local176 wait_result = wait_for_completion_timeout(&i2c_dev->complete, in wmt_i2c_write()179 if (wait_result == 0) in wmt_i2c_write()219 unsigned long wait_result; in wmt_i2c_read() local266 wait_result = wait_for_completion_timeout(&i2c_dev->complete, in wmt_i2c_read()269 if (!wait_result) in wmt_i2c_read()
915 uint32_t *wait_result) in kfd_wait_on_events() argument952 *wait_result = test_event_condition(all, num_events, event_waiters); in kfd_wait_on_events()953 if (*wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) { in kfd_wait_on_events()957 } else if (WARN_ON(*wait_result == KFD_IOC_WAIT_RESULT_FAIL)) { in kfd_wait_on_events()992 *wait_result = test_event_condition(all, num_events, in kfd_wait_on_events()994 if (*wait_result != KFD_IOC_WAIT_RESULT_TIMEOUT) in kfd_wait_on_events()1013 if (!ret && *wait_result == KFD_IOC_WAIT_RESULT_COMPLETE) in kfd_wait_on_events()1022 *wait_result = KFD_IOC_WAIT_RESULT_FAIL; in kfd_wait_on_events()1023 else if (*wait_result == KFD_IOC_WAIT_RESULT_FAIL) in kfd_wait_on_events()
1321 uint32_t *wait_result);
883 &args->timeout, &args->wait_result); in kfd_ioctl_wait_events()
313 __u32 wait_result; /* from KFD */ member
Completed in 19 milliseconds