| /linux/fs/smb/server/ |
| H A D | ksmbd_work.c | 107 void *aux_buf, unsigned int aux_size) in __ksmbd_iov_pin_rsp() argument 112 if (aux_size) { in __ksmbd_iov_pin_rsp() 145 if (aux_size) { in __ksmbd_iov_pin_rsp() 146 __ksmbd_iov_pin(work, aux_buf, aux_size); in __ksmbd_iov_pin_rsp() 147 inc_rfc1001_len(work->iov[0].iov_base, aux_size); in __ksmbd_iov_pin_rsp() 162 void *aux_buf, unsigned int aux_size) in ksmbd_iov_pin_rsp_read() argument 164 return __ksmbd_iov_pin_rsp(work, ib, len, aux_buf, aux_size); in ksmbd_iov_pin_rsp_read()
|
| H A D | ksmbd_work.h | 131 void *aux_buf, unsigned int aux_size);
|
| /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/drivers/gpu/drm/i915/gt/ |
| H A D | intel_renderstate.h | 42 u32 aux_size; member
|
| /linux/include/linux/ |
| H A D | dm-bufio.h | 31 unsigned int reserved_buffers, unsigned int aux_size,
|
| /linux/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_res.c | 180 u32 npages, aux_slots, pg_size, aux_pages = 0, aux_size = 0; in bnxt_qplib_alloc_init_hwq() local 197 aux_size = roundup_pow_of_two(hwq_attr->aux_stride); in bnxt_qplib_alloc_init_hwq() 198 aux_pages = (aux_slots * aux_size) / pg_size; in bnxt_qplib_alloc_init_hwq() 199 if ((aux_slots * aux_size) % pg_size) in bnxt_qplib_alloc_init_hwq()
|
| /linux/tools/perf/util/ |
| H A D | cs-etm.c | 3022 __u64 aux_offset, aux_size; in cs_etm__queue_aux_fragment() local 3075 aux_size = min(aux_event->aux_size, auxtrace_event->size); in cs_etm__queue_aux_fragment() 3081 aux_offset = aux_event->aux_offset - aux_size; in cs_etm__queue_aux_fragment() 3083 aux_size = aux_event->aux_size; in cs_etm__queue_aux_fragment() 3088 aux_offset + aux_size <= auxtrace_event->offset + auxtrace_event->size) { in cs_etm__queue_aux_fragment() 3096 auxtrace_fragment.auxtrace.size = aux_size; in cs_etm__queue_aux_fragment() 3101 " tid: %d cpu: %d\n", aux_size, aux_offset, sample->tid, sample->cpu); in cs_etm__queue_aux_fragment() 3150 if (!event->aux.aux_size) in cs_etm__queue_aux_records_cb()
|
| H A D | event.c | 458 event->aux.aux_offset, event->aux.aux_size, in perf_event__fprintf_aux()
|
| H A D | session.c | 365 event->aux.aux_size = bswap_64(event->aux.aux_size); in perf_event__aux_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
|
| H A D | atyfb_base.c | 3444 par->aux_size = resource_size(rrp); in atyfb_setup_generic() 3627 release_mem_region(par->aux_start, par->aux_size); in atyfb_pci_probe() 3753 release_mem_region(par->aux_start, par->aux_size); in atyfb_remove()
|
| /linux/tools/lib/perf/include/perf/ |
| H A D | event.h | 382 __u64 aux_size; member
|
| /linux/tools/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/drivers/md/ |
| H A D | dm-bufio.c | 2472 unsigned int reserved_buffers, unsigned int aux_size, in dm_bufio_client_create() argument 2540 if (aux_size) in dm_bufio_client_create() 2542 aux_size, atomic_inc_return(&seqno)); in dm_bufio_client_create() 2546 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 | 7051 u64 aux_offset, aux_size; in perf_mmap_aux() local 7067 aux_size = READ_ONCE(rb->user_page->aux_size); in perf_mmap_aux() 7079 if (aux_size != nr_pages * PAGE_SIZE) in perf_mmap_aux() 7576 data->aux_size = 0; in perf_prepare_sample_aux() 7596 data->aux_size = 0; in perf_prepare_sample_aux() 7599 data->aux_size = ALIGN(size, sizeof(u64)); in perf_prepare_sample_aux() 7604 return data->aux_size; in perf_prepare_sample_aux() 7650 if (WARN_ON_ONCE(!sampler || !data->aux_size)) in perf_aux_sample_output() 7657 size = perf_pmu_snapshot_aux(rb, sampler, handle, data->aux_size); in perf_aux_sample_output() 7672 pad = data->aux_size - size; in perf_aux_sample_output() [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | perf.data-file-format.txt | 583 uint64_t aux_size;
|