Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_zone_gc.c142 unsigned int scratch_head; member
644 unsigned int off = data->scratch_head; in xfs_zone_gc_add_data()
710 data->scratch_head = (data->scratch_head + len) % data->scratch_size; in xfs_zone_gc_start_chunk()
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c1318 eth->scratch_head[j] = kcalloc(len, MTK_QDMA_PAGE_SIZE, GFP_KERNEL); in mtk_init_fq_dma()
1320 if (unlikely(!eth->scratch_head[j])) in mtk_init_fq_dma()
1324 eth->scratch_head[j], len * MTK_QDMA_PAGE_SIZE, in mtk_init_fq_dma()
3317 kfree(eth->scratch_head[i]); in mtk_dma_free()
3318 eth->scratch_head[i] = NULL; in mtk_dma_free()
H A Dmtk_eth_soc.h1319 void *scratch_head[MTK_FQ_DMA_HEAD]; member