OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:admin_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
533
kmutex_t
admin_mtx
; /* lock for admin_pending, task_request */
member in struct:ixgbe_softc
ixgbe.c
1165
mutex_init(&(sc)->
admin_mtx
, MUTEX_DEFAULT, IPL_NET);
1317
mutex_destroy(&(sc)->
admin_mtx
); /* XXX appropriate order? */
1552
KASSERT(mutex_owned(&sc->
admin_mtx
));
1582
mutex_enter(&sc->
admin_mtx
);
1585
mutex_exit(&sc->
admin_mtx
);
3304
mutex_enter(&sc->
admin_mtx
);
3307
mutex_exit(&sc->
admin_mtx
);
3882
mutex_destroy(&sc->
admin_mtx
); /* XXX appropriate order? */
4646
mutex_enter(&sc->
admin_mtx
);
4649
mutex_exit(&sc->
admin_mtx
);
[
all
...]
Completed in 15 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025