OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nh_pending
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/fs/nfs/nlm/
nlm_prot_impl.c
215
*
nh_pending
list of the NLM host.
261
struct nlm_async_lock_list
nh_pending
; /* (l) pending async locks */
member in struct:nlm_host
618
TAILQ_REMOVE(&af->af_host->
nh_pending
, af, af_link);
676
* Remove from the
nh_pending
list and free now that
679
TAILQ_REMOVE(&host->
nh_pending
, af, af_link);
780
while ((af = TAILQ_FIRST(&host->
nh_pending
)) != NULL) {
783
*
nh_pending
and free it.
866
TAILQ_INIT(&host->
nh_pending
);
2041
TAILQ_FOREACH(af, &host->
nh_pending
, af_link) {
2093
TAILQ_INSERT_TAIL(&host->
nh_pending
, af, af_link)
[
all
...]
nlm_prot_impl.c
215
*
nh_pending
list of the NLM host.
261
struct nlm_async_lock_list
nh_pending
; /* (l) pending async locks */
member in struct:nlm_host
618
TAILQ_REMOVE(&af->af_host->
nh_pending
, af, af_link);
676
* Remove from the
nh_pending
list and free now that
679
TAILQ_REMOVE(&host->
nh_pending
, af, af_link);
780
while ((af = TAILQ_FIRST(&host->
nh_pending
)) != NULL) {
783
*
nh_pending
and free it.
866
TAILQ_INIT(&host->
nh_pending
);
2041
TAILQ_FOREACH(af, &host->
nh_pending
, af_link) {
2093
TAILQ_INSERT_TAIL(&host->
nh_pending
, af, af_link)
[
all
...]
Completed in 118 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025