Searched refs:aux_size (Results 1 - 19 of 19) sorted by relevance

/linux-master/fs/smb/server/
H A Dksmbd_work.c110 void *aux_buf, unsigned int aux_size)
115 if (aux_size) {
148 if (aux_size) {
149 __ksmbd_iov_pin(work, aux_buf, aux_size);
150 inc_rfc1001_len(work->iov[0].iov_base, aux_size);
165 void *aux_buf, unsigned int aux_size)
167 return __ksmbd_iov_pin_rsp(work, ib, len, aux_buf, aux_size);
109 __ksmbd_iov_pin_rsp(struct ksmbd_work *work, void *ib, int len, void *aux_buf, unsigned int aux_size) argument
164 ksmbd_iov_pin_rsp_read(struct ksmbd_work *work, void *ib, int len, void *aux_buf, unsigned int aux_size) argument
H A Dksmbd_work.h132 void *aux_buf, unsigned int aux_size);
/linux-master/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.h42 u32 aux_size; member in struct:intel_renderstate
H A Dintel_renderstate.c125 so->aux_size = i * sizeof(u32) - so->aux_offset;
131 so->aux_size = ALIGN(so->aux_size, 8);
228 if (so->aux_size > 8) {
230 so->aux_offset, so->aux_size,
/linux-master/include/linux/
H A Ddm-bufio.h31 unsigned int reserved_buffers, unsigned int aux_size,
H A Dperf_event.h1204 u64 aux_size; member in struct:perf_sample_data
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dqplib_res.c186 u32 npages, aux_slots, pg_size, aux_pages = 0, aux_size = 0; local
203 aux_size = roundup_pow_of_two(hwq_attr->aux_stride);
204 aux_pages = (aux_slots * aux_size) / pg_size;
205 if ((aux_slots * aux_size) % pg_size)
/linux-master/tools/perf/util/
H A Dcs-etm.c2962 __u64 aux_offset, aux_size; local
3016 aux_size = min(aux_event->aux_size, auxtrace_event->size);
3022 aux_offset = aux_event->aux_offset - aux_size;
3024 aux_size = aux_event->aux_size;
3029 aux_offset + aux_size <= auxtrace_event->offset + auxtrace_event->size) {
3035 auxtrace_fragment.auxtrace.size = aux_size;
3040 " tid: %d cpu: %d\n", aux_size, aux_offset, sample->tid, sample->cpu);
3085 if (!event->aux.aux_size)
[all...]
H A Devent.c432 event->aux.aux_offset, event->aux.aux_size,
H A Dsession.c664 event->aux.aux_size = bswap_64(event->aux.aux_size);
H A Dauxtrace.c137 pc->aux_size = mp->len;
/linux-master/drivers/video/fbdev/aty/
H A Datyfb.h184 unsigned long aux_size; member in struct:atyfb_par
H A Datyfb_base.c3440 par->aux_size = resource_size(rrp);
3623 release_mem_region(par->aux_start, par->aux_size);
3749 release_mem_region(par->aux_start, par->aux_size);
/linux-master/tools/lib/perf/include/perf/
H A Devent.h363 __u64 aux_size; member in struct:perf_record_aux
/linux-master/include/uapi/linux/
H A Dperf_event.h735 * prior to mmap()ing it. Size of the mmap()ed area should be aux_size.
743 __u64 aux_size; member in struct:perf_event_mmap_page
1074 * u64 aux_size;
/linux-master/tools/lib/perf/
H A Dmmap.c97 return perf_mmap__read_head(map) == map->prev && !pc->aux_size;
/linux-master/tools/include/uapi/linux/
H A Dperf_event.h735 * prior to mmap()ing it. Size of the mmap()ed area should be aux_size.
743 __u64 aux_size; member in struct:perf_event_mmap_page
1074 * u64 aux_size;
/linux-master/drivers/md/
H A Ddm-bufio.c2469 unsigned int reserved_buffers, unsigned int aux_size,
2536 if (aux_size)
2537 snprintf(slab_name, sizeof(slab_name), "dm_bufio_buffer-%u", aux_size);
2540 c->slab_buffer = kmem_cache_create(slab_name, sizeof(struct dm_buffer) + aux_size,
2468 dm_bufio_client_create(struct block_device *bdev, unsigned int block_size, unsigned int reserved_buffers, unsigned int aux_size, void (*alloc_callback)(struct dm_buffer *), void (*write_callback)(struct dm_buffer *), unsigned int flags) argument
/linux-master/kernel/events/
H A Dcore.c6474 u64 aux_offset, aux_size; local
6489 aux_size = READ_ONCE(rb->user_page->aux_size);
6501 if (aux_size != vma_size || aux_size != nr_pages * PAGE_SIZE)
7008 data->aux_size = 0;
7028 data->aux_size = 0;
7031 data->aux_size = ALIGN(size, sizeof(u64));
7036 return data->aux_size;
7082 if (WARN_ON_ONCE(!sampler || !data->aux_size))
[all...]

Completed in 546 milliseconds