Searched refs:Z_EROFS_PCLUSTER_NIL (Results 1 – 2 of 2) sorted by relevance
316 if (pcl->next == Z_EROFS_PCLUSTER_NIL) { in try_to_claim_pcluster()318 if (cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_NIL, in try_to_claim_pcluster()319 *owned_head) != Z_EROFS_PCLUSTER_NIL) in try_to_claim_pcluster()465 DBG_BUGON(clt->owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_collector_begin()947 WRITE_ONCE(pcl->next, Z_EROFS_PCLUSTER_NIL); in z_erofs_decompress_pcluster()969 DBG_BUGON(owned == Z_EROFS_PCLUSTER_NIL); in z_erofs_vle_unzip_all()1239 DBG_BUGON(owned_head == Z_EROFS_PCLUSTER_NIL); in z_erofs_vle_submit_all()
83 #define Z_EROFS_PCLUSTER_NIL (NULL) macro