Home
last modified time | relevance | path

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

/block/
Dblk-throttle.c90 struct rb_node *first_pending; /* first node in the tree */ member
624 if (!parent_sq->first_pending) in throtl_rb_first()
625 parent_sq->first_pending = rb_first(&parent_sq->pending_tree); in throtl_rb_first()
627 if (parent_sq->first_pending) in throtl_rb_first()
628 return rb_entry_tg(parent_sq->first_pending); in throtl_rb_first()
642 if (parent_sq->first_pending == n) in throtl_rb_erase()
643 parent_sq->first_pending = NULL; in throtl_rb_erase()
681 parent_sq->first_pending = &tg->rb_node; in tg_service_queue_add()