Searched refs:lenp (Results 1 – 9 of 9) sorted by relevance
/tools/perf/util/ |
D | dump-insn.c | 10 int inlen __maybe_unused, int *lenp) in dump_insn() argument 12 if (lenp) in dump_insn() 13 *lenp = 0; in dump_insn()
|
D | srccode.h | 18 char *find_sourceline(char *fn, unsigned line, int *lenp);
|
D | dump-insn.h | 22 u8 *inbuf, int inlen, int *lenp);
|
D | srccode.c | 157 char *find_sourceline(char *fn, unsigned line, int *lenp) in find_sourceline() argument 170 *lenp = p - l; in find_sourceline()
|
/tools/virtio/ringtest/ |
D | noring.c | 23 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 64 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
|
D | virtio_ring_0_9.c | 152 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 181 *lenp = ring.desc[index].len; in get_buf() 183 *lenp = ring.used->ring[head].len; in get_buf() 270 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument 301 *lenp = desc->len; in use_buf()
|
D | ring.c | 143 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 153 *lenp = ring[head].len; in get_buf() 226 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
|
D | ptr_ring.c | 147 void *get_buf(unsigned *lenp, void **bufp) in get_buf() argument 197 bool use_buf(unsigned *lenp, void **bufp) in use_buf() argument
|
/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-insn-decoder.c | 183 u8 *inbuf, int inlen, int *lenp) in dump_insn() argument 193 if (lenp) in dump_insn() 194 *lenp = insn.length; in dump_insn()
|