Lines Matching defs:bt_work
13 struct bt_work {
50 b->work_cache = KMEM_CACHE(bt_work, 0);
80 struct bt_work *nw)
83 struct bt_work *w;
87 w = container_of(*new, struct bt_work, node);
108 static struct bt_work *__find_pending(struct background_tracker *b,
112 struct bt_work *w;
116 w = container_of(*new, struct bt_work, node);
169 static struct bt_work *alloc_work(struct background_tracker *b)
181 struct bt_work *w;
217 struct bt_work *w;
222 w = list_first_entry(&b->queued, struct bt_work, list);
233 struct bt_work *w = container_of(op, struct bt_work, work);