Searched refs:__buf (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/include/linux/ |
D | kfifo.h | 504 typeof(__tmp->ptr_const) __buf = (buf); \ 509 __kfifo_in_r(__kfifo, __buf, __n, __recsize) : \ 510 __kfifo_in(__kfifo, __buf, __n); \ 553 typeof(__tmp->ptr) __buf = (buf); \ 558 __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \ 559 __kfifo_out(__kfifo, __buf, __n); \ 761 typeof(__tmp->ptr) __buf = (buf); \ 766 __kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \ 767 __kfifo_out_peek(__kfifo, __buf, __n); \
|
/linux-4.4.14/arch/x86/ras/ |
D | mce_amd_inj.c | 139 char buf[MAX_FLAG_OPT_SIZE], *__buf; in flags_write() local 151 __buf = strstrip(buf); in flags_write() 153 err = __set_inj(__buf); in flags_write() 155 pr_err("%s: Invalid flags value: %s\n", __func__, __buf); in flags_write()
|
/linux-4.4.14/include/uapi/linux/ |
D | sem.h | 49 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
|
/linux-4.4.14/fs/dlm/ |
D | midcomms.c | 62 unsigned char __buf[DLM_INBUF_LEN]; in dlm_process_incoming_buffer() member
|
/linux-4.4.14/drivers/s390/net/ |
D | netiucv.c | 111 char* __buf = get_cpu_var(iucv_dbf_txt_buf); \ 112 sprintf(__buf, text); \ 113 debug_text_event(iucv_dbf_##name, level, __buf); \
|
/linux-4.4.14/drivers/staging/lustre/lustre/osc/ |
D | osc_cache.c | 107 char __buf[16]; \ 118 oes_strings[__ext->oe_state], ext_flags(__ext, __buf), \
|
/linux-4.4.14/Documentation/ia64/ |
D | err_inject.txt | 363 struct seminfo *__buf;
|