Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/uwb/
Dneh.c220 spin_lock_irqsave(&rc->neh_lock, flags); in uwb_rc_neh_add()
227 spin_unlock_irqrestore(&rc->neh_lock, flags); in uwb_rc_neh_add()
258 spin_lock_irqsave(&rc->neh_lock, flags); in uwb_rc_neh_rm()
260 spin_unlock_irqrestore(&rc->neh_lock, flags); in uwb_rc_neh_rm()
278 spin_lock_irqsave(&rc->neh_lock, flags); in uwb_rc_neh_arm()
282 spin_unlock_irqrestore(&rc->neh_lock, flags); in uwb_rc_neh_arm()
319 spin_lock_irqsave(&rc->neh_lock, flags); in uwb_rc_neh_lookup()
331 spin_unlock_irqrestore(&rc->neh_lock, flags); in uwb_rc_neh_lookup()
411 spin_lock_irqsave(&rc->neh_lock, flags); in uwb_rc_neh_grok_event()
415 spin_unlock_irqrestore(&rc->neh_lock, flags); in uwb_rc_neh_grok_event()
[all …]
Duwb.h372 spinlock_t neh_lock; /* protects neh_* and ctx_* */ member