Home
last modified time | relevance | path

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

/net/ipv4/
A Dtcp_sigpool.c44 struct scratches_to_free *stf; in free_old_scratches() local
46 stf = container_of(head, struct scratches_to_free, rcu); in free_old_scratches()
47 while (stf->cnt--) in free_old_scratches()
48 kfree(stf->scratches[stf->cnt]); in free_old_scratches()
49 kfree(stf); in free_old_scratches()
58 struct scratches_to_free *stf; in sigpool_reserve_scratch() local
66 stf = kmalloc(stf_sz, GFP_KERNEL); in sigpool_reserve_scratch()
67 if (!stf) in sigpool_reserve_scratch()
69 stf->cnt = 0; in sigpool_reserve_scratch()
88 stf->scratches[stf->cnt++] = old_scratch; in sigpool_reserve_scratch()
[all …]

Completed in 3 milliseconds