Home
last modified time | relevance | path

Searched refs:bytes (Results 1 – 25 of 47) 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.h126 int (*ack)(struct snd_compr_stream *stream, size_t bytes);
/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
Darcdevice.h98 #define TIME(name, bytes, call) BUGLVL(D_TIMING) { \ argument
106 name, bytes, _y - _x, \
107 100000000 / 1024 * bytes / (_y - _x + 1));\
Domap-iommu.h43 u32 da, size_t bytes, u32 flags);
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,
/include/uapi/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; \
Dxt_set.h70 struct ip_set_counter_match bytes; member
/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.h648 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/
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/linux/netfilter/ipset/
Dip_set.h72 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/
Dgen_stats.h22 __u64 bytes; member
26 __u64 bytes; member
/include/uapi/mtd/
Dubi-user.h304 __s64 bytes; member
324 __s64 bytes; member
389 __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/
Dxor.h6 extern void xor_blocks(unsigned int count, unsigned int bytes,
Dpq.h136 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/
Dhcd.h560 #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/
Dnf_conntrack_acct.h19 atomic64_t bytes; member
/include/net/caif/
Dcaif_spi.h35 #define SPI_XFER_TIME_USEC(bytes, clk) (((bytes) * 8) / clk) argument
/include/linux/sunrpc/
Dsvcsock.h25 void (*sk_odata)(struct sock *, int bytes);
/include/uapi/drm/
Domap_drm.h52 uint32_t bytes; /* (for non-tiled formats) */ member

12