Searched refs:__buf (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/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.1.27/include/uapi/linux/ |
D | sem.h | 49 struct seminfo __user *__buf; /* buffer for IPC_INFO */ member
|
/linux-4.1.27/fs/dlm/ |
D | midcomms.c | 62 unsigned char __buf[DLM_INBUF_LEN]; in dlm_process_incoming_buffer() member
|
/linux-4.1.27/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.1.27/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.1.27/Documentation/ia64/ |
D | err_inject.txt | 363 struct seminfo *__buf;
|