| /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 | once.h | 80 #define get_random_once(buf, nbytes) \ argument 82 #define get_random_once_wait(buf, nbytes) \ argument 85 #define get_random_slow_once(buf, nbytes) \ argument
|
| D | nvram.h | 81 static inline ssize_t nvram_read_bytes(char *buf, size_t count, loff_t *ppos) in nvram_read_bytes() 95 static inline ssize_t nvram_write_bytes(char *buf, size_t count, loff_t *ppos) in nvram_write_bytes() 109 static inline ssize_t nvram_read(char *buf, size_t count, loff_t *ppos) in nvram_read() 121 static inline ssize_t nvram_write(char *buf, size_t count, loff_t *ppos) in nvram_write()
|
| D | ima.h | 112 static inline int ima_post_load_data(char *buf, loff_t size, in ima_post_load_data() 125 static inline int ima_post_read_file(struct file *file, void *buf, loff_t size, in ima_post_read_file() 137 static inline int ima_file_hash(struct file *file, char *buf, size_t buf_size) in ima_file_hash() 142 static inline int ima_inode_hash(struct inode *inode, char *buf, size_t buf_size) in ima_inode_hash() 147 static inline void ima_kexec_cmdline(int kernel_fd, const void *buf, int size) {} in ima_kexec_cmdline() 151 const void *buf, size_t buf_len, in ima_measure_critical_data()
|
| D | kfifo.h | 519 #define kfifo_in(fifo, buf, n) \ argument 541 #define kfifo_in_spinlocked(fifo, buf, n, lock) \ argument 562 #define kfifo_in_spinlocked_noirqsave(fifo, buf, n, lock) \ argument 572 #define kfifo_in_locked(fifo, buf, n, lock) \ argument 587 #define kfifo_out(fifo, buf, n) \ argument 611 #define kfifo_out_spinlocked(fifo, buf, n, lock) \ argument 634 #define kfifo_out_spinlocked_noirqsave(fifo, buf, n, lock) \ argument 646 #define kfifo_out_locked(fifo, buf, n, lock) \ argument 817 #define kfifo_out_peek(fifo, buf, n) \ argument
|
| D | relay.h | 69 struct rchan_buf * __percpu *buf; /* per-cpu channel buffers */ member 194 struct rchan_buf *buf; in relay_write() local 221 struct rchan_buf *buf; in __relay_write() local 245 struct rchan_buf *buf = *get_cpu_ptr(chan->buf); in relay_reserve() local 268 static inline void subbuf_start_reserve(struct rchan_buf *buf, in subbuf_start_reserve()
|
| D | nvmem-consumer.h | 130 void *buf, size_t len) in nvmem_cell_write() 190 void *buf) in nvmem_device_cell_read() 197 void *buf) in nvmem_device_cell_write() 204 void *buf) in nvmem_device_read() 211 void *buf) in nvmem_device_write()
|
| D | cciss_ioctl.h | 15 __u32 buf; /* 32 bit pointer to data buffer */ member 25 __u32 buf; /* 32 bit pointer to data buffer */ member
|
| D | pipe_fs_i.h | 203 struct pipe_buffer *buf) in pipe_buf_get() 214 struct pipe_buffer *buf) in pipe_buf_release() 228 struct pipe_buffer *buf) in pipe_buf_confirm() 241 struct pipe_buffer *buf) in pipe_buf_try_steal()
|
| D | tpm.h | 323 static inline void tpm_buf_reset(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_reset() 332 static inline int tpm_buf_init(struct tpm_buf *buf, u16 tag, u32 ordinal) in tpm_buf_init() 343 static inline void tpm_buf_destroy(struct tpm_buf *buf) in tpm_buf_destroy() 348 static inline u32 tpm_buf_length(struct tpm_buf *buf) in tpm_buf_length() 355 static inline u16 tpm_buf_tag(struct tpm_buf *buf) in tpm_buf_tag() 362 static inline void tpm_buf_append(struct tpm_buf *buf, in tpm_buf_append() 383 static inline void tpm_buf_append_u8(struct tpm_buf *buf, const u8 value) in tpm_buf_append_u8() 388 static inline void tpm_buf_append_u16(struct tpm_buf *buf, const u16 value) in tpm_buf_append_u16() 395 static inline void tpm_buf_append_u32(struct tpm_buf *buf, const u32 value) in tpm_buf_append_u32()
|
| D | string_helpers.h | 33 static inline int string_unescape_inplace(char *buf, unsigned int flags) in string_unescape_inplace() 43 static inline int string_unescape_any_inplace(char *buf) in string_unescape_any_inplace()
|
| D | cpumask.h | 620 static inline int cpumask_parse_user(const char __user *buf, int len, in cpumask_parse_user() 634 static inline int cpumask_parselist_user(const char __user *buf, int len, in cpumask_parselist_user() 648 static inline int cpumask_parse(const char *buf, struct cpumask *dstp) in cpumask_parse() 660 static inline int cpulist_parse(const char *buf, struct cpumask *dstp) in cpulist_parse() 980 cpumap_print_to_pagebuf(bool list, char *buf, const struct cpumask *mask) in cpumap_print_to_pagebuf() 1003 cpumap_print_bitmask_to_buf(char *buf, const struct cpumask *mask, in cpumap_print_bitmask_to_buf() 1018 cpumap_print_list_to_buf(char *buf, const struct cpumask *mask, in cpumap_print_list_to_buf()
|
| D | psp-tee.h | 80 static inline int psp_tee_process_cmd(enum tee_cmd_id cmd_id, void *buf, in psp_tee_process_cmd()
|
| /include/soc/fsl/ |
| D | bman.h | 49 static inline dma_addr_t bm_buf_addr(const struct bm_buffer *buf) in bm_buf_addr() 54 static inline u64 bm_buffer_get64(const struct bm_buffer *buf) in bm_buffer_get64() 59 static inline void bm_buffer_set64(struct bm_buffer *buf, u64 addr) in bm_buffer_set64() 65 static inline u8 bm_buffer_get_bpid(const struct bm_buffer *buf) in bm_buffer_get_bpid() 70 static inline void bm_buffer_set_bpid(struct bm_buffer *buf, int bpid) in bm_buffer_set_bpid()
|
| /include/linux/mtd/ |
| D | nand-ecc-sw-hamming.h | 57 static inline int ecc_sw_hamming_calculate(const unsigned char *buf, in ecc_sw_hamming_calculate() 65 const unsigned char *buf, in nand_ecc_sw_hamming_calculate() 71 static inline int ecc_sw_hamming_correct(unsigned char *buf, in ecc_sw_hamming_correct() 80 unsigned char *buf, in nand_ecc_sw_hamming_correct()
|
| D | spinand.h | 35 #define SPINAND_READID_OP(naddr, ndummy, buf, len) \ argument 65 #define SPINAND_PAGE_READ_FROM_CACHE_OP(fast, addr, ndummy, buf, len) \ argument 71 #define SPINAND_PAGE_READ_FROM_CACHE_OP_3A(fast, addr, ndummy, buf, len) \ argument 77 #define SPINAND_PAGE_READ_FROM_CACHE_X2_OP(addr, ndummy, buf, len) \ argument 83 #define SPINAND_PAGE_READ_FROM_CACHE_X2_OP_3A(addr, ndummy, buf, len) \ argument 89 #define SPINAND_PAGE_READ_FROM_CACHE_X4_OP(addr, ndummy, buf, len) \ argument 95 #define SPINAND_PAGE_READ_FROM_CACHE_X4_OP_3A(addr, ndummy, buf, len) \ argument 101 #define SPINAND_PAGE_READ_FROM_CACHE_DUALIO_OP(addr, ndummy, buf, len) \ argument 107 #define SPINAND_PAGE_READ_FROM_CACHE_DUALIO_OP_3A(addr, ndummy, buf, len) \ argument 113 #define SPINAND_PAGE_READ_FROM_CACHE_QUADIO_OP(addr, ndummy, buf, len) \ argument [all …]
|
| D | nand-ecc-sw-bch.h | 48 const unsigned char *buf, in nand_ecc_sw_bch_calculate() 55 unsigned char *buf, in nand_ecc_sw_bch_correct()
|
| /include/net/ |
| D | 6lowpan.h | 219 const unsigned char *buf, int len) in raw_dump_inline() 234 const unsigned char *buf, int len) in raw_dump_table() 243 const unsigned char *buf, int len) { } in raw_dump_table() 245 const unsigned char *buf, int len) { } in raw_dump_inline()
|
| D | selftests.h | 17 u64 *buf) in net_selftest()
|
| /include/keys/ |
| D | trusted_tpm.h | 77 static inline void dump_tpm_buf(unsigned char *buf) in dump_tpm_buf() 94 static inline void dump_tpm_buf(unsigned char *buf) in dump_tpm_buf()
|
| /include/linux/soc/ti/ |
| D | ti-msgmgr.h | 32 u8 *buf; member
|
| /include/xen/interface/ |
| D | version.h | 69 char buf[1024]; member 79 unsigned char buf[]; member
|
| /include/trace/events/ |
| D | android_fs.h | 41 android_fstrace_get_pathname(char *buf, int buflen, struct inode *inode) in android_fstrace_get_pathname()
|
| D | devlink.h | 225 const u8 *buf, size_t len) in trace_devlink_hwmsg()
|
| /include/crypto/ |
| D | sha2.h | 70 u8 buf[SHA256_BLOCK_SIZE]; member 76 u8 buf[SHA512_BLOCK_SIZE]; member
|