Home
last modified time | relevance | path

Searched refs:bgq (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/erofs/
H A Dzdata.c965 struct z_erofs_decompressqueue *bgq = in z_erofs_decompressqueue_work() local
969 DBG_BUGON(bgq->head == Z_EROFS_PCLUSTER_TAIL_CLOSED); in z_erofs_decompressqueue_work()
970 z_erofs_decompress_queue(bgq, &pagepool); in z_erofs_decompressqueue_work()
973 kvfree(bgq); in z_erofs_decompressqueue_work()
/kernel/linux/linux-6.6/fs/erofs/
H A Dzdata.c1381 struct z_erofs_decompressqueue *bgq = in z_erofs_decompressqueue_work() local
1385 DBG_BUGON(bgq->head == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompressqueue_work()
1386 z_erofs_decompress_queue(bgq, &pagepool); in z_erofs_decompressqueue_work()
1388 kvfree(bgq); in z_erofs_decompressqueue_work()

Completed in 5 milliseconds