Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dst_fdma.c232 for (i = 0; i < fdesc->n_nodes; i++) in st_fdma_free_desc()
249 fdesc->n_nodes = sg_len; in st_fdma_alloc_desc()
570 for (i = fchan->fdesc->n_nodes - 1 ; i >= 0; i--) { in st_fdma_desc_residue()
/linux/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_basic_ops.c230 size_t i, j, n_nodes, n_lookups; in test_lpm_map() local
243 n_nodes = 1 << 8; in test_lpm_map()
262 for (i = 0; i < n_nodes; ++i) { in test_lpm_map()