Searched refs:flags_req (Results 1 – 2 of 2) sorted by relevance
148 __in uint32_t flags_req,
217 flags_match(uint32_t flags_req, uint32_t flags_present) in flags_match() argument219 return (flags_req & flags_present) == flags_req; in flags_match()