OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pd_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pud/
pud_sys.h
49
kmutex_t
pd_mtx
;
member in struct:pud_dev
/src/external/cddl/osnet/dist/uts/common/fs/zfs/
dmu_traverse.c
52
kmutex_t
pd_mtx
;
member in struct:prefetch_data
275
mutex_enter(&pd->
pd_mtx
);
278
cv_wait(&pd->pd_cv, &pd->
pd_mtx
);
281
mutex_exit(&pd->
pd_mtx
);
515
mutex_enter(&pfd->
pd_mtx
);
517
cv_wait(&pfd->pd_cv, &pfd->
pd_mtx
);
520
mutex_exit(&pfd->
pd_mtx
);
544
mutex_enter(&td_main->td_pfd->
pd_mtx
);
547
mutex_exit(&td_main->td_pfd->
pd_mtx
);
589
mutex_init(&pd.
pd_mtx
, NULL, MUTEX_DEFAULT, NULL)
[
all
...]
Completed in 18 milliseconds
Indexes created Tue Sep 01 00:24:37 UTC 2026