Searched refs:n_prev (Results 1 – 3 of 3) sorted by relevance
1314 static int check_excludes(struct perf_event **evts, int n_prev, int n_new) in check_excludes() argument1323 n = n_prev + n_new; in check_excludes()
1051 int n_prev, int n_new) in check_excludes() argument1065 n = n_prev + n_new; in check_excludes()
3916 struct rb_node *n_prev, *n_next; in ieee80211_resort_txq() local3923 if ((n_prev = rb_prev(&txqi->schedule_order)) != NULL) { in ieee80211_resort_txq()3924 t_prev = container_of(n_prev, struct txq_info, in ieee80211_resort_txq()3940 air_sched->schedule_pos = n_prev; in ieee80211_resort_txq()