Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Dzdata.c777 static void z_erofs_decompressqueue_work(struct work_struct *work);
802 z_erofs_decompressqueue_work(&io->u.work); in z_erofs_decompress_kickoff()
1059 static void z_erofs_decompressqueue_work(struct work_struct *work) in z_erofs_decompressqueue_work() function
1206 INIT_WORK(&q->u.work, z_erofs_decompressqueue_work); in jobqueue_init()