Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 41) sorted by relevance

12

/include/sound/
Dpcm-indirect.h41 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 …]
Di2c.h49 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);
Dpcm_oss.h55 size_t bytes; /* total # bytes processed */ member
Dcompress_driver.h119 int (*ack)(struct snd_compr_stream *stream, size_t bytes);
Dmemalloc.h63 size_t bytes; /* buffer size in bytes */ member
Drawmidi.h98 size_t bytes; member
/include/linux/
Dtask_io_accounting_ops.h10 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
Dgen_stats.h22 __u64 bytes; member
26 __u64 bytes; member
Darcdevice.h98 #define TIME(name, bytes, call) BUGLVL(D_TIMING) { \ argument
106 name, bytes, _y - _x, \
107 100000000 / 1024 * bytes / (_y - _x + 1));\
Dasync_tx.h201 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,
Dblktrace_api.h108 __u32 bytes; /* transfer length */ member
249 extern void blk_fill_rwbs(char *rwbs, u32 rw, int bytes);
Dtelephony.h257 unsigned int bytes; member
/include/linux/netfilter/
Dxt_sctp.h38 #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/
Drandom.h11 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)
Dbtrfs.h641 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/
Dxencomm.h38 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/
Dxor.h19 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/
Dubi-user.h307 __s64 bytes; member
327 __s64 bytes; member
383 __s32 bytes; member
/include/drm/
Ddrm_buffer.h72 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/
Dpq.h119 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,
Dxor.h6 extern void xor_blocks(unsigned int count, unsigned int bytes,
/include/linux/usb/
Dhcd.h540 #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/
Dsvcsock.h25 void (*sk_odata)(struct sock *, int bytes);
/include/net/caif/
Dcaif_spi.h35 #define SPI_XFER_TIME_USEC(bytes, clk) (((bytes) * 8) / clk) argument
/include/net/netfilter/
Dnf_conntrack_acct.h19 atomic64_t bytes; member

12