Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/staging/fieldbus/anybuss/
Dhost.c246 struct ab_task;
248 struct ab_task *t);
266 struct ab_task { struct
280 static struct ab_task *ab_task_create_get(struct kmem_cache *cache, in ab_task_create_get() argument
283 struct ab_task *t; in ab_task_create_get()
299 struct ab_task *t = container_of(refcount, struct ab_task, refcount); in __ab_task_destroy()
305 static void ab_task_put(struct ab_task *t) in ab_task_put()
310 static struct ab_task *__ab_task_get(struct ab_task *t) in __ab_task_get()
316 static void __ab_task_finish(struct ab_task *t, struct anybuss_host *cd) in __ab_task_finish()
327 struct ab_task *t; in ab_task_dequeue_finish_put()
[all …]