Home
last modified time | relevance | path

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

/openbmc/linux/kernel/time/
H A Ditimer.c170 struct itimerspec64 *const ovalue) in set_cpu_itimer() argument
194 if (ovalue) { in set_cpu_itimer()
195 ovalue->it_value = ns_to_timespec64(oval); in set_cpu_itimer()
196 ovalue->it_interval = ns_to_timespec64(ointerval); in set_cpu_itimer()
207 struct itimerspec64 *ovalue) in do_setitimer() argument
218 if (ovalue) { in do_setitimer()
219 ovalue->it_value = itimer_get_remtime(timer); in do_setitimer()
220 ovalue->it_interval in do_setitimer()
241 set_cpu_itimer(tsk, CPUCLOCK_VIRT, value, ovalue); in do_setitimer()
244 set_cpu_itimer(tsk, CPUCLOCK_PROF, value, ovalue); in do_setitimer()
[all …]
/openbmc/phosphor-pid-control/dbus/
H A Ddbuswrite.cpp67 double ovalue = offset + minimum; in write() local
69 if (oldValue == static_cast<int64_t>(ovalue)) in write()
85 std::variant<uint64_t>(static_cast<uint64_t>(ovalue))); in write()
98 oldValue = static_cast<int64_t>(ovalue); in write()
/openbmc/phosphor-pid-control/sysfs/
H A Dsysfswrite.cpp32 double ovalue = offset + minimum; in write() local
36 ofs << static_cast<int64_t>(ovalue); in write()
/openbmc/qemu/hw/9pfs/
H A D9p-xattr.c76 void *ovalue = value; in v9fs_list_xattr() local
134 size = value - ovalue; in v9fs_list_xattr()
/openbmc/linux/include/linux/
H A Dsyscalls.h560 struct __kernel_old_itimerval __user *ovalue);
/openbmc/qemu/linux-user/
H A Dsyscall.c10915 struct itimerval value, ovalue, *pvalue; in _syscall2() local
10926 ret = get_errno(setitimer(arg1, pvalue, &ovalue)); in _syscall2()
10929 &ovalue.it_interval) in _syscall2()
10931 &ovalue.it_value)) in _syscall2()