Home
last modified time | relevance | path

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

/linux/mm/kmsan/
H A Dkmsan_test.c614 unsigned int src_nentries, dst_nentries; in test_stackdepot_roundtrip() local
620 src_nentries = in test_stackdepot_roundtrip()
622 handle = stack_depot_save(src_entries, src_nentries, GFP_KERNEL); in test_stackdepot_roundtrip()
625 KUNIT_EXPECT_TRUE(test, src_nentries == dst_nentries); in test_stackdepot_roundtrip()
/linux/drivers/net/wireless/ath/ath10k/
H A Dpci.c125 .src_nentries = 16,
134 .src_nentries = 0,
143 .src_nentries = 0,
152 .src_nentries = 32,
161 .src_nentries = CE_HTT_H2T_MSG_SRC_NENTRIES,
170 .src_nentries = 0,
179 .src_nentries = 0,
187 .src_nentries = 2,
195 .src_nentries = 0,
204 .src_nentries = 0,
[all …]
H A Dce.c1367 nentries = roundup_pow_of_two(attr->src_nentries); in ath10k_ce_init_src_ring()
1458 u32 nentries = attr->src_nentries; in ath10k_ce_alloc_src_ring()
1516 u32 nentries = attr->src_nentries; in ath10k_ce_alloc_src_ring_64()
1670 if (attr->src_nentries) { in ath10k_ce_init_pipe()
1897 if (attr->src_nentries) in ath10k_ce_alloc_pipe()
1903 if (attr->src_nentries) { in ath10k_ce_alloc_pipe()
H A Dce.h290 unsigned int src_nentries; member
/linux/drivers/net/wireless/ath/ath11k/
H A Dce.h109 unsigned int src_nentries; member