/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 | 119 int (*ack)(struct snd_compr_stream *stream, size_t bytes);
|
D | memalloc.h | 63 size_t bytes; /* buffer size in bytes */ member
|
D | rawmidi.h | 98 size_t bytes; member
|
/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 | gen_stats.h | 22 __u64 bytes; member 26 __u64 bytes; member
|
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 | 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,
|
D | blktrace_api.h | 108 __u32 bytes; /* transfer length */ member 249 extern void blk_fill_rwbs(char *rwbs, u32 rw, int bytes);
|
D | telephony.h | 257 unsigned int bytes; member
|
/include/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; \
|
/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 | 641 u64 bytes, int reserve), 643 TP_ARGS(fs_info, type, val, bytes, reserve), 649 __field( u64, bytes ) 657 __entry->bytes = bytes; 663 __entry->bytes) 785 u64 bytes, u64 empty_size, u64 min_bytes), 787 TP_ARGS(block_group, start, bytes, empty_size, min_bytes), 793 __field( u64, bytes ) 802 __entry->bytes = bytes; 812 __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/mtd/ |
D | ubi-user.h | 307 __s64 bytes; member 327 __s64 bytes; member 383 __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 | pq.h | 119 void raid6_2data_recov(int disks, size_t bytes, int faila, int failb, 121 void raid6_datap_recov(int disks, size_t bytes, int faila, void **ptrs); 122 void raid6_dual_recov(int disks, size_t bytes, int faila, int failb,
|
D | xor.h | 6 extern void xor_blocks(unsigned int count, unsigned int bytes,
|
/include/linux/usb/ |
D | hcd.h | 540 #define HS_NSECS(bytes) (((55 * 8 * 2083) \ argument 541 + (2083UL * (3 + BitTime(bytes))))/1000 \ 543 #define HS_NSECS_ISO(bytes) (((38 * 8 * 2083) \ argument 544 + (2083UL * (3 + BitTime(bytes))))/1000 \ 546 #define HS_USECS(bytes) NS_TO_US(HS_NSECS(bytes)) argument 547 #define HS_USECS_ISO(bytes) NS_TO_US(HS_NSECS_ISO(bytes)) argument
|
/include/linux/sunrpc/ |
D | svcsock.h | 25 void (*sk_odata)(struct sock *, int bytes);
|
/include/net/caif/ |
D | caif_spi.h | 35 #define SPI_XFER_TIME_USEC(bytes, clk) (((bytes) * 8) / clk) argument
|
/include/net/netfilter/ |
D | nf_conntrack_acct.h | 19 atomic64_t bytes; member
|