Home
last modified time | relevance | path

Searched refs:element (Results 1 – 2 of 2) sorted by relevance

/security/tomoyo/
Dgc.c39 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer() argument
49 if (head->r.domain == element || head->r.group == element || in tomoyo_struct_used_by_io_buffer()
50 head->r.acl == element || &head->w.domain->list == element) in tomoyo_struct_used_by_io_buffer()
106 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control() argument
109 container_of(element, typeof(*ptr), head.list); in tomoyo_del_transition_control()
121 static inline void tomoyo_del_aggregator(struct list_head *element) in tomoyo_del_aggregator() argument
124 container_of(element, typeof(*ptr), head.list); in tomoyo_del_aggregator()
136 static inline void tomoyo_del_manager(struct list_head *element) in tomoyo_del_manager() argument
139 container_of(element, typeof(*ptr), head.list); in tomoyo_del_manager()
150 static void tomoyo_del_acl(struct list_head *element) in tomoyo_del_acl() argument
[all …]
Dcommon.h1040 void tomoyo_del_condition(struct list_head *element);