Searched refs:ifnet_head_mutex (Results 1 - 1 of 1) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c168 static lck_rw_t *ifnet_head_mutex; variable
420 lck_rw_lock_shared(ifnet_head_mutex);
426 lck_rw_lock_exclusive(ifnet_head_mutex);
432 lck_rw_done(ifnet_head_mutex);
586 ifnet_head_mutex = lck_rw_alloc_init(ifnet_head_lock_group, dlil_lck_attributes);

Completed in 10 milliseconds