OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gotit
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/kern/
init_sysctl.c
1060
bool
gotit
;
local
1140
gotit
= rw_tryenter(&p->p_reflock, RW_READER);
1142
if (!
gotit
) {
/src/sys/fs/nfs/server/
nfs_nfsdstate.c
180
int zapit = 0,
gotit
, hasstate = 0, igotlock;
local
220
gotit
= i = 0;
221
while (i < nfsrv_clienthashsize && !
gotit
) {
225
gotit
= 1;
229
if (
gotit
== 0)
232
if (!
gotit
||
763
int
gotit
, igotlock;
local
780
gotit
= i = 0;
781
while (i < nfsrv_clienthashsize && !
gotit
) {
785
gotit
= 1
[
all
...]
Completed in 51 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026