Lines Matching refs:ret
18 bool ret = false;38 ret = true;41 return ret;358 int ret;361 ret = sbitmap_init_node(&sbq->sb, depth, shift, flags, node);362 if (ret)363 return ret;526 int ret;542 ret = atomic_cmpxchg(&ws->wait_cnt, wait_cnt, wake_batch);543 if (ret == wait_cnt) {