Searched defs:bytes_req (Results 1 - 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| H A D | bench_local_storage_create.c | 33 BPF_PROG(kmalloc, unsigned long call_site, const void *ptr, size_t bytes_req, size_t bytes_alloc, gfp_t gfp_flags, int node) BPF_PROG() argument
|
| /kernel/linux/linux-5.10/tools/perf/ |
| H A D | builtin-kmem.c | 62 u64 bytes_req; member 85 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) insert_alloc_stat() argument 130 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) insert_caller_stat() argument 176 int bytes_req = evsel__intval(evsel, sample, "bytes_req"), evsel__process_alloc_event() local [all...] |
| /kernel/linux/linux-6.6/drivers/dma/ |
| H A D | tegra186-gpc-dma.c | 218 unsigned int bytes_req; member
|
| /kernel/linux/linux-6.6/tools/perf/ |
| H A D | builtin-kmem.c | 64 u64 bytes_req; member 87 insert_alloc_stat(unsigned long call_site, unsigned long ptr, int bytes_req, int bytes_alloc, int cpu) insert_alloc_stat() argument 132 insert_caller_stat(unsigned long call_site, int bytes_req, int bytes_alloc) insert_caller_stat() argument 178 int bytes_req = evsel__intval(evsel, sample, "bytes_req"), evsel__process_alloc_event() local [all...] |
Completed in 11 milliseconds