Searched defs:aggregator (Results 1 – 3 of 3) sorted by relevance
181 typedef struct aggregator { struct182 struct mac_addr aggregator_mac_address; argument183 u16 aggregator_identifier; argument185 u16 actor_admin_aggregator_key; argument186 u16 actor_oper_aggregator_key; argument189 u16 partner_oper_aggregator_key; argument194 struct slave *slave; /* pointer to the bond slave that this aggregator belongs to */ argument195 u16 is_active; /* BOOLEAN. Indicates if this aggregator is active */ argument197 } aggregator_t; argument246 struct aggregator __rcu *aggregator; /* pointer to an aggregator that this port related to */ member[all …]
272 enum psi_aggregators aggregator, u32 *times, in get_recent_times()363 enum psi_aggregators aggregator, in collect_percpu_times()464 enum psi_aggregators aggregator) in update_triggers()
157 enum psi_aggregators aggregator; member