OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_lock
(Results
1 - 14
of
14
) sorted by relevancy
/src/sys/netbt/
bt_proto.c
112
kmutex_t *
bt_lock
;
variable in typeref:typename:kmutex_t *
127
bt_lock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_NONE);
hci_unit.c
115
mutex_enter(
bt_lock
);
117
mutex_exit(
bt_lock
);
126
mutex_enter(
bt_lock
);
130
mutex_exit(
bt_lock
);
183
err = cv_timedwait_sig(&unit->hci_init,
bt_lock
, 5 * hz);
224
mutex_exit(
bt_lock
);
226
mutex_enter(
bt_lock
);
355
mutex_enter(
bt_lock
);
433
mutex_exit(
bt_lock
);
l2cap_misc.c
196
mutex_enter(
bt_lock
);
207
mutex_exit(
bt_lock
);
bluetooth.h
130
extern kmutex_t *
bt_lock
;
hci_socket.c
362
mutex_obj_hold(
bt_lock
);
363
so->so_lock =
bt_lock
;
527
mutex_enter(
bt_lock
);
529
mutex_exit(
bt_lock
);
rfcomm_dlc.c
200
mutex_enter(
bt_lock
);
210
mutex_exit(
bt_lock
);
sco_socket.c
89
mutex_obj_hold(
bt_lock
);
90
so->so_lock =
bt_lock
;
l2cap_socket.c
93
mutex_obj_hold(
bt_lock
);
94
so->so_lock =
bt_lock
;
rfcomm_socket.c
92
mutex_obj_hold(
bt_lock
);
93
so->so_lock =
bt_lock
;
hci_link.c
216
mutex_enter(
bt_lock
);
253
mutex_exit(
bt_lock
);
rfcomm_session.c
310
mutex_enter(
bt_lock
);
328
mutex_exit(
bt_lock
);
/src/sys/dev/bluetooth/
btsco.c
346
mutex_enter(
bt_lock
);
359
mutex_exit(
bt_lock
);
372
mutex_enter(
bt_lock
);
375
mutex_exit(
bt_lock
);
452
mutex_enter(
bt_lock
);
461
mutex_exit(
bt_lock
);
565
KASSERT(mutex_owned(
bt_lock
));
613
err = cv_timedwait_sig(&sc->sc_connect,
bt_lock
, timo);
654
KASSERT(mutex_owned(
bt_lock
));
721
* We dont want to be calling the network stack with
bt_lock
hel
[
all
...]
bthidev.c
342
mutex_enter(
bt_lock
);
349
mutex_exit(
bt_lock
);
358
mutex_enter(
bt_lock
);
387
callout_halt(&sc->sc_reconnect,
bt_lock
);
390
mutex_exit(
bt_lock
);
449
mutex_enter(
bt_lock
);
484
mutex_exit(
bt_lock
);
680
mutex_enter(
bt_lock
);
694
mutex_exit(
bt_lock
);
952
* with
bt_lock
held, we queue the mbuf and process it with a kernel threa
[
all
...]
btmagic.c
420
mutex_enter(
bt_lock
);
424
mutex_exit(
bt_lock
);
433
mutex_enter(
bt_lock
);
461
callout_halt(&sc->sc_tapcallout,
bt_lock
);
463
callout_halt(&sc->sc_timeout,
bt_lock
);
466
mutex_exit(
bt_lock
);
485
*
bt_lock
is held
545
*
bt_lock
is held
727
mutex_enter(
bt_lock
);
757
mutex_exit(
bt_lock
);
[
all
...]
Completed in 18 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025