Searched refs:constant (Results 1 – 6 of 6) sorted by relevance
/kernel/trace/ |
D | trace_branch.c | 81 entry->constant = f->constant; in probe_likely_condition() 212 f->constant++; in ftrace_likely_update() 305 if (!p->constant) in annotate_branch_stat_show() 308 l = snprintf(NULL, 0, "/%lu", p->constant); in annotate_branch_stat_show() 312 p->data.correct, p->constant, l, p->data.incorrect); in annotate_branch_stat_show()
|
D | trace_entries.h | 305 __field( char, constant ) 311 __entry->constant ? " CONSTANT" : "")
|
D | trace_events_hist.c | 196 u64 constant; member 213 return field->constant; in hist_field_const() 372 return val1 >> __ffs64(operand2->constant); in div_by_power_of_two() 386 return div64_u64(val1, operand2->constant); in div_by_not_power_of_two() 420 return div64_u64(val1, operand2->constant); in div_by_mult_and_shift() 689 u64 div = divisor->constant; in hist_field_get_div_fn() 1724 snprintf(str, HIST_CONST_DIGITS_MAX, "%llu", field->constant); in expr_field_str() 2402 u64 constant; in parse_const() local 2404 if (kstrtoull(str, 0, &constant)) { in parse_const() 2414 field->constant = constant; in parse_const() [all …]
|
/kernel/time/ |
D | ntp.c | 736 time_constant = txc->constant; in process_adjtimex_modes() 744 txc->constant >= 0 && txc->constant <= MAX_TAI_OFFSET) in process_adjtimex_modes() 745 *time_tai = txc->constant; in process_adjtimex_modes() 813 txc->constant = time_constant; in __do_adjtimex()
|
D | time.c | 300 txc->constant = tx32.constant; in get_old_timex32() 329 tx32.constant = txc->constant; in put_old_timex32()
|
D | Kconfig | 103 bool "Periodic timer ticks (constant rate, no dynticks)" 105 This option keeps the tick running periodically at a constant
|