| /linux/fs/smb/server/ |
| H A D | ksmbd_work.c | 139 void *aux_buf, unsigned int aux_size) in __ksmbd_iov_pin_rsp() argument 144 if (aux_size) { in __ksmbd_iov_pin_rsp() 167 if (aux_size) { in __ksmbd_iov_pin_rsp() 168 __ksmbd_iov_pin(work, aux_buf, aux_size); in __ksmbd_iov_pin_rsp() 169 inc_rfc1001_len(work->iov[0].iov_base, aux_size); in __ksmbd_iov_pin_rsp() 184 void *aux_buf, unsigned int aux_size) in ksmbd_iov_pin_rsp_read() argument 186 return __ksmbd_iov_pin_rsp(work, ib, len, aux_buf, aux_size); in ksmbd_iov_pin_rsp_read()
|
| H A D | ksmbd_work.h | 160 void *aux_buf, unsigned int aux_size);
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | intel_renderstate.h | 42 u32 aux_size; member
|
| /linux/tools/testing/selftests/perf_events/ |
| H A D | mmap.c | 131 rb->aux_size = AUX_SIZE; in FIXTURE_SETUP() 173 rb->aux_size = AUX_SIZE; in FIXTURE_SETUP()
|
| /linux/include/linux/ |
| H A D | dm-bufio.h | 31 unsigned int reserved_buffers, unsigned int aux_size,
|
| H A D | perf_event.h | 1349 u64 aux_size; member
|
| /linux/tools/perf/util/ |
| H A D | cs-etm.c | 3169 __u64 aux_offset, aux_size; in cs_etm__queue_aux_records_cb() 3222 aux_size = min(aux_event->aux_size, auxtrace_event->size); in cs_etm__has_virtual_ts() 3228 aux_offset = aux_event->aux_offset - aux_size; in cs_etm__has_virtual_ts() 3230 aux_size = aux_event->aux_size; in cs_etm__has_virtual_ts() 3235 aux_offset + aux_size <= auxtrace_event->offset + auxtrace_event->size) { 3246 auxtrace_fragment.auxtrace.size = aux_size; in cs_etm__map_trace_ids_metadata() 3252 " tid: %d cpu: %d\n", aux_size, aux_offset, sample->tid, sample->cpu); in cs_etm__map_trace_ids_metadata() 3301 if (!event->aux.aux_size) in cs_etm__create_queue_decoders() 3013 __u64 aux_offset, aux_size; cs_etm__queue_aux_fragment() local [all...] |
| H A D | event.c | 460 event->aux.aux_offset, event->aux.aux_size, in perf_event__fprintf_aux()
|
| H A D | session.c | 420 event->aux.aux_size = bswap_64(event->aux.aux_size); in perf_event__throttle_swap()
|
| H A D | auxtrace.c | 154 pc->aux_size = mp->len; in auxtrace_mmap__mmap()
|
| /linux/drivers/video/fbdev/aty/ |
| H A D | atyfb.h | 184 unsigned long aux_size; member
|
| /linux/tools/include/uapi/linux/ |
| H A D | perf_event.h | 768 __u64 aux_size; member
|
| /linux/include/uapi/linux/ |
| H A D | perf_event.h | 768 __u64 aux_size; member
|
| /linux/tools/lib/perf/ |
| H A D | mmap.c | 97 return perf_mmap__read_head(map) == map->prev && !pc->aux_size; in perf_mmap__empty()
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | event.h | 389 __u64 aux_size; 382 __u64 aux_size; global() member
|
| /linux/drivers/md/ |
| H A D | dm-bufio.c | 2498 unsigned int reserved_buffers, unsigned int aux_size, in dm_bufio_client_create() argument 2566 if (aux_size) in dm_bufio_client_create() 2568 aux_size, atomic_inc_return(&seqno)); in dm_bufio_client_create() 2572 c->slab_buffer = kmem_cache_create(slab_name, sizeof(struct dm_buffer) + aux_size, in dm_bufio_client_create()
|
| /linux/kernel/events/ |
| H A D | core.c | 7359 u64 aux_offset, aux_size; in perf_mmap_aux() local 7375 aux_size = READ_ONCE(rb->user_page->aux_size); in perf_mmap_aux() 7387 if (aux_size != nr_pages * PAGE_SIZE) in perf_mmap_aux() 7977 data->aux_size = 0; in perf_prepare_sample_aux() 7997 data->aux_size = 0; in perf_prepare_sample_aux() 8000 data->aux_size = ALIGN(size, sizeof(u64)); in perf_prepare_sample_aux() 8005 return data->aux_size; in perf_prepare_sample_aux() 8051 if (WARN_ON_ONCE(!sampler || !data->aux_size)) in perf_aux_sample_output() 8058 size = perf_pmu_snapshot_aux(rb, sampler, handle, data->aux_size); in perf_aux_sample_output() 8073 pad = data->aux_size - size; in perf_aux_sample_output() [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 614 uint64_t aux_size;
|