Home
last modified time | relevance | path

Searched refs:cds_ol_rx_pkt_freeq_lock (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/core/cds/src/
H A Dcds_sched.c474 spin_lock_init(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_sched_open()
476 spin_lock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_sched_open()
478 spin_unlock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_sched_open()
527 spin_lock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_free_ol_rx_pkt_freeq()
532 spin_unlock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_free_ol_rx_pkt_freeq()
534 spin_lock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_free_ol_rx_pkt_freeq()
536 spin_unlock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_free_ol_rx_pkt_freeq()
559 spin_lock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_alloc_ol_rx_pkt_freeq()
561 spin_unlock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_alloc_ol_rx_pkt_freeq()
567 spin_lock_bh(&pSchedContext->cds_ol_rx_pkt_freeq_lock); in cds_alloc_ol_rx_pkt_freeq()
[all …]
/wlan-driver/qcacld-3.0/core/cds/inc/
H A Dcds_sched.h123 spinlock_t cds_ol_rx_pkt_freeq_lock; member