Searched refs:scratch_head (Results 1 – 3 of 3) sorted by relevance
147 unsigned int scratch_head; member669 unsigned int off = data->scratch_head; in xfs_zone_gc_add_data()757 data->scratch_head = in xfs_zone_gc_start_chunk()758 (data->scratch_head + chunk->len) % data->scratch_size; in xfs_zone_gc_start_chunk()
1341 eth->scratch_head[j] = kcalloc(len, MTK_QDMA_PAGE_SIZE, GFP_KERNEL); in mtk_init_fq_dma()1343 if (unlikely(!eth->scratch_head[j])) in mtk_init_fq_dma()1347 eth->scratch_head[j], len * MTK_QDMA_PAGE_SIZE, in mtk_init_fq_dma()3340 kfree(eth->scratch_head[i]); in mtk_dma_free()3341 eth->scratch_head[i] = NULL; in mtk_dma_free()
1319 void *scratch_head[MTK_FQ_DMA_HEAD]; member