Lines Matching refs:list
151 * rnbd_get_cpu_qlist() - finds a list with HW queues to be rerun
156 * Each CPU has a list of HW queues, which needs to be rerun. If a list
158 * set bit in a bitmap and returns corresponding CPU list.
189 * Each CPU has it's own list of HW queues, which should be rerun.
190 * Function finds such list with HW queues, takes a list lock, picks up
191 * the first HW queue out of the list and requeues it.
240 * always return the first CPU with something on the queue list when the
242 * on the list.
255 * rnbd_rerun_all_if_idle() - rerun all queues left in the list if
636 list_for_each_entry(dev, &sess->devs_list, list) {
681 list_for_each_entry(dev, &sess->devs_list, list) {
766 if (!list_empty(&sess->list)) {
768 list_del(&sess->list);
789 INIT_LIST_HEAD(&sess->list);
847 * the session from the list.
861 list_for_each_entry_safe(sess, sn, &sess_list, list) {
916 list_add(&sess->list, &sess_list);
975 * of the scather-gather list entries.
1044 * @q: Queue to be added to the requeue list if required
1049 * the list and @false is returned.
1486 list_for_each_entry(sess, &sess_list, list) {
1491 list_for_each_entry(dev, &sess->devs_list, list) {
1526 list_add_tail(&dev->list, &sess->devs_list);
1539 list_del(&dev->list);
1771 * list and devices list:
1784 list_for_each_entry_safe(sess, sn, &sess_list, list) {
1788 list_for_each_entry_safe(dev, tn, &sess->devs_list, list) {