Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_scanner.c4422 int num_to_alloc; in sfbpf_ensure_buffer_stack() local
4430 num_to_alloc = 1; in sfbpf_ensure_buffer_stack()
4432 (num_to_alloc * sizeof(struct yy_buffer_state*) in sfbpf_ensure_buffer_stack()
4437 memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*)); in sfbpf_ensure_buffer_stack()
4439 (yy_buffer_stack_max) = num_to_alloc; in sfbpf_ensure_buffer_stack()
4449 num_to_alloc = (yy_buffer_stack_max) + grow_size; in sfbpf_ensure_buffer_stack()
4452 num_to_alloc * sizeof(struct yy_buffer_state*) in sfbpf_ensure_buffer_stack()
4459 (yy_buffer_stack_max) = num_to_alloc; in sfbpf_ensure_buffer_stack()