Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Dzdata.c226 .owned_head = Z_EROFS_PCLUSTER_TAIL, \
411 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in z_erofs_try_to_claim_pcluster()
412 *owned_head) == Z_EROFS_PCLUSTER_TAIL) { in z_erofs_try_to_claim_pcluster()
413 *owned_head = Z_EROFS_PCLUSTER_TAIL; in z_erofs_try_to_claim_pcluster()
462 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()
522 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_register_collection()
1047 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue()
1247 if (owned_head == Z_EROFS_PCLUSTER_TAIL) in move_to_bypass_jobqueue()
1297 owned_head = cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in z_erofs_submit_queue()
1340 } while (owned_head != Z_EROFS_PCLUSTER_TAIL); in z_erofs_submit_queue()
[all …]
Dzdata.h80 #define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE) macro