n_ids            7172 include/net/cfg80211.h 			      const u8 *ids, int n_ids,
n_ids            7202 include/net/cfg80211.h 					const u8 *ids, int n_ids, size_t offset)
n_ids            7204 include/net/cfg80211.h 	return ieee80211_ie_split_ric(ies, ielen, ids, n_ids, NULL, 0, offset);
n_ids             348 net/openvswitch/vport.c 	vport_portids->n_ids = nla_len(ids) / sizeof(u32);
n_ids             349 net/openvswitch/vport.c 	vport_portids->rn_ids = reciprocal_value(vport_portids->n_ids);
n_ids             382 net/openvswitch/vport.c 			       ids->n_ids * sizeof(u32), (void *)ids->ids);
n_ids             406 net/openvswitch/vport.c 	if (ids->n_ids == 1 && ids->ids[0] == 0)
n_ids             410 net/openvswitch/vport.c 	ids_index = hash - ids->n_ids * reciprocal_divide(hash, ids->rn_ids);
n_ids              54 net/openvswitch/vport.h 	u32 n_ids;
n_ids            1418 net/wireless/util.c static bool ieee80211_id_in_list(const u8 *ids, int n_ids, u8 id, bool id_ext)
n_ids            1423 net/wireless/util.c 	if (WARN_ON(ids[n_ids - 1] == WLAN_EID_EXTENSION))
n_ids            1427 net/wireless/util.c 	while (i < n_ids) {
n_ids            1464 net/wireless/util.c 			      const u8 *ids, int n_ids,
n_ids            1478 net/wireless/util.c 		if (!ieee80211_id_in_list(ids, n_ids, ies[pos + ext],
n_ids            3723 tools/perf/util/header.c 	u32 i, ids, n_ids;
n_ids            3741 tools/perf/util/header.c 	n_ids = ids / sizeof(u64);
n_ids            3747 tools/perf/util/header.c 	if (perf_evsel__alloc_id(&evsel->core, 1, n_ids))
n_ids            3750 tools/perf/util/header.c 	for (i = 0; i < n_ids; i++) {