Home
last modified time | relevance | path

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

/net/ipv4/
A Dtcp_sigpool.c74 void *scratch, *old_scratch; in sigpool_reserve_scratch() local
82 old_scratch = rcu_replace_pointer(per_cpu(sigpool_scratch.pad, cpu), in sigpool_reserve_scratch()
84 if (!cpu_online(cpu) || !old_scratch) { in sigpool_reserve_scratch()
85 kfree(old_scratch); in sigpool_reserve_scratch()
88 stf->scratches[stf->cnt++] = old_scratch; in sigpool_reserve_scratch()

Completed in 2 milliseconds