Searched defs:get_offset (Results 1 – 13 of 13) sorted by relevance
/linux-6.8/tools/perf/scripts/python/ |
D | arm-cs-trace-disasm.py | 61 def get_offset(perf_dict, field): function
|
D | intel-pt-events.py | 70 def get_offset(perf_dict, field): function
|
/linux-6.8/tools/testing/selftests/user_events/ |
D | perf_test.c | 55 static int get_offset(void) in get_offset() function
|
/linux-6.8/drivers/hwmon/ |
D | w83773g.c | 105 static int get_offset(struct regmap *regmap, int index, long *val) in get_offset() function
|
/linux-6.8/net/core/ |
D | net-procfs.c | 12 #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) macro
|
/linux-6.8/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.8/arch/mips/kernel/ |
D | vpe.c | 169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function
|
/linux-6.8/include/scsi/ |
D | scsi_transport_spi.h | 97 void (*get_offset)(struct scsi_target *); member
|
/linux-6.8/drivers/iio/adc/ |
D | mcp3911.c | 110 int (*get_offset)(struct mcp3911 *adc, int channel, int *val); member
|
/linux-6.8/drivers/scsi/ |
D | nsp32.c | 2228 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local
|
/linux-6.8/lib/ |
D | xarray.c | 144 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset() function
|
/linux-6.8/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 405 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function
|
/linux-6.8/net/unix/ |
D | af_unix.c | 3195 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1)) macro
|