Searched defs:bin_buffer (Results 1 – 2 of 2) sorted by relevance
39 struct bin_buffer { struct40 struct mutex mutex;41 void *buffer;42 int mmapped;43 const struct vm_operations_struct *vm_ops;44 struct file *file;45 struct hlist_node list;
493 char bin_buffer[36]; in proc_regs_read() local