/include/linux/ |
D | zutil.h | 57 #define DO1(buf,i) {s1 += buf[i]; s2 += s1;} argument 58 #define DO2(buf,i) DO1(buf,i); DO1(buf,i+1); argument 59 #define DO4(buf,i) DO2(buf,i); DO2(buf,i+2); argument 60 #define DO8(buf,i) DO4(buf,i); DO4(buf,i+4); argument 61 #define DO16(buf) DO8(buf,0); DO8(buf,8); argument 79 const Byte *buf, in zlib_adler32()
|
D | nvmem-consumer.h | 83 const char *buf, size_t len) in nvmem_cell_write() 111 void *buf) in nvmem_device_cell_read() 118 void *buf) in nvmem_device_cell_write() 125 void *buf) in nvmem_device_read() 132 void *buf) in nvmem_device_write()
|
D | relay.h | 66 struct rchan_buf *buf[NR_CPUS]; /* per-cpu channel buffers */ member 204 struct rchan_buf *buf; in relay_write() local 231 struct rchan_buf *buf; in __relay_write() local 255 struct rchan_buf *buf = chan->buf[smp_processor_id()]; in relay_reserve() local 276 static inline void subbuf_start_reserve(struct rchan_buf *buf, in subbuf_start_reserve()
|
D | kfifo.h | 501 #define kfifo_in(fifo, buf, n) \ argument 523 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ argument 534 #define kfifo_in_locked(fifo, buf, n, lock) \ argument 549 #define kfifo_out(fifo, buf, n) \ argument 573 #define kfifo_out_spinlocked(fifo, buf, n, lock) \ argument 586 #define kfifo_out_locked(fifo, buf, n, lock) \ argument 757 #define kfifo_out_peek(fifo, buf, n) \ argument
|
D | cciss_ioctl.h | 14 __u32 buf; /* 32 bit pointer to data buffer */ member 24 __u32 buf; /* 32 bit pointer to data buffer */ member
|
D | string_helpers.h | 25 static inline int string_unescape_inplace(char *buf, unsigned int flags) in string_unescape_inplace() 35 static inline int string_unescape_any_inplace(char *buf) in string_unescape_any_inplace()
|
D | once.h | 54 #define get_random_once(buf, nbytes) \ argument
|
D | printk.h | 435 #define print_hex_dump_bytes(prefix_str, prefix_type, buf, len) \ argument 444 const void *buf, size_t len, bool ascii) in print_hex_dump() 448 const void *buf, size_t len) in print_hex_dump_bytes() 456 groupsize, buf, len, ascii) \ argument 461 groupsize, buf, len, ascii) \ argument 467 const void *buf, size_t len, bool ascii) in print_hex_dump_debug()
|
D | nd.h | 120 resource_size_t offset, void *buf, size_t size) in nvdimm_read_bytes() 138 resource_size_t offset, void *buf, size_t size) in nvdimm_write_bytes()
|
D | cpumask.h | 575 static inline int cpumask_parse_user(const char __user *buf, int len, in cpumask_parse_user() 589 static inline int cpumask_parselist_user(const char __user *buf, int len, in cpumask_parselist_user() 603 static inline int cpumask_parse(const char *buf, struct cpumask *dstp) in cpumask_parse() 618 static inline int cpulist_parse(const char *buf, struct cpumask *dstp) in cpulist_parse() 820 cpumap_print_to_pagebuf(bool list, char *buf, const struct cpumask *mask) in cpumap_print_to_pagebuf()
|
D | circ_buf.h | 9 char *buf; member
|
D | stacktrace.h | 37 # define snprint_stack_trace(buf, size, trace, spaces) do { } while (0) argument
|
/include/media/ |
D | lirc_dev.h | 34 static inline void lirc_buffer_clear(struct lirc_buffer *buf) in lirc_buffer_clear() 47 static inline int lirc_buffer_init(struct lirc_buffer *buf, in lirc_buffer_init() 62 static inline void lirc_buffer_free(struct lirc_buffer *buf) in lirc_buffer_free() 71 static inline int lirc_buffer_len(struct lirc_buffer *buf) in lirc_buffer_len() 83 static inline int lirc_buffer_full(struct lirc_buffer *buf) in lirc_buffer_full() 88 static inline int lirc_buffer_empty(struct lirc_buffer *buf) in lirc_buffer_empty() 93 static inline int lirc_buffer_available(struct lirc_buffer *buf) in lirc_buffer_available() 98 static inline unsigned int lirc_buffer_read(struct lirc_buffer *buf, in lirc_buffer_read() 110 static inline unsigned int lirc_buffer_write(struct lirc_buffer *buf, in lirc_buffer_write()
|
/include/trace/events/ |
D | writeback.h | 142 static inline void __trace_wb_assign_cgroup(char *buf, struct bdi_writeback *wb) in __trace_wb_assign_cgroup() 159 static inline void __trace_wbc_assign_cgroup(char *buf, in __trace_wbc_assign_cgroup() 175 static inline void __trace_wb_assign_cgroup(char *buf, struct bdi_writeback *wb) in __trace_wb_assign_cgroup() 185 static inline void __trace_wbc_assign_cgroup(char *buf, in __trace_wbc_assign_cgroup()
|
D | android_fs.h | 40 android_fstrace_get_pathname(char *buf, int buflen, struct inode *inode) in android_fstrace_get_pathname()
|
/include/net/ |
D | 6lowpan.h | 128 const unsigned char *buf, int len) in raw_dump_inline() 143 const unsigned char *buf, int len) in raw_dump_table() 152 const unsigned char *buf, int len) { } in raw_dump_table() 154 const unsigned char *buf, int len) { } in raw_dump_inline()
|
/include/net/irda/ |
D | crc.h | 27 #define irda_calc_crc16(fcs, buf, len) crc_ccitt(fcs, buf, len) argument
|
/include/asm-generic/ |
D | io.h | 224 u8 *buf = buffer; in readsb() local 240 u16 *buf = buffer; in readsw() local 256 u32 *buf = buffer; in readsl() local 273 u64 *buf = buffer; in readsq() local 290 const u8 *buf = buffer; in writesb() local 305 const u16 *buf = buffer; in writesw() local 320 const u32 *buf = buffer; in writesl() local 336 const u64 *buf = buffer; in writesq() local
|
/include/uapi/linux/ |
D | random.h | 40 __u32 buf[0]; member
|
D | cciss_ioctl.h | 45 BYTE __user *buf; member 55 BYTE __user *buf; member
|
/include/crypto/ |
D | sha.h | 76 u8 buf[SHA256_BLOCK_SIZE]; member 82 u8 buf[SHA512_BLOCK_SIZE]; member
|
D | poly1305.h | 23 u8 buf[POLY1305_BLOCK_SIZE]; member
|
/include/sound/ |
D | seq_midi_event.h | 37 unsigned char *buf; /* input buffer */ member
|
/include/linux/mtd/ |
D | nand_bch.h | 55 nand_bch_correct_data(struct mtd_info *mtd, unsigned char *buf, in nand_bch_correct_data()
|
/include/linux/sunrpc/ |
D | cache.h | 244 char buf[50]; in get_int() local 264 char buf[50]; in get_uint() local 280 char buf[50]; in get_time() local
|