Searched defs:get_offset (Results 1 – 13 of 13) sorted by relevance
/linux-6.14.4/tools/perf/scripts/python/ |
D | arm-cs-trace-disasm.py | 111 def get_offset(perf_dict, field): function
|
D | intel-pt-events.py | 70 def get_offset(perf_dict, field): function
|
/linux-6.14.4/tools/testing/selftests/user_events/ |
D | perf_test.c | 55 static int get_offset(void) in get_offset() function
|
/linux-6.14.4/drivers/hwmon/ |
D | w83773g.c | 105 static int get_offset(struct regmap *regmap, int index, long *val) in get_offset() function
|
/linux-6.14.4/arch/mips/net/ |
D | bpf_jit_comp.c | 185 int get_offset(const struct jit_context *ctx, int off) in get_offset() function
|
/linux-6.14.4/arch/mips/kernel/ |
D | vpe.c | 169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function
|
/linux-6.14.4/include/scsi/ |
D | scsi_transport_spi.h | 97 void (*get_offset)(struct scsi_target *); member
|
/linux-6.14.4/arch/arc/net/ |
D | bpf_jit_core.c | 342 static inline s32 get_offset(const struct bpf_insn *insn) in get_offset() function
|
/linux-6.14.4/drivers/iio/adc/ |
D | mcp3911.c | 110 int (*get_offset)(struct mcp3911 *adc, int channel, int *val); member
|
/linux-6.14.4/drivers/scsi/ |
D | nsp32.c | 2228 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local
|
/linux-6.14.4/lib/ |
D | xarray.c | 145 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/ |
D | trace-event-python.c | 379 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function
|
/linux-6.14.4/net/unix/ |
D | af_unix.c | 3314 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1)) macro
|