Searched refs:event_sub (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 1333 list_for_each_entry_safe(sub_entry, tmp, &obj->event_sub, obj_list) in devx_obj_cleanup() 1447 INIT_LIST_HEAD(&obj->event_sub); in MLX5_IB_METHOD_DEVX_OBJ_CREATE() 1907 struct devx_event_subscription *event_sub, *tmp_sub; in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() local 1995 event_sub = kzalloc(sizeof(*event_sub), GFP_KERNEL); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 1996 if (!event_sub) { in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2001 list_add_tail(&event_sub->event_list, &sub_list); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2004 event_sub->eventfd = in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2007 if (IS_ERR(event_sub->eventfd)) { in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2008 err = PTR_ERR(event_sub in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2281 deliver_event(struct devx_event_subscription *event_sub, const void *data) deliver_event() argument 2516 struct devx_event_subscription *event_sub; devx_async_event_read() local 2610 struct devx_event_subscription *event_sub = devx_free_subscription() local 2659 struct devx_event_subscription *event_sub, *event_sub_tmp; devx_async_event_destroy_uobj() local 2667 struct devx_event_subscription *event_sub, *tmp; devx_async_event_destroy_uobj() local [all...] |
H A D | devx.h | 24 struct list_head event_sub; /* holds devx_event_subscription entries */ member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | devx.c | 1421 list_for_each_entry_safe(sub_entry, tmp, &obj->event_sub, obj_list) in devx_obj_cleanup() 1548 INIT_LIST_HEAD(&obj->event_sub); in MLX5_IB_METHOD_DEVX_OBJ_CREATE() 2012 struct devx_event_subscription *event_sub, *tmp_sub; in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() local 2098 event_sub = kzalloc(sizeof(*event_sub), GFP_KERNEL); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2099 if (!event_sub) { in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2104 list_add_tail(&event_sub->event_list, &sub_list); in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2107 event_sub->eventfd = in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2110 if (IS_ERR(event_sub->eventfd)) { in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2111 err = PTR_ERR(event_sub in MLX5_IB_METHOD_DEVX_SUBSCRIBE_EVENT() 2448 deliver_event(struct devx_event_subscription *event_sub, const void *data) deliver_event() argument 2683 struct devx_event_subscription *event_sub; devx_async_event_read() local 2777 struct devx_event_subscription *event_sub = devx_free_subscription() local 2825 struct devx_event_subscription *event_sub, *event_sub_tmp; devx_async_event_destroy_uobj() local 2833 struct devx_event_subscription *event_sub, *tmp; devx_async_event_destroy_uobj() local [all...] |
H A D | devx.h | 24 struct list_head event_sub; /* holds devx_event_subscription entries */ member
|
Completed in 7 milliseconds