Home
last modified time | relevance | path

Searched refs:io_sem (Results 1 – 3 of 3) sorted by relevance

/linux/security/tomoyo/
H A Dcommon.c271 __must_hold(&head->io_sem) in tomoyo_io_printf()
422 __must_hold(&head->io_sem) in tomoyo_print_number_union_nospace()
471 __must_hold(&head->io_sem) in tomoyo_print_number_union()
670 __must_hold(&head->io_sem) in tomoyo_write_profile()
726 __must_hold(&head->io_sem) in tomoyo_print_config()
742 __must_hold(&head->io_sem) in tomoyo_read_profile()
894 __must_hold(&head->io_sem) in tomoyo_write_manager()
996 __must_hold(&head->io_sem) in tomoyo_select_domain()
1182 __must_hold(&head->io_sem) in tomoyo_write_domain()
1244 __must_hold(&head->io_sem) in tomoyo_print_condition()
[all …]
H A Dgc.c48 mutex_lock(&head->io_sem); in tomoyo_struct_used_by_io_buffer()
52 mutex_unlock(&head->io_sem); in tomoyo_struct_used_by_io_buffer()
82 mutex_lock(&head->io_sem); in tomoyo_name_used_by_io_buffer()
91 mutex_unlock(&head->io_sem); in tomoyo_name_used_by_io_buffer()
666 * a non-NULL to new non-NULL pointer with io_sem held. in tomoyo_notify_gc()
H A Dcommon.h798 struct mutex io_sem; member
830 char *read_buf __guarded_by(&io_sem);
832 size_t readbuf_size __guarded_by(&io_sem);
834 char *write_buf __guarded_by(&io_sem);
836 size_t writebuf_size __guarded_by(&io_sem);
1094 void tomoyo_read_log(struct tomoyo_io_buffer *head) __must_hold(&head->io_sem);