Home
last modified time | relevance | path

Searched refs:ARN_UNLOCK (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c1070 ARN_UNLOCK(sc); in arn_isr()
1074 ARN_UNLOCK(sc); in arn_isr()
1093 ARN_UNLOCK(sc); in arn_isr()
1196 ARN_UNLOCK(sc); in arn_isr()
1219 ARN_UNLOCK(sc); in arn_isr()
1433 ARN_UNLOCK(sc); in arn_newstate()
1445 ARN_UNLOCK(sc); in arn_newstate()
1460 ARN_UNLOCK(sc); in arn_newstate()
1466 ARN_UNLOCK(sc); in arn_newstate()
1511 ARN_UNLOCK(sc); in arn_newstate()
[all …]
H A Darn_recv.c379 ARN_UNLOCK(sc); in arn_recv_mgmt()
397 ARN_UNLOCK(sc); in arn_recv_mgmt()
694 ARN_UNLOCK(sc); in arn_softint_handler()
699 ARN_UNLOCK(sc); in arn_softint_handler()
H A Darn_beacon.c389 ARN_UNLOCK(sc); in arn_bmiss_proc()
H A Darn_core.h47 #define ARN_UNLOCK(_sc) mutex_exit(&(_sc)->sc_genlock) macro