Home
last modified time | relevance | path

Searched refs:get_offset (Results 1 – 16 of 16) sorted by relevance

/linux/tools/perf/scripts/python/
A Dintel-pt-events.py63 def get_offset(perf_dict, field): function
184 offs = get_offset(param_dict, "symoff")
210 offs = get_offset(sample, "addr_symoff")
220 offs = get_offset(param_dict, "symoff")
/linux/drivers/hwmon/
A Dw83773g.c105 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/net/core/
A Dnet-procfs.c10 #define get_offset(x) ((x) & ((1 << BUCKET_SPACE) - 1)) macro
18 unsigned int count = 0, offset = get_offset(*pos); in dev_from_same_bucket()
/linux/drivers/scsi/
A Dnsp32.c2234 unsigned char get_offset = data->msginbuf[4]; in nsp32_analyze_sdtr() local
2259 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr()
2267 if (get_offset == ASYNC_OFFSET) { in nsp32_analyze_sdtr()
2306 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr()
2314 if (get_offset > SYNC_OFFSET) { in nsp32_analyze_sdtr()
2316 get_offset = SYNC_OFFSET; in nsp32_analyze_sdtr()
2326 if (get_offset == ASYNC_OFFSET || entry < 0) { in nsp32_analyze_sdtr()
2330 nsp32_set_sync_entry(data, target, entry, get_offset); in nsp32_analyze_sdtr()
2331 nsp32_build_sdtr(SCpnt, get_period, get_offset); in nsp32_analyze_sdtr()
/linux/arch/parisc/kernel/
A Dsys_parisc.c35 static int get_offset(unsigned int last_mmap) in get_offset() function
43 return (get_offset(last_mmap) + pgoff) << PAGE_SHIFT; in shared_align_offset()
/linux/arch/mips/net/
A Dbpf_jit_comp.h157 int get_offset(const struct jit_context *ctx, int off);
A Dbpf_jit_comp64.c495 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call()
499 emit(ctx, bltz, tcc, get_offset(ctx, 1)); /* PC += off(1) if tcc < 0 */ in emit_tail_call()
510 emit(ctx, beqz, tmp, get_offset(ctx, 1)); /* PC += off(1) if tmp == 0*/ in emit_tail_call()
A Dbpf_jit_comp32.c1313 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()
A Dbpf_jit_comp.c185 int get_offset(const struct jit_context *ctx, int off) in get_offset() function
/linux/include/scsi/
A Dscsi_transport_spi.h97 void (*get_offset)(struct scsi_target *); member
/linux/lib/
A Dxarray.c142 static unsigned int get_offset(unsigned long index, struct xa_node *node) in get_offset() function
149 xas->xa_offset = get_offset(xas->xa_index, xas->xa_node); in xas_set_offset()
203 unsigned int offset = get_offset(xas->xa_index, node); in xas_descend()
1156 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node)) in __xas_prev()
1195 if (xas->xa_offset != get_offset(xas->xa_index, xas->xa_node)) in __xas_next()
/linux/arch/mips/kernel/
A Dvpe.c169 static long get_offset(unsigned long *size, Elf_Shdr *sechdr) in get_offset() function
208 get_offset((unsigned long *)&mod->core_layout.size, s); in layout_sections()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c522 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) in get_offset() function
545 offset = get_offset(sym, al); in get_symoff()
748 PyLong_FromUnsignedLong(get_offset(al->sym, al))); in set_sym_in_dict()
/linux/kernel/
A Dmodule.c2399 static long get_offset(struct module *mod, unsigned int *size, in get_offset() function
2455 s->sh_entsize = get_offset(mod, &mod->core_layout.size, s, i); in layout_sections()
2488 s->sh_entsize = (get_offset(mod, &mod->init_layout.size, s, i) in layout_sections()
2707 symsect->sh_entsize = get_offset(mod, &mod->init_layout.size, symsect, in layout_symtab()
2734 strsect->sh_entsize = get_offset(mod, &mod->init_layout.size, strsect, in layout_symtab()
/linux/drivers/message/fusion/
A Dmptspi.c1200 .get_offset = mptspi_read_parameters,
/linux/net/unix/
A Daf_unix.c3135 #define get_offset(x) ((x) & ((1L << BUCKET_SPACE) - 1)) macro
3140 unsigned long offset = get_offset(*pos); in unix_from_bucket()

Completed in 64 milliseconds