Searched refs:__buf (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/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-v4.19/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-v4.19/include/uapi/linux/ |
D | sem.h | 51 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
|
/Linux-v4.19/arch/x86/kernel/cpu/mcheck/ |
D | mce-inject.c | 353 char buf[MAX_FLAG_OPT_SIZE], *__buf; in flags_write() local 365 __buf = strstrip(buf); in flags_write() 367 err = __set_inj(__buf); in flags_write() 369 pr_err("%s: Invalid flags value: %s\n", __func__, __buf); in flags_write()
|
/Linux-v4.19/fs/dlm/ |
D | midcomms.c | 62 unsigned char __buf[DLM_INBUF_LEN]; in dlm_process_incoming_buffer() member
|
/Linux-v4.19/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); \
|
/Linux-v4.19/tools/perf/ |
D | builtin-c2c.c | 2612 #define for_each_token(__tok, __buf, __sep, __tmp) \ argument 2613 for (__tok = strtok_r(__buf, __sep, &__tmp); __tok; \
|
/Linux-v4.19/Documentation/ia64/ |
D | err_inject.txt | 363 struct seminfo *__buf;
|