Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach.c620 struct itimerspec itimer; in timeout_set() local
623 memset(&itimer, 0, sizeof(itimer)); in timeout_set()
624 itimer.it_interval.tv_sec = 0; in timeout_set()
625 itimer.it_interval.tv_nsec = 0; in timeout_set()
626 itimer.it_value.tv_sec = sec; in timeout_set()
627 itimer.it_value.tv_nsec = (msec - (sec * 1000)) * 1000 * 1000; in timeout_set()
629 return timerfd_settime(fd, 0, &itimer, NULL); in timeout_set()
/OK3568_Linux_fs/kernel/kernel/time/
H A DMakefile7 obj-y += posix-timers.o posix-cpu-timers.o posix-clock.o itimer.o
/OK3568_Linux_fs/buildroot/package/nuttcp/
H A D0001-susv3-legacy.patch252 itimer.it_interval.tv_usec = 0;
253 setitimer(ITIMER_REAL, &itimer, 0);
/OK3568_Linux_fs/kernel/Documentation/timers/
H A Dhrtimers.rst59 utilize nanosleep, posix-timers and itimer interfaces. Also, in-kernel
H A Dhighres.rst201 resolution timer signals which are used by itimer and POSIX interval
/OK3568_Linux_fs/output/sessions/2025-06-06_01-57-56/
H A D10-kernel-build_2025-06-06_01-57-58.log
H A Dbuild_2025-06-06_01-57-58.log
H A D10-kernel-build.log
H A Dbuild.log
/OK3568_Linux_fs/external/xserver/
H A DChangeLog157270 The smart scheduler itimer currently always fires after each request