Searched refs:srp_event_struct (Results 1 – 2 of 2) sorted by relevance
51 struct srp_event_struct { struct 55 void (*done) (struct srp_event_struct *); argument 70 struct srp_event_struct *events; argument
464 struct srp_event_struct *evt = &pool->events[i]; in initialize_event_pool() 513 * @evt: srp_event_struct to be checked for validity518 struct srp_event_struct *evt) in valid_event_struct() 531 * @evt: srp_event_struct to be modified534 struct srp_event_struct *evt) in free_event_struct() 556 static struct srp_event_struct *get_event_struct(struct event_pool *pool) in get_event_struct() 582 static void init_event_struct(struct srp_event_struct *evt_struct, in init_event_struct() argument 583 void (*done) (struct srp_event_struct *), in init_event_struct() 638 struct srp_event_struct *evt_struct, in unmap_cmd_data() 673 * @evt_struct: struct srp_event_struct t[all...]