OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sc_hwlock
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/goldfish/
gfttyvar.h
56
kmutex_t
sc_hwlock
; /* locks DMA pointer */
member in struct:gftty_softc
/src/sys/arch/hppa/dev/
gftfb.c
83
kmutex_t
sc_hwlock
;
member in struct:gftfb_softc
234
mutex_init(&sc->
sc_hwlock
, MUTEX_DEFAULT, IPL_HIGH);
1017
mutex_enter(&sc->
sc_hwlock
);
1031
mutex_exit(&sc->
sc_hwlock
);
1420
mutex_enter(&sc->
sc_hwlock
);
1437
mutex_exit(&sc->
sc_hwlock
);
hyperfb.c
96
kmutex_t
sc_hwlock
;
member in struct:hyperfb_softc
343
mutex_init(&sc->
sc_hwlock
, MUTEX_DEFAULT, IPL_HIGH);
724
mutex_enter(&sc->
sc_hwlock
);
737
mutex_exit(&sc->
sc_hwlock
);
1268
mutex_enter(&sc->
sc_hwlock
);
1284
mutex_exit(&sc->
sc_hwlock
);
/src/sys/arch/arm/broadcom/
bcm53xx_eth.c
140
kmutex_t *
sc_hwlock
;
member in struct:bcmeth_softc
310
sc->
sc_hwlock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_VM);
434
mutex_obj_free(sc->
sc_hwlock
);
1781
mutex_enter(sc->
sc_hwlock
);
1881
mutex_exit(sc->
sc_hwlock
);
1900
mutex_spin_enter(sc->
sc_hwlock
);
1903
mutex_spin_exit(sc->
sc_hwlock
);
1952
mutex_spin_enter(sc->
sc_hwlock
);
1955
mutex_spin_exit(sc->
sc_hwlock
);
2020
mutex_spin_enter(sc->
sc_hwlock
);
[
all
...]
/src/sys/arch/powerpc/booke/dev/
pq3etsec.c
218
kmutex_t *
sc_hwlock
;
member in struct:pq3etsec_softc
636
sc->
sc_hwlock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_VM);
850
mutex_obj_free(sc->
sc_hwlock
);
2369
mutex_enter(sc->
sc_hwlock
);
2383
mutex_exit(sc->
sc_hwlock
);
2392
mutex_exit(sc->
sc_hwlock
);
2402
mutex_enter(sc->
sc_hwlock
);
2410
mutex_exit(sc->
sc_hwlock
);
2423
mutex_exit(sc->
sc_hwlock
);
2433
mutex_enter(sc->
sc_hwlock
);
[
all
...]
Completed in 17 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025