Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnft_set_pipapo.c1119 unsigned long *scratch_aligned; local
1141 scratch_aligned = NFT_PIPAPO_LT_ALIGN(scratch);
1142 *per_cpu_ptr(clone->scratch_aligned, i) = scratch_aligned;
1297 new->scratch_aligned = alloc_percpu(*new->scratch_aligned);
1298 if (!new->scratch_aligned)
1354 free_percpu(new->scratch_aligned);
1643 free_percpu(m->scratch_aligned);
2139 m->scratch_aligned = alloc_percpu(unsigned long *);
2140 if (!m->scratch_aligned) {
2145 *per_cpu_ptr(m->scratch_aligned, i) = NULL;
[all …]
Dnft_set_pipapo.h145 unsigned long * __percpu *scratch_aligned; member
Dnft_set_pipapo_avx2.c1144 scratch = *raw_cpu_ptr(m->scratch_aligned); in nft_pipapo_avx2_lookup()