Home
last modified time | relevance | path

Searched refs:SMRSH_BUCKET_STOP_BIT (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/osfmk/kern/
H A Dsmr_hash.h1114 #define SMRSH_BUCKET_STOP_BIT 0x1ul macro
1777 return (uintptr_t)link & SMRSH_BUCKET_STOP_BIT; in __smr_shash_is_stop()
1783 return (struct smrq_slink *)((uintptr_t)head | SMRSH_BUCKET_STOP_BIT); in __smr_shash_bucket_stop()
H A Dsmr.c1093 #define SMRSH_MIGRATED ((struct smrq_slink *)SMRSH_BUCKET_STOP_BIT)