Home
last modified time | relevance | path

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

/kernel/
Dwatch_queue.c163 unsigned int st_bits = sizeof(wt->subtype_filter[0]) * 8; in filter_watch_notification() local
164 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()