ssam_event_item
const unsigned int size = sizeof(struct ssam_event_item)
const unsigned int align = __alignof__(struct ssam_event_item);
static void __ssam_event_item_free_cached(struct ssam_event_item *item)
static void __ssam_event_item_free_generic(struct ssam_event_item *item)
static void ssam_event_item_free(struct ssam_event_item *item)
static struct ssam_event_item *ssam_event_item_alloc(size_t len, gfp_t flags)
struct ssam_event_item *item;
struct ssam_event_item *item)
static struct ssam_event_item *ssam_event_queue_pop(struct ssam_event_queue *q)
struct ssam_event_item *item;
item = list_first_entry_or_null(&q->head, struct ssam_event_item, node);
struct ssam_event_item *item)
struct ssam_event_item *item;
struct ssam_event_item *item;
void (*free)(struct ssam_event_item *event);