Searched refs:curr_value (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/include/nolibc/ |
| H A D | time.h | 190 int sys_timer_gettime(timer_t timerid, struct itimerspec *curr_value) in sys_timer_gettime() argument 193 return my_syscall2(__NR_timer_gettime, timerid, curr_value); in sys_timer_gettime() 199 __nolibc_timespec_kernel_to_user(&kcurr_value.it_interval, &curr_value->it_interval); in sys_timer_gettime() 200 __nolibc_timespec_kernel_to_user(&kcurr_value.it_value, &curr_value->it_value); in sys_timer_gettime() 206 int timer_gettime(timer_t timerid, struct itimerspec *curr_value) in timer_gettime() argument 208 return __sysret(sys_timer_gettime(timerid, curr_value)); in timer_gettime()
|
| /linux/fs/xfs/scrub/ |
| H A D | fscounters.c | 481 int64_t curr_value = percpu_counter_sum(counter); in xchk_fscount_within_range() local 483 trace_xchk_fscounters_within_range(sc->mp, expected, curr_value, in xchk_fscount_within_range() 487 if (curr_value < 0) in xchk_fscount_within_range() 491 if (curr_value == expected) in xchk_fscount_within_range() 498 min_value = min(old_value, curr_value); in xchk_fscount_within_range() 499 max_value = max(old_value, curr_value); in xchk_fscount_within_range()
|
| H A D | trace.h | 889 TP_PROTO(struct xfs_mount *mp, uint64_t expected, int64_t curr_value, 891 TP_ARGS(mp, expected, curr_value, old_value), 895 __field(int64_t, curr_value) 901 __entry->curr_value = curr_value; 907 __entry->curr_value,
|
| /linux/Documentation/trace/ |
| H A D | events-power.rst | 78 pm_qos_update_target "action=%s prev_value=%d curr_value=%d" 79 pm_qos_update_flags "action=%s prev_value=0x%x curr_value=0x%x"
|