Searched refs:Z_EROFS_PCLUSTER_TAIL (Results 1 – 2 of 2) sorted by relevance
227 .owned_head = Z_EROFS_PCLUSTER_TAIL, \411 } else if (pcl->next == Z_EROFS_PCLUSTER_TAIL) { in try_to_claim_pcluster()417 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in try_to_claim_pcluster()418 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()420 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()466 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()470 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_lookup_collection()528 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_register_collection()1051 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue()1251 if (owned_head == Z_EROFS_PCLUSTER_TAIL) in move_to_bypass_jobqueue()[all …]
81 #define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE) macro