Lines Matching defs:b
29 struct background_tracker *b = kmalloc(sizeof(*b), GFP_KERNEL); in btracker_create() local
50 void btracker_destroy(struct background_tracker *b) in btracker_destroy()
75 static bool __insert_pending(struct background_tracker *b, in __insert_pending()
104 static struct bt_work *__find_pending(struct background_tracker *b, in __find_pending()
129 static void update_stats(struct background_tracker *b, struct policy_work *w, int delta) in update_stats()
146 unsigned int btracker_nr_writebacks_queued(struct background_tracker *b) in btracker_nr_writebacks_queued()
152 unsigned int btracker_nr_demotions_queued(struct background_tracker *b) in btracker_nr_demotions_queued()
158 static bool max_work_reached(struct background_tracker *b) in max_work_reached()
165 static struct bt_work *alloc_work(struct background_tracker *b) in alloc_work()
173 int btracker_queue(struct background_tracker *b, in btracker_queue()
211 int btracker_issue(struct background_tracker *b, struct policy_work **work) in btracker_issue()
226 void btracker_complete(struct background_tracker *b, in btracker_complete()
238 bool btracker_promotion_already_present(struct background_tracker *b, in btracker_promotion_already_present()