Searched refs:busy_hwdoms (Results 1 – 2 of 2) sorted by relevance
213 hwdom = find_next_zero_bit(&br->busy_hwdoms, BR_HWDOM_MAX, 1); in nbp_switchdev_hwdom_set()217 set_bit(hwdom, &br->busy_hwdoms); in nbp_switchdev_hwdom_set()233 clear_bit(leaving->hwdom, &br->busy_hwdoms); in nbp_switchdev_hwdom_put()
540 unsigned long busy_hwdoms; member