OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timer_wq
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
483
struct workqueue *
timer_wq
;
member in struct:ixgbe_softc
ixv.c
355
error = workqueue_create(&sc->
timer_wq
, wqname,
1275
workqueue_enqueue(sc->
timer_wq
,
1464
workqueue_wait(sc->
timer_wq
, &sc->timer_wc);
1580
if (sc->
timer_wq
!= NULL) {
1581
workqueue_destroy(sc->
timer_wq
);
1582
sc->
timer_wq
= NULL;
ixgbe.c
837
error = workqueue_create(&sc->
timer_wq
, wqname,
3671
if (sc->
timer_wq
!= NULL) {
3672
workqueue_destroy(sc->
timer_wq
);
3673
sc->
timer_wq
= NULL;
3739
workqueue_wait(sc->
timer_wq
, &sc->timer_wc);
4605
workqueue_enqueue(sc->
timer_wq
,
4997
workqueue_wait(sc->
timer_wq
, &sc->timer_wc);
Completed in 187 milliseconds
Indexes created Sat Oct 11 14:09:46 GMT 2025