Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/scsi/ibmvscsi/
Dibmvscsi.h69 struct event_pool { struct
91 struct event_pool pool; argument
Dibmvscsi.c443 static int initialize_event_pool(struct event_pool *pool, in initialize_event_pool()
487 static void release_event_pool(struct event_pool *pool, in release_event_pool()
517 static int valid_event_struct(struct event_pool *pool, in valid_event_struct()
534 static void free_event_struct(struct event_pool *pool, in free_event_struct()
557 static struct srp_event_struct *get_event_struct(struct event_pool *pool) in get_event_struct()