cindex            464 drivers/hwmon/pmbus/adm1275.c 	int vindex = -1, voindex = -1, cindex = -1, pindex = -1;
cindex            552 drivers/hwmon/pmbus/adm1275.c 			cindex = 1;
cindex            556 drivers/hwmon/pmbus/adm1275.c 			cindex = 2;
cindex            578 drivers/hwmon/pmbus/adm1275.c 		cindex = (config & ADM1272_IRANGE) ? 3 : 2;
cindex            628 drivers/hwmon/pmbus/adm1275.c 		cindex = 2;
cindex            647 drivers/hwmon/pmbus/adm1275.c 		cindex = 2;
cindex            664 drivers/hwmon/pmbus/adm1275.c 		cindex = 1;
cindex            717 drivers/hwmon/pmbus/adm1275.c 			cindex = 3;
cindex            720 drivers/hwmon/pmbus/adm1275.c 			cindex = 4;
cindex            723 drivers/hwmon/pmbus/adm1275.c 			cindex = 5;
cindex            726 drivers/hwmon/pmbus/adm1275.c 			cindex = 6;
cindex            731 drivers/hwmon/pmbus/adm1275.c 			pindex = 7 + vindex * 4 + (cindex - 3);
cindex            758 drivers/hwmon/pmbus/adm1275.c 	if (cindex >= 0) {
cindex            761 drivers/hwmon/pmbus/adm1275.c 			coefficients[cindex].m * shunt / 1000;
cindex            762 drivers/hwmon/pmbus/adm1275.c 		info->b[PSC_CURRENT_OUT] = coefficients[cindex].b;
cindex            763 drivers/hwmon/pmbus/adm1275.c 		info->R[PSC_CURRENT_OUT] = coefficients[cindex].R;
cindex            537 drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c 	inst.cindex = req->qidx;
cindex             88 drivers/net/ethernet/marvell/octeontx2/af/rvu_npa.c 	inst.cindex = req->aura_id;
cindex            105 drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h 	u64 cindex                : 20;
cindex            115 drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h 	u64 cindex                : 20;
cindex            394 drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h 	u64 cindex		: 20;
cindex            404 drivers/net/ethernet/marvell/octeontx2/af/rvu_struct.h 	u64 cindex		: 20;
cindex            276 drivers/net/wireless/ath/ath9k/xmit.c 	int index, cindex;
cindex            282 drivers/net/wireless/ath/ath9k/xmit.c 	cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
cindex            284 drivers/net/wireless/ath/ath9k/xmit.c 	__clear_bit(cindex, tid->tx_buf);
cindex            299 drivers/net/wireless/ath/ath9k/xmit.c 	int index, cindex;
cindex            305 drivers/net/wireless/ath/ath9k/xmit.c 	cindex = (tid->baw_head + index) & (ATH_TID_MAX_BUFS - 1);
cindex            306 drivers/net/wireless/ath/ath9k/xmit.c 	__set_bit(cindex, tid->tx_buf);
cindex            311 drivers/net/wireless/ath/ath9k/xmit.c 		tid->baw_tail = cindex;
cindex            855 net/ipv4/fib_trie.c 	unsigned long cindex = get_index(tn->key, tp);
cindex            865 net/ipv4/fib_trie.c 	BUG_ON(tn != get_child(tp, cindex));
cindex            880 net/ipv4/fib_trie.c 		tn = get_child(tp, cindex);
cindex            903 net/ipv4/fib_trie.c 		tn = get_child(tp, cindex);
cindex           1323 net/ipv4/fib_trie.c 	t_key cindex;
cindex           1326 net/ipv4/fib_trie.c 	cindex = 0;
cindex           1328 net/ipv4/fib_trie.c 	n = get_child_rcu(pn, cindex);
cindex           1368 net/ipv4/fib_trie.c 			cindex = index;
cindex           1408 net/ipv4/fib_trie.c 			while (!cindex) {
cindex           1425 net/ipv4/fib_trie.c 				cindex = get_index(pkey, pn);
cindex           1429 net/ipv4/fib_trie.c 			cindex &= cindex - 1;
cindex           1432 net/ipv4/fib_trie.c 			cptr = &pn->tnode[cindex];
cindex           1621 net/ipv4/fib_trie.c 	unsigned long cindex;
cindex           1627 net/ipv4/fib_trie.c 		cindex = (key > pn->key) ? get_index(key, pn) : 0;
cindex           1629 net/ipv4/fib_trie.c 		if (cindex >> pn->bits)
cindex           1633 net/ipv4/fib_trie.c 		n = get_child_rcu(pn, cindex++);
cindex           1645 net/ipv4/fib_trie.c 		if (cindex >= (1ul << pn->bits)) {
cindex           1649 net/ipv4/fib_trie.c 			cindex = get_index(pkey, pn) + 1;
cindex           1654 net/ipv4/fib_trie.c 		n = get_child_rcu(pn, cindex++);
cindex           1664 net/ipv4/fib_trie.c 		cindex = 0;
cindex           1679 net/ipv4/fib_trie.c 	unsigned long cindex = 1;
cindex           1687 net/ipv4/fib_trie.c 		if (!(cindex--)) {
cindex           1700 net/ipv4/fib_trie.c 			cindex = get_index(pkey, pn);
cindex           1706 net/ipv4/fib_trie.c 		n = get_child(pn, cindex);
cindex           1713 net/ipv4/fib_trie.c 			cindex = 1ul << n->bits;
cindex           1796 net/ipv4/fib_trie.c 	unsigned long cindex = 1;
cindex           1805 net/ipv4/fib_trie.c 		if (!(cindex--)) {
cindex           1818 net/ipv4/fib_trie.c 			cindex = get_index(pkey, pn);
cindex           1824 net/ipv4/fib_trie.c 		n = get_child(pn, cindex);
cindex           1831 net/ipv4/fib_trie.c 			cindex = 1ul << n->bits;
cindex           1865 net/ipv4/fib_trie.c 	unsigned long cindex = 1;
cindex           1875 net/ipv4/fib_trie.c 		if (!(cindex--)) {
cindex           1888 net/ipv4/fib_trie.c 			cindex = get_index(pkey, pn);
cindex           1894 net/ipv4/fib_trie.c 		n = get_child(pn, cindex);
cindex           1901 net/ipv4/fib_trie.c 			cindex = 1ul << n->bits;
cindex           1953 net/ipv4/fib_trie.c 	unsigned long cindex = 1;
cindex           1959 net/ipv4/fib_trie.c 		if (!(cindex--)) {
cindex           1966 net/ipv4/fib_trie.c 			cindex = get_index(pkey, pn);
cindex           1971 net/ipv4/fib_trie.c 		n = get_child(pn, cindex);
cindex           1978 net/ipv4/fib_trie.c 			cindex = 1ul << n->bits;
cindex           2268 net/ipv4/fib_trie.c 	unsigned long cindex = iter->index;
cindex           2276 net/ipv4/fib_trie.c 		while (cindex < child_length(pn)) {
cindex           2277 net/ipv4/fib_trie.c 			struct key_vector *n = get_child_rcu(pn, cindex++);
cindex           2284 net/ipv4/fib_trie.c 				iter->index = cindex;
cindex           2298 net/ipv4/fib_trie.c 		cindex = get_index(pkey, pn) + 1;
cindex            188 tools/perf/util/values.c 	int tindex, cindex;
cindex            193 tools/perf/util/values.c 	cindex = perf_read_values__findnew_counter(values, rawid, name);
cindex            194 tools/perf/util/values.c 	if (cindex < 0)
cindex            195 tools/perf/util/values.c 		return cindex;
cindex            197 tools/perf/util/values.c 	values->value[tindex][cindex] += value;