/include/sound/ |
D | pcm-indirect.h | 41 struct snd_pcm_indirect *rec, size_t bytes); 66 unsigned int bytes = qsize - rec->hw_ready; in snd_pcm_indirect_playback_transfer() local 67 if (rec->sw_ready < (int)bytes) in snd_pcm_indirect_playback_transfer() 68 bytes = rec->sw_ready; in snd_pcm_indirect_playback_transfer() 69 if (hw_to_end < bytes) in snd_pcm_indirect_playback_transfer() 70 bytes = hw_to_end; in snd_pcm_indirect_playback_transfer() 71 if (sw_to_end < bytes) in snd_pcm_indirect_playback_transfer() 72 bytes = sw_to_end; in snd_pcm_indirect_playback_transfer() 73 if (! bytes) in snd_pcm_indirect_playback_transfer() 75 copy(substream, rec, bytes); in snd_pcm_indirect_playback_transfer() [all …]
|
D | i2c.h | 49 int (*sendbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); 50 int (*readbytes)(struct snd_i2c_device *device, unsigned char *bytes, int count); 100 int snd_i2c_sendbytes(struct snd_i2c_device *device, unsigned char *bytes, int count); 101 int snd_i2c_readbytes(struct snd_i2c_device *device, unsigned char *bytes, int count);
|
D | pcm_oss.h | 55 size_t bytes; /* total # bytes processed */ member
|
D | compress_driver.h | 126 int (*ack)(struct snd_compr_stream *stream, size_t bytes);
|
/include/linux/ |
D | task_io_accounting_ops.h | 10 static inline void task_io_account_read(size_t bytes) in task_io_account_read() argument 12 current->ioac.read_bytes += bytes; in task_io_account_read() 24 static inline void task_io_account_write(size_t bytes) in task_io_account_write() argument 26 current->ioac.write_bytes += bytes; in task_io_account_write() 38 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write() argument 40 current->ioac.cancelled_write_bytes += bytes; in task_io_account_cancelled_write() 58 static inline void task_io_account_read(size_t bytes) in task_io_account_read() argument 67 static inline void task_io_account_write(size_t bytes) in task_io_account_write() argument 76 static inline void task_io_account_cancelled_write(size_t bytes) in task_io_account_cancelled_write() argument
|
D | arcdevice.h | 98 #define TIME(name, bytes, call) BUGLVL(D_TIMING) { \ argument 106 name, bytes, _y - _x, \ 107 100000000 / 1024 * bytes / (_y - _x + 1));\
|
D | omap-iommu.h | 43 u32 da, size_t bytes, u32 flags);
|
D | async_tx.h | 201 async_raid6_2data_recov(int src_num, size_t bytes, int faila, int failb, 205 async_raid6_datap_recov(int src_num, size_t bytes, int faila,
|
/include/uapi/linux/netfilter/ |
D | xt_sctp.h | 38 #define bytes(type) (sizeof(type) * 8) macro 42 (chunkmap)[type / bytes(__u32)] |= \ 43 1 << (type % bytes(__u32)); \ 48 (chunkmap)[type / bytes(__u32)] &= \ 49 ~(1 << (type % bytes(__u32))); \ 54 ((chunkmap)[type / bytes (__u32)] & \ 55 (1 << (type % bytes (__u32)))) ? 1: 0; \
|
D | xt_set.h | 70 struct ip_set_counter_match bytes; member
|
/include/trace/events/ |
D | random.h | 11 TP_PROTO(const char *pool_name, int bytes, unsigned long IP), 13 TP_ARGS(pool_name, bytes, IP), 17 __field( int, bytes ) 23 __entry->bytes = bytes; 28 __entry->pool_name, __entry->bytes, (void *)__entry->IP) 32 TP_PROTO(const char *pool_name, int bytes, unsigned long IP), 34 TP_ARGS(pool_name, bytes, IP) 38 TP_PROTO(const char *pool_name, int bytes, unsigned long IP), 40 TP_ARGS(pool_name, bytes, IP)
|
D | btrfs.h | 648 u64 bytes, int reserve), 650 TP_ARGS(fs_info, type, val, bytes, reserve), 656 __field( u64, bytes ) 664 __entry->bytes = bytes; 670 __entry->bytes) 792 u64 bytes, u64 empty_size, u64 min_bytes), 794 TP_ARGS(block_group, start, bytes, empty_size, min_bytes), 800 __field( u64, bytes ) 809 __entry->bytes = bytes; 819 __entry->bytes, __entry->empty_size, __entry->min_bytes)
|
/include/xen/ |
D | xencomm.h | 38 extern struct xencomm_handle *xencomm_map(void *ptr, unsigned long bytes); 40 unsigned long bytes, struct xencomm_mini *xc_area); 63 #define xencomm_map_no_alloc(ptr, bytes) \ argument 65 __xencomm_map_no_alloc(ptr, bytes, xc_desc); })
|
/include/asm-generic/ |
D | xor.h | 19 xor_8regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_8regs_2() argument 21 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_2() 38 xor_8regs_3(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_3() argument 41 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_3() 59 xor_8regs_4(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_4() argument 62 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_4() 81 xor_8regs_5(unsigned long bytes, unsigned long *p1, unsigned long *p2, in xor_8regs_5() argument 84 long lines = bytes / (sizeof (long)) / 8; in xor_8regs_5() 104 xor_32regs_2(unsigned long bytes, unsigned long *p1, unsigned long *p2) in xor_32regs_2() argument 106 long lines = bytes / (sizeof (long)) / 8; in xor_32regs_2() [all …]
|
/include/linux/netfilter/ipset/ |
D | ip_set.h | 72 u64 bytes; member 187 atomic64_t bytes; member 192 ip_set_add_bytes(u64 bytes, struct ip_set_counter *counter) in ip_set_add_bytes() argument 194 atomic64_add((long long)bytes, &(counter)->bytes); in ip_set_add_bytes() 206 return (u64)atomic64_read(&(counter)->bytes); in ip_set_get_bytes() 222 ip_set_add_bytes(ext->bytes, counter); in ip_set_update_counter() 227 mext->bytes = ip_set_get_bytes(counter); in ip_set_update_counter() 244 if (ext->bytes != ULLONG_MAX) in ip_set_init_counter() 245 atomic64_set(&(counter)->bytes, (long long)(ext->bytes)); in ip_set_init_counter() 392 { .bytes = (skb)->len, .packets = 1, \ [all …]
|
/include/uapi/linux/ |
D | gen_stats.h | 22 __u64 bytes; member 26 __u64 bytes; member
|
/include/uapi/mtd/ |
D | ubi-user.h | 304 __s64 bytes; member 324 __s64 bytes; member 389 __s32 bytes; member
|
/include/drm/ |
D | drm_buffer.h | 72 static inline void drm_buffer_advance(struct drm_buffer *buf, int bytes) in drm_buffer_advance() argument 74 buf->iterator += bytes; in drm_buffer_advance()
|
/include/linux/raid/ |
D | xor.h | 6 extern void xor_blocks(unsigned int count, unsigned int bytes,
|
D | pq.h | 136 extern void (*raid6_2data_recov)(int disks, size_t bytes, int faila, int failb, 138 extern void (*raid6_datap_recov)(int disks, size_t bytes, int faila, 140 void raid6_dual_recov(int disks, size_t bytes, int faila, int failb,
|
/include/linux/usb/ |
D | hcd.h | 560 #define HS_NSECS(bytes) (((55 * 8 * 2083) \ argument 561 + (2083UL * (3 + BitTime(bytes))))/1000 \ 563 #define HS_NSECS_ISO(bytes) (((38 * 8 * 2083) \ argument 564 + (2083UL * (3 + BitTime(bytes))))/1000 \ 566 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) argument 567 #define HS_USECS_ISO(bytes) NS_TO_US(HS_NSECS_ISO(bytes)) argument
|
/include/net/netfilter/ |
D | nf_conntrack_acct.h | 19 atomic64_t bytes; member
|
/include/net/caif/ |
D | caif_spi.h | 35 #define SPI_XFER_TIME_USEC(bytes, clk) (((bytes) * 8) / clk) argument
|
/include/linux/sunrpc/ |
D | svcsock.h | 25 void (*sk_odata)(struct sock *, int bytes);
|
/include/uapi/drm/ |
D | omap_drm.h | 52 uint32_t bytes; /* (for non-tiled formats) */ member
|