Searched refs:args2 (Results 1 – 1 of 1) sorted by relevance
464 struct ulock_wait2_args args2; in ulock_wait() local466 args2.operation = args->operation; in ulock_wait()467 args2.addr = args->addr; in ulock_wait()468 args2.value = args->value; in ulock_wait()469 args2.timeout = (uint64_t)(args->timeout) * NSEC_PER_USEC; in ulock_wait()470 args2.value2 = 0; in ulock_wait()472 return ulock_wait2(p, &args2, retval); in ulock_wait()