HomeSort by: relevance | last modified time | path
    Searched defs:pppoe_softc_list_lock (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
if_pppoe.c 257 static krwlock_t pppoe_softc_list_lock; variable in typeref:typename:krwlock_t
287 rw_init(&pppoe_softc_list_lock);
303 rw_enter(&pppoe_softc_list_lock, RW_READER);
305 rw_exit(&pppoe_softc_list_lock);
325 rw_enter(&pppoe_softc_list_lock, RW_READER);
340 rw_exit(&pppoe_softc_list_lock);
396 rw_enter(&pppoe_softc_list_lock, RW_READER);
401 rw_exit(&pppoe_softc_list_lock);
431 rw_enter(&pppoe_softc_list_lock, RW_WRITER);
437 rw_exit(&pppoe_softc_list_lock);
    [all...]
if_pppoe.c 257 static krwlock_t pppoe_softc_list_lock; variable in typeref:typename:krwlock_t
287 rw_init(&pppoe_softc_list_lock);
303 rw_enter(&pppoe_softc_list_lock, RW_READER);
305 rw_exit(&pppoe_softc_list_lock);
325 rw_enter(&pppoe_softc_list_lock, RW_READER);
340 rw_exit(&pppoe_softc_list_lock);
396 rw_enter(&pppoe_softc_list_lock, RW_READER);
401 rw_exit(&pppoe_softc_list_lock);
431 rw_enter(&pppoe_softc_list_lock, RW_WRITER);
437 rw_exit(&pppoe_softc_list_lock);
    [all...]
if_pppoe.c 257 static krwlock_t pppoe_softc_list_lock; variable in typeref:typename:krwlock_t
287 rw_init(&pppoe_softc_list_lock);
303 rw_enter(&pppoe_softc_list_lock, RW_READER);
305 rw_exit(&pppoe_softc_list_lock);
325 rw_enter(&pppoe_softc_list_lock, RW_READER);
340 rw_exit(&pppoe_softc_list_lock);
396 rw_enter(&pppoe_softc_list_lock, RW_READER);
401 rw_exit(&pppoe_softc_list_lock);
431 rw_enter(&pppoe_softc_list_lock, RW_WRITER);
437 rw_exit(&pppoe_softc_list_lock);
    [all...]

Completed in 36 milliseconds