Searched refs:st_bits (Results 1 – 1 of 1) sorted by relevance
163 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification() local164 unsigned int st_index = n->subtype / st_bits; in filter_watch_notification()165 unsigned int st_bit = 1U << (n->subtype % st_bits); in filter_watch_notification()