Searched refs:stf (Results 1 – 1 of 1) sorted by relevance
44 struct scratches_to_free *stf; in free_old_scratches() local46 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() local66 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