Lines Matching refs:res
82 uint32_t res;
84 res = host->h_pidcount++;
85 } while (nlm_pidbusy(host, res) < 0);
86 return res;
102 struct nlm_lockowner *res, *new = NULL;
105 res = __nlmclnt_find_lockowner(host, owner);
106 if (res == NULL) {
110 res = __nlmclnt_find_lockowner(host, owner);
111 if (res == NULL && new != NULL) {
112 res = new;
123 return res;