Symbol: get_offset
arch/arc/net/bpf_jit_core.c
371
return (get_index_for_insn(ctx, insn) + 1) + get_offset(insn);
arch/mips/kernel/vpe.c
212
get_offset((unsigned long *)&mod_mem->size, s);
arch/mips/net/bpf_jit_comp.h
157
int get_offset(const struct jit_context *ctx, int off);
arch/mips/net/bpf_jit_comp32.c
1313
emit(ctx, beqz, t1, get_offset(ctx, 1)); /* PC += off(1) if t1 == 0 */
arch/mips/net/bpf_jit_comp32.c
1318
emit(ctx, blez, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 <= 0 */
arch/mips/net/bpf_jit_comp32.c
1332
emit(ctx, beqz, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 == 0 */
arch/mips/net/bpf_jit_comp64.c
498
emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/
arch/mips/net/bpf_jit_comp64.c
502
emit(ctx, bltz, tcc, get_offset(ctx, 1)); /* PC += off(1) if tcc < 0 */
arch/mips/net/bpf_jit_comp64.c
513
emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/
drivers/hwmon/w83773g.c
191
return get_offset(regmap, channel - 1, val);
drivers/iio/adc/mcp3911.c
114
int (*get_offset)(struct mcp3911 *adc, int channel, int *val);
drivers/iio/adc/mcp3911.c
356
ret = adc->chip->get_offset(adc, channel->channel, val);
drivers/iio/adc/mcp3911.c
840
.get_offset = mcp3910_get_offset,
drivers/iio/adc/mcp3911.c
852
.get_offset = mcp3911_get_offset,
drivers/iio/adc/mcp3911.c
864
.get_offset = mcp3910_get_offset,
drivers/iio/adc/mcp3911.c
876
.get_offset = mcp3910_get_offset,
drivers/iio/adc/mcp3911.c
888
.get_offset = mcp3910_get_offset,
drivers/iio/adc/mcp3911.c
900
.get_offset = mcp3910_get_offset,
drivers/iio/adc/mcp3911.c
912
.get_offset = mcp3910_get_offset,
drivers/message/fusion/mptspi.c
1202
.get_offset = mptspi_read_parameters,
drivers/scsi/nsp32.c
2229
unsigned char get_offset = data->msginbuf[4];
drivers/scsi/nsp32.c
2254
if (get_offset > SYNC_OFFSET) {
drivers/scsi/nsp32.c
2262
if (get_offset == ASYNC_OFFSET) {
drivers/scsi/nsp32.c
2301
nsp32_set_sync_entry(data, target, entry, get_offset);
drivers/scsi/nsp32.c
2309
if (get_offset > SYNC_OFFSET) {
drivers/scsi/nsp32.c
2311
get_offset = SYNC_OFFSET;
drivers/scsi/nsp32.c
2321
if (get_offset == ASYNC_OFFSET || entry < 0) {
drivers/scsi/nsp32.c
2325
nsp32_set_sync_entry(data, target, entry, get_offset);
drivers/scsi/nsp32.c
2326
nsp32_build_sdtr(SCpnt, get_period, get_offset);
include/scsi/scsi_transport_spi.h
97
void (*get_offset)(struct scsi_target *);
lib/xarray.c
1317
if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node))
lib/xarray.c
1356
if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node))
lib/xarray.c
152
xas->xa_offset = get_offset(xas->xa_index, xas->xa_node);
lib/xarray.c
207
unsigned int offset = get_offset(xas->xa_index, node);
net/unix/af_unix.c
3453
unsigned long offset = get_offset(*pos);
tools/perf/util/scripting-engines/trace-event-python.c
454
offset = get_offset(node->ms.sym, &node_al);
tools/perf/util/scripting-engines/trace-event-python.c
556
offset = get_offset(sym, al);
tools/perf/util/scripting-engines/trace-event-python.c
806
PyLong_FromUnsignedLong(get_offset(al->sym, al)));
tools/testing/selftests/user_events/perf_test.c
156
offset = get_offset();