Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/
H A Dtimerfd.c267 if (it->it_backend != NULL) { in timerfd_ioctl()
272 if ((it->it_backend = clock_get_backend(arg)) == NULL) { in timerfd_ioctl()
284 err = it->it_backend->clk_timer_create(it, timerfd_fire); in timerfd_ioctl()
287 it->it_backend = NULL; in timerfd_ioctl()
301 if (it->it_backend == NULL) { in timerfd_ioctl()
306 err = it->it_backend->clk_timer_gettime(it, &when); in timerfd_ioctl()
329 if (it->it_backend == NULL) { in timerfd_ioctl()
335 err = it->it_backend->clk_timer_gettime(it, &oval); in timerfd_ioctl()
371 err = it->it_backend->clk_timer_settime(it, in timerfd_ioctl()
413 if (it->it_backend != NULL) in timerfd_close()
[all …]
/titanic_50/usr/src/uts/common/os/
H A Dtimer.c138 it->it_backend->clk_timer_delete(it); in timer_delete_locked()
614 it->it_backend = backend; in timer_create()
727 error = it->it_backend->clk_timer_gettime(it, &when); in timer_gettime()
785 error = it->it_backend->clk_timer_settime(it, flags, &when); in timer_settime()
900 it->it_backend->clk_timer_lwpbind(it); in timer_lwpbind()
/titanic_50/usr/src/uts/common/sys/
H A Dtimer.h83 struct clock_backend *it_backend; member