Home
last modified time | relevance | path

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

/Linux-v5.15/net/netfilter/
Dnft_set_pipapo.c1114 unsigned long *scratch_aligned; local
1136 scratch_aligned = NFT_PIPAPO_LT_ALIGN(scratch);
1137 *per_cpu_ptr(clone->scratch_aligned, i) = scratch_aligned;
1289 new->scratch_aligned = alloc_percpu(*new->scratch_aligned);
1290 if (!new->scratch_aligned)
1338 free_percpu(new->scratch_aligned);
1609 free_percpu(m->scratch_aligned);
2070 m->scratch_aligned = alloc_percpu(unsigned long *);
2071 if (!m->scratch_aligned) {
2076 *per_cpu_ptr(m->scratch_aligned, i) = NULL;
[all …]
Dnft_set_pipapo.h145 unsigned long * __percpu *scratch_aligned; member
Dnft_set_pipapo_avx2.c1146 scratch = *raw_cpu_ptr(m->scratch_aligned); in nft_pipapo_avx2_lookup()