Searched refs:Z_EROFS_PCLUSTER_TAIL (Results 1 – 2 of 2) sorted by relevance
154 .owned_head = Z_EROFS_PCLUSTER_TAIL, \325 } else if (pcl->next == Z_EROFS_PCLUSTER_TAIL) { in try_to_claim_pcluster()331 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in try_to_claim_pcluster()332 *owned_head) != Z_EROFS_PCLUSTER_TAIL) in try_to_claim_pcluster()334 *owned_head = Z_EROFS_PCLUSTER_TAIL; in try_to_claim_pcluster()389 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in cllookup()393 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in cllookup()448 if (clt->owned_head == Z_EROFS_PCLUSTER_TAIL) in clregister()966 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_vle_unzip_all()1176 if (owned_head == Z_EROFS_PCLUSTER_TAIL) in move_to_bypass_jobqueue()[all …]
79 #define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE) macro