Home
last modified time | relevance | path

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

/linux-3.4.99/fs/afs/
Dmain.c42 u16 clockseq; in afs_get_client_UUID() local
60 get_random_bytes(&clockseq, 2); in afs_get_client_UUID()
61 afs_uuid.clock_seq_low = clockseq; in afs_get_client_UUID()
63 (clockseq >> 8) & AFS_UUID_CLOCKHI_MASK; in afs_get_client_UUID()