Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/bpf/
H A Dsf_optimize.c154 static int count_blocks(struct block *);
1971 static int count_blocks(p) in count_blocks() function
1977 return count_blocks(JT(p)) + count_blocks(JF(p)) + 1;
2047 n = count_blocks(root);