to_index          773 drivers/hwmon/applesmc.c 	const char *key = smcreg.index[to_index(devattr)];
to_index          782 drivers/hwmon/applesmc.c 	const char *key = smcreg.index[to_index(devattr)];
to_index          805 drivers/hwmon/applesmc.c 		  to_index(attr));
to_index          829 drivers/hwmon/applesmc.c 		  to_index(attr));
to_index          849 drivers/hwmon/applesmc.c 	manual = ((buffer[0] << 8 | buffer[1]) >> to_index(attr)) & 0x01;
to_index          875 drivers/hwmon/applesmc.c 		val = val | (0x01 << to_index(attr));
to_index          877 drivers/hwmon/applesmc.c 		val = val & ~(0x01 << to_index(attr));
to_index          898 drivers/hwmon/applesmc.c 	scnprintf(newkey, sizeof(newkey), FAN_ID_FMT, to_index(attr));
to_index          155 drivers/md/dm-cache-policy-smq.c 		head->prev = l->head = to_index(es, e);
to_index          157 drivers/md/dm-cache-policy-smq.c 		l->head = l->tail = to_index(es, e);
to_index          171 drivers/md/dm-cache-policy-smq.c 		tail->next = l->tail = to_index(es, e);
to_index          173 drivers/md/dm-cache-policy-smq.c 		l->head = l->tail = to_index(es, e);
to_index          189 drivers/md/dm-cache-policy-smq.c 		e->next = to_index(es, old);
to_index          190 drivers/md/dm-cache-policy-smq.c 		prev->next = old->prev = to_index(es, e);
to_index          619 drivers/md/dm-cache-policy-smq.c 	ht->buckets[bucket] = to_index(ht->es, e);
to_index          775 drivers/md/dm-cache-policy-smq.c 	return to_index(ea->es, e) - ea->begin;
to_index          216 drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c 						 unsigned long to_index,
to_index          225 drivers/net/ethernet/mellanox/mlxsw/spectrum1_mr_tcam.c 			    mr_tcam_region->rtar_key_type, to_index);
to_index          137 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c 						  unsigned long to_index,
to_index          145 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_ctcam.c 				       from_index, to_index, count);
to_index          652 fs/overlayfs/copy_up.c 	bool to_index = false;
to_index          665 fs/overlayfs/copy_up.c 			to_index = true;
to_index          668 fs/overlayfs/copy_up.c 	if (S_ISDIR(c->stat.mode) || c->stat.nlink == 1 || to_index)
to_index          671 fs/overlayfs/copy_up.c 	if (to_index) {
to_index          700 fs/overlayfs/copy_up.c 	if (to_index) {
to_index          715 fs/overlayfs/copy_up.c 	if (to_index)
to_index           60 include/linux/parman.h 		     unsigned long to_index, unsigned long count);
to_index          127 lib/parman.c   			       struct parman_item *item, unsigned long to_index,
to_index          130 lib/parman.c   	parman->ops->move(parman->priv, item->index, to_index, count);
to_index          137 lib/parman.c   	unsigned long to_index;
to_index          142 lib/parman.c   	to_index = parman_prio_last_index(prio) + 1;
to_index          143 lib/parman.c   	__parman_prio_move(parman, prio, item, to_index, 1);
to_index          145 lib/parman.c   	item->index = to_index;
to_index          152 lib/parman.c   	unsigned long to_index;
to_index          157 lib/parman.c   	to_index = parman_prio_first_index(prio) - 1;
to_index          158 lib/parman.c   	__parman_prio_move(parman, prio, item, to_index, 1);
to_index          160 lib/parman.c   	item->index = to_index;
to_index          168 lib/parman.c   	unsigned long to_index;
to_index          175 lib/parman.c   	to_index = item->index;
to_index          176 lib/parman.c   	__parman_prio_move(parman, prio, last_item, to_index, 1);
to_index          179 lib/parman.c   	last_item->index = to_index;
to_index          114 lib/test_parman.c 			     unsigned long to_index, unsigned long count)
to_index          119 lib/test_parman.c 	memmove(&prio_array[to_index], &prio_array[from_index],