Searched refs:IOCTL_HASHSIZE (Results 1 – 1 of 1) sorted by relevance
4506 #define IOCTL_HASHSIZE 256 macro4507 struct ioctl_trans *ioctl32_hash_table[IOCTL_HASHSIZE];4513 return (((cmd >> 6) ^ (cmd >> 4) ^ cmd)) % IOCTL_HASHSIZE; in ioctl32_hash()