Home
last modified time | relevance | path

Searched refs:args2 (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c464 struct ulock_wait2_args args2; in ulock_wait() local
466 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()