Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svc/configd/
H A Dsnapshot.c45 #pragma align 64(snapshot_hash)
46 static snapshot_bucket_t snapshot_hash[SN_HASH_SIZE]; variable
48 #define SNAPSHOT_BUCKET(h) (&snapshot_hash[(h) & SN_HASH_MASK])