/Linux-v6.6/drivers/hwmon/ |
D | w83773g.c | 105 static int get_offset(struct regmap *regmap, int index, long *val) in get_offset() function 191 return get_offset(regmap, channel - 1, val); in w83773_read()
|
/Linux-v6.6/tools/perf/scripts/python/ |
D | intel-pt-events.py | 70 def get_offset(perf_dict, field): function 268 offs = get_offset(param_dict, "symoff") 294 offs = get_offset(sample, "addr_symoff") 304 offs = get_offset(param_dict, "symoff")
|
D | arm-cs-trace-disasm.py | 61 def get_offset(perf_dict, field): function 144 offs = get_offset(param_dict, "symoff")
|
/Linux-v6.6/tools/testing/selftests/user_events/ |
D | perf_test.c | 55 static int get_offset(void) in get_offset() function 156 offset = get_offset(); in TEST_F()
|
/Linux-v6.6/net/core/ |
D | net-procfs.c | 12 #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) macro 20 unsigned int count = 0, offset = get_offset(*pos); in dev_from_same_bucket()
|
/Linux-v6.6/drivers/scsi/ |
D | nsp32.c | 2228 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local 2253 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2261 if (get_offset == ASYNC_OFFSET) { in nsp32_analyze_sdtr() 2300 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2308 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr() 2310 get_offset = SYNC_OFFSET; in nsp32_analyze_sdtr() 2320 if (get_offset == ASYNC_OFFSET || entry < 0) { in nsp32_analyze_sdtr() 2324 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr() 2325 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()
|
/Linux-v6.6/include/scsi/ |
D | scsi_transport_spi.h | 97 void (*get_offset)(struct scsi_target *); member
|
/Linux-v6.6/arch/mips/net/ |
D | bpf_jit_comp.h | 157 int get_offset(const struct jit_context *ctx, int off);
|
D | bpf_jit_comp64.c | 498 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call() 502 emit(ctx, bltz, tcc, get_offset(ctx, 1)); /* PC += off(1) if tcc < 0 */ in emit_tail_call() 513 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call()
|
D | bpf_jit_comp32.c | 1313 emit(ctx, beqz, t1, get_offset(ctx, 1)); /* PC += off(1) if t1 == 0 */ in emit_tail_call() 1318 emit(ctx, blez, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 <= 0 */ in emit_tail_call() 1332 emit(ctx, beqz, t2, get_offset(ctx, 1)); /* PC += off(1) if t2 == 0 */ in emit_tail_call()
|
D | bpf_jit_comp.c | 185 int get_offset(const struct jit_context *ctx, int off) in get_offset() function
|
/Linux-v6.6/lib/ |
D | xarray.c | 144 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset() function 151 xas->xa_offset = get_offset(xas->xa_index, xas->xa_node); in xas_set_offset() 205 unsigned int offset = get_offset(xas->xa_index, node); in xas_descend() 1161 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node)) in __xas_prev() 1200 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node)) in __xas_next()
|
/Linux-v6.6/arch/mips/kernel/ |
D | vpe.c | 169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function 211 get_offset((unsigned long *)&mod_mem->size, s); in layout_sections()
|
/Linux-v6.6/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 403 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function 477 offset = get_offset(node->ms.sym, &node_al); in python_process_callchain() 579 offset = get_offset(sym, al); in get_symoff() 809 PyLong_FromUnsignedLong(get_offset(al->sym, al))); in set_sym_in_dict()
|
/Linux-v6.6/drivers/message/fusion/ |
D | mptspi.c | 1200 .get_offset = mptspi_read_parameters,
|
/Linux-v6.6/net/unix/ |
D | af_unix.c | 3178 #define get_offset(x) ((x) & ((1UL << BUCKET_SPACE) - 1)) macro 3183 unsigned long offset = get_offset(*pos); in unix_from_bucket()
|