Lines Matching refs:devlink_rel
40 struct devlink_rel { struct
53 static void devlink_rel_free(struct devlink_rel *rel) in devlink_rel_free() argument
59 static void __devlink_rel_get(struct devlink_rel *rel) in __devlink_rel_get()
64 static void __devlink_rel_put(struct devlink_rel *rel) in __devlink_rel_put()
72 struct devlink_rel *rel = container_of(work, struct devlink_rel, in devlink_rel_nested_in_notify_work()
102 static void devlink_rel_nested_in_notify_work_schedule(struct devlink_rel *rel) in devlink_rel_nested_in_notify_work_schedule()
108 static struct devlink_rel *devlink_rel_alloc(void) in devlink_rel_alloc()
110 struct devlink_rel *rel; in devlink_rel_alloc()
133 struct devlink_rel *rel = devlink->rel; in devlink_rel_put()
153 struct devlink_rel *rel = devlink_rel_alloc(); in devlink_rel_nested_in_add()
187 struct devlink_rel *rel = devlink->rel; in devlink_rel_nested_in_notify()
194 static struct devlink_rel *devlink_rel_find(unsigned long rel_index) in devlink_rel_find()
202 struct devlink_rel *rel; in devlink_rel_devlink_get()