Searched refs:cindex (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/hwmon/pmbus/ |
H A D | adm1275.c | 520 int vindex = -1, voindex = -1, cindex = -1, pindex = -1; in adm1275_probe() local 615 cindex = 1; in adm1275_probe() 619 cindex = 2; in adm1275_probe() 642 cindex = (config & ADM1272_IRANGE) ? 3 : 2; in adm1275_probe() 681 cindex = 2; in adm1275_probe() 700 cindex = 2; in adm1275_probe() 718 cindex = 1; in adm1275_probe() 760 cindex = 3; in adm1275_probe() 763 cindex = 4; in adm1275_probe() 766 cindex in adm1275_probe() [all...] |
/linux/net/ipv4/ |
H A D | fib_trie.c | 848 unsigned long cindex = get_index(tn->key, tp); in resize() local 858 BUG_ON(tn != get_child(tp, cindex)); in resize() 873 tn = get_child(tp, cindex); in resize() 896 tn = get_child(tp, cindex); in resize() 947 * prefix plus zeros for the bits in the cindex. The index in fib_find_node() 953 * we know the value is cindex in fib_find_node() 1431 t_key cindex; in fib_table_lookup() local 1434 cindex = 0; in fib_table_lookup() 1436 n = get_child_rcu(pn, cindex); in fib_table_lookup() 1458 * we know the value is cindex in fib_table_lookup() 1760 unsigned long cindex; leaf_walk_rcu() local 1818 unsigned long cindex = 1; fib_trie_free() local 1935 unsigned long cindex = 1; fib_table_flush_external() local 2005 unsigned long cindex = 1; fib_table_flush() local 2094 unsigned long cindex = 1; __fib_info_notify_update() local 2429 unsigned long cindex = iter->index; fib_trie_get_next() local [all...] |
/linux/tools/perf/util/ |
H A D | values.c | 172 int tindex, cindex; in perf_read_values_add_value() local 177 cindex = perf_read_values__findnew_counter(values, evsel); in perf_read_values_add_value() 178 if (cindex < 0) in perf_read_values_add_value() 179 return cindex; in perf_read_values_add_value() 181 values->value[tindex][cindex] += value; in perf_read_values_add_value()
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_struct.h | 162 u64 cindex : 20; member 324 u64 cindex : 20; member
|
H A D | rvu_npa.c | 94 inst.cindex = req->aura_id; in rvu_npa_aq_enq_inst()
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | xmit.c | 321 int index, cindex; in ath_tx_update_baw() local 327 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_update_baw() 329 __clear_bit(cindex, tid->tx_buf); in ath_tx_update_baw() 343 int index, cindex; in ath_tx_addto_baw() local 349 cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1); in ath_tx_addto_baw() 350 __set_bit(cindex, tid->tx_buf); in ath_tx_addto_baw() 355 tid->baw_tail = cindex; in ath_tx_addto_baw()
|