Searched refs:user_event_link (Results 1 – 1 of 1) sorted by relevance
177 struct list_head user_event_link; member1072 list_for_each_entry_safe(validator, next, head, user_event_link) { in user_event_destroy_validators()1073 list_del(&validator->user_event_link); in user_event_destroy_validators()1127 list_add_tail(&validator->user_event_link, &user->validators); in user_event_add_field()1518 list_for_each_entry(validator, head, user_event_link) { in user_event_validate()