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.c455 .process_queue_bh_lock = INIT_LOCAL_LOCK(process_queue_bh_lock),
6205 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in flush_backlog()
6213 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in flush_backlog()
6353 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6355 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6364 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6366 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6381 local_lock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
6384 local_unlock_nested_bh(&softnet_data.process_queue_bh_lock); in process_backlog()
/linux/include/linux/
H A Dnetdevice.h3418 local_lock_t process_queue_bh_lock; member