get_offset        208 arch/mips/kernel/vpe.c 				get_offset((unsigned long *)&mod->core_layout.size, s);
get_offset         42 arch/parisc/kernel/sys_parisc.c 	return (get_offset(last_mmap) + pgoff) << PAGE_SHIFT;
get_offset        191 drivers/hwmon/w83773g.c 		return get_offset(regmap, channel - 1, val);
get_offset       1200 drivers/message/fusion/mptspi.c 	.get_offset	= mptspi_read_parameters,
get_offset       2224 drivers/scsi/nsp32.c 	unsigned char     get_offset = data->msginbuf[4];
get_offset       2253 drivers/scsi/nsp32.c 		if (get_offset > SYNC_OFFSET) {
get_offset       2261 drivers/scsi/nsp32.c 		if (get_offset == ASYNC_OFFSET) {
get_offset       2300 drivers/scsi/nsp32.c 		nsp32_set_sync_entry(data, target, entry, get_offset);
get_offset       2308 drivers/scsi/nsp32.c 		if (get_offset > SYNC_OFFSET) {
get_offset       2310 drivers/scsi/nsp32.c 			get_offset = SYNC_OFFSET;
get_offset       2320 drivers/scsi/nsp32.c 		if (get_offset == ASYNC_OFFSET || entry < 0) {
get_offset       2324 drivers/scsi/nsp32.c 			nsp32_set_sync_entry(data, target, entry, get_offset);
get_offset       2325 drivers/scsi/nsp32.c 			nsp32_build_sdtr(SCpnt, get_period, get_offset);
get_offset         97 include/scsi/scsi_transport_spi.h 	void	(*get_offset)(struct scsi_target *);
get_offset       2448 kernel/module.c 			s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i);
get_offset       2481 kernel/module.c 			s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i)
get_offset       2700 kernel/module.c 	symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect,
get_offset       2727 kernel/module.c 	strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect,
get_offset        149 lib/xarray.c   	xas->xa_offset = get_offset(xas->xa_index, xas->xa_node);
get_offset        203 lib/xarray.c   	unsigned int offset = get_offset(xas->xa_index, node);
get_offset       1005 lib/xarray.c   	if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node))
get_offset       1044 lib/xarray.c   	if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node))
get_offset         21 net/core/net-procfs.c 	unsigned int count = 0, offset = get_offset(*pos);
get_offset       2707 net/unix/af_unix.c 	unsigned long offset = get_offset(*pos);
get_offset        544 tools/perf/util/scripting-engines/trace-event-python.c 	offset = get_offset(sym, al);