Searched defs:tomoyo_io_buffer (Results 1 – 1 of 1) sorted by relevance
788 struct tomoyo_io_buffer { struct789 void (*read) (struct tomoyo_io_buffer *); argument790 int (*write) (struct tomoyo_io_buffer *); argument791 unsigned int (*poll) (struct file *file, poll_table *wait);793 struct mutex io_sem;794 char __user *read_user_buf;795 size_t read_user_buf_avail;796 struct {834 /* Users counter protected by tomoyo_io_buffer_list_lock. */ argument835 u8 users;[all …]