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