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