Searched refs:__buf (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/spi/ |
D | spi-mem.h | 39 #define SPI_MEM_OP_DATA_IN(__nbytes, __buf, __buswidth) \ argument 43 .buf.in = __buf, \ 47 #define SPI_MEM_OP_DATA_OUT(__nbytes, __buf, __buswidth) \ argument 51 .buf.out = __buf, \
|
/linux-4.19.296/include/linux/ |
D | kfifo.h | 505 typeof(__tmp->ptr_const) __buf = (buf); \ 510 __kfifo_in_r(__kfifo, __buf, __n, __recsize) : \ 511 __kfifo_in(__kfifo, __buf, __n); \ 554 typeof(__tmp->ptr) __buf = (buf); \ 559 __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \ 560 __kfifo_out(__kfifo, __buf, __n); \ 762 typeof(__tmp->ptr) __buf = (buf); \ 767 __kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \ 768 __kfifo_out_peek(__kfifo, __buf, __n); \
|
/linux-4.19.296/include/uapi/linux/ |
D | sem.h | 51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
|
/linux-4.19.296/fs/dlm/ |
D | midcomms.c | 62 unsigned char __buf[DLM_INBUF_LEN]; in dlm_process_incoming_buffer() member
|
/linux-4.19.296/drivers/s390/net/ |
D | netiucv.c | 97 char* __buf = get_cpu_var(iucv_dbf_txt_buf); \ 98 sprintf(__buf, text); \ 99 debug_text_event(iucv_dbf_##name, level, __buf); \
|