Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvscsi.h83 struct event_pool { struct
98 struct event_pool pool; argument
Dibmvscsi.c453 static int initialize_event_pool(struct event_pool *pool, in initialize_event_pool()
497 static void release_event_pool(struct event_pool *pool, in release_event_pool()
527 static int valid_event_struct(struct event_pool *pool, in valid_event_struct()
544 static void free_event_struct(struct event_pool *pool, in free_event_struct()
567 static struct srp_event_struct *get_event_struct(struct event_pool *pool) in get_event_struct()