Lines Matching defs:b
35 struct background_tracker *b = kmalloc(sizeof(*b), GFP_KERNEL); in btracker_create() local
62 void btracker_destroy(struct background_tracker *b) in btracker_destroy()
88 static bool __insert_pending(struct background_tracker *b, in __insert_pending()
117 static struct bt_work *__find_pending(struct background_tracker *b, in __find_pending()
142 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats()
159 unsigned int btracker_nr_writebacks_queued(struct background_tracker *b) in btracker_nr_writebacks_queued()
165 unsigned int btracker_nr_demotions_queued(struct background_tracker *b) in btracker_nr_demotions_queued()
171 static bool max_work_reached(struct background_tracker *b) in max_work_reached()
178 static struct bt_work *alloc_work(struct background_tracker *b) in alloc_work()
186 int btracker_queue(struct background_tracker *b, in btracker_queue()
224 int btracker_issue(struct background_tracker *b, struct policy_work **work) in btracker_issue()
239 void btracker_complete(struct background_tracker *b, in btracker_complete()
251 bool btracker_promotion_already_present(struct background_tracker *b, in btracker_promotion_already_present()