Searched refs:is_narrower_load (Results 1 - 1 of 1) sorted by last modified time

/linux-master/kernel/bpf/
H A Dverifier.c19090 bool is_narrower_load;
19222 is_narrower_load = size < ctx_field_size;
19225 if (is_narrower_load) {
19252 if (is_narrower_load && size < target_size) {
18912 bool is_narrower_load; local

Completed in 192 milliseconds