Home
last modified time | relevance | path

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

/linux-6.12.1/fs/erofs/
Ddecompressor_zstd.c15 static struct z_erofs_zstd *z_erofs_zstd_head; variable
26 strm = z_erofs_zstd_head; in z_erofs_isolate_strms()
29 wait_event(z_erofs_zstd_wq, READ_ONCE(z_erofs_zstd_head)); in z_erofs_isolate_strms()
32 z_erofs_zstd_head = all ? NULL : strm->next; in z_erofs_isolate_strms()
68 strm->next = z_erofs_zstd_head; in z_erofs_zstd_init()
69 z_erofs_zstd_head = strm; in z_erofs_zstd_init()
127 DBG_BUGON(z_erofs_zstd_head); in z_erofs_load_zstd_config()
128 z_erofs_zstd_head = head; in z_erofs_load_zstd_config()
212 strm->next = z_erofs_zstd_head; in z_erofs_zstd_decompress()
213 z_erofs_zstd_head = strm; in z_erofs_zstd_decompress()