Home
last modified time | relevance | path

Searched defs:get_offset (Results 1 – 13 of 13) sorted by relevance

/linux-6.14.4/tools/perf/scripts/python/
Darm-cs-trace-disasm.py111 def get_offset(perf_dict, field): function
Dintel-pt-events.py70 def get_offset(perf_dict, field): function
/linux-6.14.4/tools/testing/selftests/user_events/
Dperf_test.c55 static int get_offset(void) in get_offset() function
/linux-6.14.4/drivers/hwmon/
Dw83773g.c105 static int get_offset(struct regmap *regmap, int index, long *val) in get_offset() function
/linux-6.14.4/arch/mips/net/
Dbpf_jit_comp.c185 int get_offset(const struct jit_context *ctx, int off) in get_offset() function
/linux-6.14.4/arch/mips/kernel/
Dvpe.c169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function
/linux-6.14.4/include/scsi/
Dscsi_transport_spi.h97 void (*get_offset)(struct scsi_target *); member
/linux-6.14.4/arch/arc/net/
Dbpf_jit_core.c342 static inline s32 get_offset(const struct bpf_insn *insn) in get_offset() function
/linux-6.14.4/drivers/iio/adc/
Dmcp3911.c110 int (*get_offset)(struct mcp3911 *adc, int channel, int *val); member
/linux-6.14.4/drivers/scsi/
Dnsp32.c2228 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local
/linux-6.14.4/lib/
Dxarray.c145 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset() function
/linux-6.14.4/tools/perf/util/scripting-engines/
Dtrace-event-python.c379 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function
/linux-6.14.4/net/unix/
Daf_unix.c3314 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1)) macro