Lines Matching defs:first
157 * is not empty - it is marked with a bit. This function finds first
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
311 /* Paired with rnbd_clt_dev_add_to_requeue(). Decrement first
689 * When device is establishing connection for the first
902 /* caller is responsible for initializing 'first' to false */
904 rnbd_clt_session *find_or_create_sess(const char *sessname, bool *first)
917 *first = true;
1070 /* Paired with rnbd_put_permit(). Set a bit first
1236 bool first = false;
1239 sess = find_or_create_sess(sessname, &first);
1242 } else if ((nr_poll_queues && !first) || (!nr_poll_queues && sess->nr_poll_queues)) {
1251 if (!first)