Searched refs:Z_EROFS_PCLUSTER_TAIL (Results 1 – 2 of 2) sorted by relevance
292 .inode = __i, .owned_head = Z_EROFS_PCLUSTER_TAIL, \472 cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in z_erofs_try_to_claim_pcluster()473 *owned_head) == Z_EROFS_PCLUSTER_TAIL) { in z_erofs_try_to_claim_pcluster()474 *owned_head = Z_EROFS_PCLUSTER_TAIL; in z_erofs_try_to_claim_pcluster()540 if (fe->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_register_pcluster()582 if (fe->owned_head == Z_EROFS_PCLUSTER_TAIL) in z_erofs_collector_begin()1148 DBG_BUGON(owned == Z_EROFS_PCLUSTER_TAIL); in z_erofs_decompress_queue()1365 if (owned_head == Z_EROFS_PCLUSTER_TAIL) in move_to_bypass_jobqueue()1442 owned_head = cmpxchg(&pcl->next, Z_EROFS_PCLUSTER_TAIL, in z_erofs_submit_queue()1507 } while (owned_head != Z_EROFS_PCLUSTER_TAIL); in z_erofs_submit_queue()[all …]
97 #define Z_EROFS_PCLUSTER_TAIL ((void *)0x5F0ECAFE) macro