Home
last modified time | relevance | path

Searched refs:is_const (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/Documentation/dev-tools/
Dkcov.rst156 uint64_t *cover, type, arg1, arg2, is_const, size;
188 /* is_const - true if either operand is a compile-time constant.*/
189 is_const = type & KCOV_CMP_CONST;
193 is_const ? "const" : "non-const");
/Linux-v5.15/kernel/bpf/
Dverifier.c4657 bool is_const = tnum_is_const(reg->var_off); in process_spin_lock() local
4661 if (!is_const) { in process_spin_lock()
4718 bool is_const = tnum_is_const(reg->var_off); in process_timer_func() local
4722 if (!is_const) { in process_timer_func()