bt_work
static struct bt_work *__find_pending(struct background_tracker *b,
struct bt_work *w;
w = container_of(*new, struct bt_work, node);
static struct bt_work *alloc_work(struct background_tracker *b)
struct bt_work *w;
struct bt_work *w;
w = list_first_entry(&b->queued, struct bt_work, list);
struct bt_work *w = container_of(op, struct bt_work, work);
struct bt_work *w, *tmp;
struct bt_work *nw)
struct bt_work *w;
w = container_of(*new, struct bt_work, node);
sizeof(struct bt_work), __alignof__(struct bt_work), 0, NULL);