Home
last modified time | relevance | path

Searched refs:strict (Results 1 – 3 of 3) sorted by relevance

/kernel/rcu/
DKconfig.debug127 Select this option to build an RCU variant that is strict about
/kernel/bpf/
Dverifier.c4340 int off, int size, bool strict) in check_pkt_ptr_alignment() argument
4346 if (!strict || size == 1) in check_pkt_ptr_alignment()
4376 int off, int size, bool strict) in check_generic_ptr_alignment() argument
4381 if (!strict || size == 1) in check_generic_ptr_alignment()
4401 bool strict = env->strict_alignment || strict_alignment_once; in check_ptr_alignment() local
4410 return check_pkt_ptr_alignment(env, reg, off, size, strict); in check_ptr_alignment()
4429 strict = true; in check_ptr_alignment()
4447 strict); in check_ptr_alignment()
Dbtf.c5879 bool strict) in btf_struct_ids_match() argument
5892 if (strict) in btf_struct_ids_match()