Searched refs:scratch_head (Results 1 – 3 of 3) sorted by relevance
143 unsigned int scratch_head; member659 unsigned int off = data->scratch_head; in xfs_zone_gc_add_data()747 data->scratch_head = in xfs_zone_gc_start_chunk()748 (data->scratch_head + chunk->len) % data->scratch_size; in xfs_zone_gc_start_chunk()
1340 eth->scratch_head[j] = kcalloc(len, MTK_QDMA_PAGE_SIZE, GFP_KERNEL); in mtk_init_fq_dma()1342 if (unlikely(!eth->scratch_head[j])) in mtk_init_fq_dma()1346 eth->scratch_head[j], len * MTK_QDMA_PAGE_SIZE, in mtk_init_fq_dma()3339 kfree(eth->scratch_head[i]); in mtk_dma_free()3340 eth->scratch_head[i] = NULL; in mtk_dma_free()
1319 void *scratch_head[MTK_FQ_DMA_HEAD]; member