Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/dev-tools/
Dkcov.rst154 uint64_t *cover, type, arg1, arg2, is_const, size;
186 /* is_const - true if either operand is a compile-time constant.*/
187 is_const = type & KCOV_CMP_CONST;
191 is_const ? "const" : "non-const");
/Linux-v5.4/kernel/bpf/
Dverifier.c3135 bool is_const = tnum_is_const(reg->var_off); in process_spin_lock() local
3143 if (!is_const) { in process_spin_lock()