Lines Matching refs:Z_EROFS_PCLUSTER_TAIL
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()
1301 owned_head = cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in z_erofs_submit_queue()
1344 } while (owned_head != Z_EROFS_PCLUSTER_TAIL); in z_erofs_submit_queue()
1366 if (f->clt.owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_runqueue()