Home
last modified time | relevance | path

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

/linux/net/core/
H A Ddev.c457 .process_queue_bh_lock = INIT_LOCAL_LOCK(process_queue_bh_lock),
6302 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in flush_backlog()
6310 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in flush_backlog()
6452 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6454 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6463 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6465 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6480 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6483 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
/linux/include/linux/
H A Dnetdevice.h3468 local_lock_t process_queue_bh_lock; member