Searched refs:user_event_link (Results 1 – 1 of 1) sorted by relevance
172 struct list_head user_event_link; member1091 list_for_each_entry_safe(validator, next, head, user_event_link) { in user_event_destroy_validators()1092 list_del(&validator->user_event_link); in user_event_destroy_validators()1146 list_add_tail(&validator->user_event_link, &user->validators); in user_event_add_field()1561 list_for_each_entry(validator, head, user_event_link) { in user_event_validate()