Home
last modified time | relevance | path

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

/net/core/
Ddevlink.c347 struct devlink_region *region; member
356 struct devlink_region *region; in devlink_region_get_by_name() local
358 list_for_each_entry(region, &devlink->region_list, list) in devlink_region_get_by_name()
359 if (!strcmp(region->name, region_name)) in devlink_region_get_by_name()
360 return region; in devlink_region_get_by_name()
366 devlink_region_snapshot_get_by_id(struct devlink_region *region, u32 id) in devlink_region_snapshot_get_by_id() argument
370 list_for_each_entry(snapshot, &region->snapshot_list, list) in devlink_region_snapshot_get_by_id()
3529 struct devlink_region *region) in devlink_nl_region_snapshots_id_put() argument
3540 list_for_each_entry(snapshot, &region->snapshot_list, list) { in devlink_nl_region_snapshots_id_put()
3557 struct devlink_region *region) in devlink_nl_region_fill() argument
[all …]
/net/wireless/
Dutil.c1790 enum nl80211_dfs_regions region = 0; in cfg80211_iter_combinations() local
1814 region = regdom->dfs_region; in cfg80211_iter_combinations()
1860 !(c->radar_detect_regions & BIT(region))) in cfg80211_iter_combinations()
/net/netfilter/ipset/
Dip_set_hash_gen.h102 u32 region; /* Last gc run position */ member
588 r = gc->region++; in mtype_gc()
590 r = gc->region = 0; in mtype_gc()