Home
last modified time | relevance | path

Searched refs:tomoyo_ss (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/security/tomoyo/
H A Dgroup.c137 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_path_matches_group()
166 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_number_matches_group()
197 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_address_matches_group()
H A Ddomain.c45 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_update_policy()
124 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_update_domain()
172 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_check_acl()
305 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_scan_transition()
743 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_find_next_domain()
H A Dcommon.h1095 extern struct srcu_struct tomoyo_ss;
1111 return srcu_read_lock(&tomoyo_ss); in tomoyo_read_lock()
1123 srcu_read_unlock(&tomoyo_ss, idx); in tomoyo_read_unlock()
1331 pos = srcu_dereference((head)->next, &tomoyo_ss); \
1332 for ( ; pos != (head); pos = srcu_dereference(pos->next, &tomoyo_ss))
H A Dutil.c615 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_find_domain()
1052 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_domain_quota_is_ok()
H A Dtomoyo.c565 DEFINE_SRCU(tomoyo_ss); variable
H A Dgc.c397 synchronize_srcu(&tomoyo_ss); in tomoyo_try_to_gc()
H A Dcommon.c955 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_manager()
1100 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_delete_domain()
2779 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_check_profile()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dgroup.c137 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_path_matches_group()
166 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_number_matches_group()
197 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_address_matches_group()
H A Ddomain.c45 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_update_policy()
124 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_update_domain()
172 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_check_acl()
305 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_scan_transition()
741 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_find_next_domain()
H A Dcommon.h1092 extern struct srcu_struct tomoyo_ss;
1108 return srcu_read_lock(&tomoyo_ss); in tomoyo_read_lock()
1120 srcu_read_unlock(&tomoyo_ss, idx); in tomoyo_read_unlock()
1284 pos = srcu_dereference((head)->next, &tomoyo_ss); \
1285 for ( ; pos != (head); pos = srcu_dereference(pos->next, &tomoyo_ss))
H A Dutil.c620 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_find_domain()
1057 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_domain_quota_is_ok()
H A Dtomoyo.c585 DEFINE_SRCU(tomoyo_ss); variable
H A Dgc.c397 synchronize_srcu(&tomoyo_ss); in tomoyo_try_to_gc()
H A Dcommon.c947 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_manager()
1092 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_delete_domain()
2772 srcu_read_lock_held(&tomoyo_ss)) { in tomoyo_check_profile()

Completed in 24 milliseconds