Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dfib_trie.c818 unsigned long cindex = get_index(tn->key, tp); in resize() local
828 BUG_ON(tn != get_child(tp, cindex)); in resize()
843 tn = get_child(tp, cindex); in resize()
866 tn = get_child(tp, cindex); in resize()
1271 t_key cindex; in fib_table_lookup() local
1274 cindex = 0; in fib_table_lookup()
1276 n = get_child_rcu(pn, cindex); in fib_table_lookup()
1314 cindex = index; in fib_table_lookup()
1354 while (!cindex) { in fib_table_lookup()
1368 cindex = get_index(pkey, pn); in fib_table_lookup()
[all …]
/linux-4.1.27/tools/perf/util/
Dvalues.c122 int tindex, cindex; in perf_read_values_add_value() local
125 cindex = perf_read_values__findnew_counter(values, rawid, name); in perf_read_values_add_value()
127 values->value[tindex][cindex] = value; in perf_read_values_add_value()
/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dxmit.c280 int index, cindex; in ath_tx_update_baw() local
283 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_update_baw()
285 __clear_bit(cindex, tid->tx_buf); in ath_tx_update_baw()
300 int index, cindex; in ath_tx_addto_baw() local
303 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw()
304 __set_bit(cindex, tid->tx_buf); in ath_tx_addto_baw()
309 tid->baw_tail = cindex; in ath_tx_addto_baw()