Searched refs:scratch_aligned (Results 1 – 3 of 3) sorted by relevance
1119 unsigned long *scratch_aligned; local1141 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 …]
145 unsigned long * __percpu *scratch_aligned; member
1144 scratch = *raw_cpu_ptr(m->scratch_aligned); in nft_pipapo_avx2_lookup()